|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.services.remoting.beans.RemoteStep
public class RemoteStep
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.
Step
,
Serialized FormConstructor 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 |
---|
public RemoteStep(java.lang.String label, int position)
label
- The Step object labelposition
- The step object position in process definitionMethod Detail |
---|
public java.lang.String getLabel()
public int getPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |