Uses of Class
org.jcsp.net.NetAltingChannelInput
Packages that use NetAltingChannelInput
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of NetAltingChannelInput in org.jcsp.net
Methods in org.jcsp.net that return NetAltingChannelInputModifier and TypeMethodDescriptionNetBufferedChannelEndFactory.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) NetChannelEndFactory.createNet2One()Constructs aNetAltingChannelInputobject.NetLabelledBufferedChannelEndFactory.createNet2One(String label, ChannelDataStore buffer) Constructs a bufferedNetAltingChannelInputwhich has a VCN assigned with the specified label.NetLabelledChannelEndFactory.createNet2One(String label) Constructs aNetAltingChannelInputwhich has a VCN assigned with the specified label.StandardNetChannelEndFactory.createNet2One()StandardNetChannelEndFactory.createNet2One(String label) StandardNetChannelEndFactory.createNet2One(String label, ChannelDataStore buffer) StandardNetChannelEndFactory.createNet2One(ChannelDataStore buffer) Constructors in org.jcsp.net with parameters of type NetAltingChannelInputModifierConstructorDescriptionprotectedNetSharedAltingConnectionClient(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 NetAltingChannelInputModifier and TypeMethodDescriptionstatic NetAltingChannelInputCNS.createNet2One(String name) static NetAltingChannelInputCNS.createNet2One(String name, NameAccessLevel nameAccessLevel) CNSChannelEndManager.createNet2One(String name) Constructs aNetAltingChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.CNSChannelEndManager.createNet2One(String name, NameAccessLevel nameAccessLevel) Constructs aNetAltingChannelInputobject and registers its location with the supplied name in specified namespace of a channel naming service.NamedChannelEndFactory.createNet2One(String name) Constructs aNetAltingChannelInputobject and registers its location with the supplied name in the global namespace of a channel naming service.NamedChannelEndFactory.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.dynamicModifier and TypeClassDescriptionclassA migratable input channel end that can be used as a guard within anAlternative.Methods in org.jcsp.net.dynamic that return NetAltingChannelInputModifier and TypeMethodDescriptionMigratableChannelEndFactory.createNet2One()InputReconnectionManager.getInputChannel()Returns the underlying input channel.Constructors in org.jcsp.net.dynamic with parameters of type NetAltingChannelInputModifierConstructorDescriptionprotectedConstructs a newMigratableAltingChannelInputfor the underlying channel.