|
CSP for Java (JCSP) 1.1-rc2 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.net.dynamic.MigratableChannelEnd
public class MigratableChannelEnd
Static factory for creating migratable channel ends.
Method Summary | |
---|---|
static MigratableAltingChannelInput |
createNet2One()
Creates an anonymous migratable channel input. |
static MigratableAltingChannelInput |
createNet2One(String name)
Creates a named migratable channel input using the default namespace. |
static MigratableAltingChannelInput |
createNet2One(String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable channel input within the given namespace. |
static MigratableChannelOutput |
createOne2Net(NetChannelLocation loc)
Creates a migratable channel output to a given location. |
static MigratableChannelOutput |
createOne2Net(String name)
Creates a migratable channel output to a named channel within the default namespace. |
static MigratableChannelOutput |
createOne2Net(String name,
NameAccessLevel nameAccessLevel)
Creates a migratable channel output to a named channel within a given namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MigratableAltingChannelInput createNet2One()
public static MigratableChannelOutput createOne2Net(NetChannelLocation loc)
loc
- location of the input end of the channel.
public static MigratableAltingChannelInput createNet2One(String name)
name
- the name of the channel to register with the CNS.
public static MigratableAltingChannelInput createNet2One(String name, NameAccessLevel nameAccessLevel)
name
- the name of the channel to register with the CNS.nameAccessLevel
- the namespace to register the name within.
public static MigratableChannelOutput createOne2Net(String name)
name
- the name of the channel as registered with the CNS.
public static MigratableChannelOutput createOne2Net(String name, NameAccessLevel nameAccessLevel)
name
- the name of the channel as registered with the CNS.nameAccessLevel
- the namespace the name is registered within.
|
CSP for Java (JCSP) 1.1-rc2 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |