Uses of Class
org.jcsp.net.NetAltingChannelInput
-
Packages that use NetAltingChannelInput Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS).org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of NetAltingChannelInput in org.jcsp.net
Methods in org.jcsp.net that return NetAltingChannelInput Modifier and Type Method Description NetAltingChannelInputNetBufferedChannelEndFactory. createNet2One(ChannelDataStore buffer)Constructs aNetAltingChannelInputobject.static NetAltingChannelInputNetChannelEnd. createNet2One()static NetAltingChannelInputNetChannelEnd. createNet2One(String label)static NetAltingChannelInputNetChannelEnd. createNet2One(String label, ChannelDataStore buffer)static NetAltingChannelInputNetChannelEnd. createNet2One(ChannelDataStore buffer)NetAltingChannelInputNetChannelEndFactory. createNet2One()Constructs aNetAltingChannelInputobject.NetAltingChannelInputNetLabelledBufferedChannelEndFactory. createNet2One(String label, ChannelDataStore buffer)Constructs a bufferedNetAltingChannelInputwhich has a VCN assigned with the specified label.NetAltingChannelInputNetLabelledChannelEndFactory. createNet2One(String label)Constructs aNetAltingChannelInputwhich has a VCN assigned with the specified label.NetAltingChannelInputStandardNetChannelEndFactory. createNet2One()NetAltingChannelInputStandardNetChannelEndFactory. createNet2One(String label)NetAltingChannelInputStandardNetChannelEndFactory. createNet2One(String label, ChannelDataStore buffer)NetAltingChannelInputStandardNetChannelEndFactory. createNet2One(ChannelDataStore buffer)Constructors in org.jcsp.net with parameters of type NetAltingChannelInput Constructor Description NetSharedAltingConnectionClient(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient)Constructor for NetSharedAltingConnectionClient. -
Uses of NetAltingChannelInput in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return NetAltingChannelInput Modifier and Type Method Description static NetAltingChannelInputCNS. createNet2One(String name)static NetAltingChannelInputCNS. createNet2One(String name, NameAccessLevel nameAccessLevel)NetAltingChannelInputCNSChannelEndManager. createNet2One(String name)Constructs aNetAltingChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.NetAltingChannelInputCNSChannelEndManager. createNet2One(String name, NameAccessLevel nameAccessLevel)Constructs aNetAltingChannelInputobject and registers its location with the supplied name in specified namespace of a channel naming service.NetAltingChannelInputNamedChannelEndFactory. createNet2One(String name)Constructs aNetAltingChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.NetAltingChannelInputNamedChannelEndFactory. createNet2One(String name, NameAccessLevel nameAccessLevel)Constructs aNetAltingChannelInputobject and registers its location with the supplied name in specified namespace of a channel naming service. -
Uses of NetAltingChannelInput in org.jcsp.net.dynamic
Subclasses of NetAltingChannelInput in org.jcsp.net.dynamic Modifier and Type Class Description classMigratableAltingChannelInputA migratable input channel end that can be used as a guard within anAlternative.Methods in org.jcsp.net.dynamic that return NetAltingChannelInput Modifier and Type Method Description NetAltingChannelInputMigratableChannelEndFactory. createNet2One()NetAltingChannelInputInputReconnectionManager. getInputChannel()Returns the underlying input channel.Constructors in org.jcsp.net.dynamic with parameters of type NetAltingChannelInput Constructor Description MigratableAltingChannelInput(NetAltingChannelInput channel)Constructs a newMigratableAltingChannelInputfor the underlying channel.
-