|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.pointtopointflow.PointToPointFlowImpl
public class PointToPointFlowImpl
Object that represents a PointToPointFlow in Ikasan. A PointToPointFlow consists of 2 linked modules, e.g. src --> target
| Constructor Summary | |
|---|---|
PointToPointFlowImpl()
|
|
| Method Summary | |
|---|---|
Module |
getFromModule()
Get the fromModule for this PointToPointFlow |
long |
getId()
Get the unique id |
PointToPointFlowProfile |
getPointToPointFlowProfile()
Get the Profile for this PointToPointFlow |
Module |
getToModule()
Get the toModule for this PointToPointFlow |
void |
setFromModule(Module fromModule)
Set the from Module |
void |
setPointToPointFlowProfile(PointToPointFlowProfile pointToPointFlowProfile)
Set the Profile for this PointToPointFlow |
void |
setToModule(Module toModule)
Set the to Module |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointToPointFlowImpl()
| Method Detail |
|---|
public long getId()
getId in interface PointToPointFlow<Module>public PointToPointFlowProfile getPointToPointFlowProfile()
getPointToPointFlowProfile in interface PointToPointFlow<Module>public void setPointToPointFlowProfile(PointToPointFlowProfile pointToPointFlowProfile)
setPointToPointFlowProfile in interface PointToPointFlow<Module>pointToPointFlowProfile - - The Profile for this PointToPointFlowpublic void setToModule(Module toModule)
setToModule in interface PointToPointFlow<Module>toModule - - toModule for this PointToPointFlowpublic Module getToModule()
getToModule in interface PointToPointFlow<Module>public void setFromModule(Module fromModule)
setFromModule in interface PointToPointFlow<Module>fromModule - - fromModule for this PointToPointFlowpublic Module getFromModule()
getFromModule in interface PointToPointFlow<Module>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||