|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcsp.net.dynamic.MigratableChannelEndFactory
public class MigratableChannelEndFactory
Factory for creating networked migratable channel ends. An instance of this can be created and
the methods used. Alternatively the static methods in MigratableChannelEnd
can be
used to create the channel ends.
Constructor Summary | |
---|---|
MigratableChannelEndFactory()
Constructs a new MigratableChannelEndFactory . |
Method Summary | |
---|---|
NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc)
Constructs a NetSharedChannelOutput object. |
NetSharedChannelInput |
createNet2Any()
Constructs a NetSharedChannelInput object. |
NetAltingChannelInput |
createNet2One()
Constructs a NetAltingChannelInput object. |
NetChannelOutput |
createOne2Net(NetChannelLocation loc)
Constructs a NetChannelOutput object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigratableChannelEndFactory()
MigratableChannelEndFactory
.
Method Detail |
---|
public NetAltingChannelInput createNet2One()
NetChannelEndFactory
Constructs a NetAltingChannelInput
object.
createNet2One
in interface NetChannelEndFactory
NetAltingChannelInput
object.NetChannelEndFactory.createNet2One()
public NetSharedChannelInput createNet2Any()
NetChannelEndFactory
Constructs a NetSharedChannelInput
object.
createNet2Any
in interface NetChannelEndFactory
NetSharedChannelInput
object.NetChannelEndFactory.createNet2Any()
public NetChannelOutput createOne2Net(NetChannelLocation loc)
NetChannelEndFactory
Constructs a NetChannelOutput
object.
createOne2Net
in interface NetChannelEndFactory
NetChannelOutput
object.NetChannelEndFactory.createOne2Net(NetChannelLocation)
public NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
NetChannelEndFactory
Constructs a NetSharedChannelOutput
object.
createAny2Net
in interface NetChannelEndFactory
NetSharedChannelOutput
object.NetChannelEndFactory.createAny2Net(NetChannelLocation)
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |