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
Subclasses of NetAltingChannelInput in org.jcsp.netModifier and TypeClassDescription(package private) classA channel for network input (RX).Fields in org.jcsp.net declared as NetAltingChannelInputModifier and TypeFieldDescriptionprivate NetAltingChannelInputNetAltingConnectionServer.chanprivate NetAltingChannelInputNetAltingConnectionClient.fromServerprivate NetAltingChannelInputNetSharedAltingConnectionClient.fromServerprivate NetAltingChannelInputNetSharedConnectionServerImpl.inMethods 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 NetAltingChannelInputModifierConstructorDescription(package private)NetAltingConnectionClient(NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient) privateprotectedNetSharedAltingConnectionClient(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient) Constructor for NetSharedAltingConnectionClient.privateNetSharedConnectionServerImpl(Any2OneChannel synchChan, NetAltingChannelInput in) Constructor for NetSharedConnectionServerImpl. -
Uses of NetAltingChannelInput in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as NetAltingChannelInputMethods 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.(package private) classImplements a migratable input channel end that can be used in anAlternative.Fields in org.jcsp.net.dynamic declared as NetAltingChannelInputModifier and TypeFieldDescriptionprivate NetAltingChannelInputMigratableAltingChannelInputImpl.actualInThe actual channel input.private NetAltingChannelInputInputReconnectionManagerCNSImpl.chanInThe underlying input channel end.Methods in org.jcsp.net.dynamic that return NetAltingChannelInputModifier and TypeMethodDescriptionMigratableChannelEndFactory.createNet2One()InputReconnectionManager.getInputChannel()Returns the underlying input channel.InputReconnectionManagerCNSImpl.getInputChannel()Obtain theNetAltingChannelInputobject to use.Constructors in org.jcsp.net.dynamic with parameters of type NetAltingChannelInputModifierConstructorDescriptionConstructs a newInputReconnectionManagerCNSImplfor use with the given input channel.InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn, String cnsServiceName) Constructs a newInputReconnectionManagerCNSImplfor use with the given input channel and a specific CNS service.InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn, String name, NameAccessLevel accessLevel, ChannelNameKey key) Constructs a newInputReconnectionManagerCNSImplfor use with CNS registered channels usingNameAccessLevelapplication isolation.InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn, String name, NameAccessLevel accessLevel, ChannelNameKey key, String cnsServiceName) Constructs a newInputReconnectionManagerCNSImplfor use with CNS registered channels.protectedConstructs a newMigratableAltingChannelInputfor the underlying channel.Constructor for MigratableAltingChannelInputImpl.