org.figure8.join.services.remoting.beans
Class RemoteStep

java.lang.Object
  extended by org.figure8.join.services.remoting.beans.RemoteStep
All Implemented Interfaces:
java.io.Serializable

public class RemoteStep
extends java.lang.Object
implements java.io.Serializable

RemoteStep is a thin bean providing a remote view of a Step of the integration process managed by Join. This view only provides gettter methods.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Step, Serialized Form

Constructor Summary
RemoteStep(java.lang.String label, int position)
          Creates an instance of RemoteStep
 
Method Summary
 java.lang.String getLabel()
           
 int getPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteStep

public RemoteStep(java.lang.String label,
                  int position)
Creates an instance of RemoteStep

Parameters:
label - The Step object label
position - The step object position in process definition
Method Detail

getLabel

public java.lang.String getLabel()
Returns:
The step label for display

getPosition

public int getPosition()
Returns:
The position of step into process definition


Copyright © 2005-2008 Join. All Rights Reserved.