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) class
A channel for network input (RX).Fields in org.jcsp.net declared as NetAltingChannelInputModifier and TypeFieldDescriptionprivate NetAltingChannelInput
NetAltingConnectionServer.chan
private NetAltingChannelInput
NetAltingConnectionClient.fromServer
private NetAltingChannelInput
NetSharedAltingConnectionClient.fromServer
private NetAltingChannelInput
NetSharedConnectionServerImpl.in
Methods in org.jcsp.net that return NetAltingChannelInputModifier and TypeMethodDescriptionNetBufferedChannelEndFactory.createNet2One
(ChannelDataStore buffer) Constructs aNetAltingChannelInput
object.static NetAltingChannelInput
NetChannelEnd.createNet2One()
static NetAltingChannelInput
NetChannelEnd.createNet2One
(String label) static NetAltingChannelInput
NetChannelEnd.createNet2One
(String label, ChannelDataStore buffer) static NetAltingChannelInput
NetChannelEnd.createNet2One
(ChannelDataStore buffer) NetChannelEndFactory.createNet2One()
Constructs aNetAltingChannelInput
object.NetLabelledBufferedChannelEndFactory.createNet2One
(String label, ChannelDataStore buffer) Constructs a bufferedNetAltingChannelInput
which has a VCN assigned with the specified label.NetLabelledChannelEndFactory.createNet2One
(String label) Constructs aNetAltingChannelInput
which 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) private
protected
NetSharedAltingConnectionClient
(Any2OneChannel synchChan, NetAltingChannelInput fromServer, NetChannelOutput openToServer, NetChannelOutput reqToServer, NetChannelOutput backToClient) Constructor for NetSharedAltingConnectionClient.private
NetSharedConnectionServerImpl
(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 NetAltingChannelInput
CNS.createNet2One
(String name) static NetAltingChannelInput
CNS.createNet2One
(String name, NameAccessLevel nameAccessLevel) CNSChannelEndManager.createNet2One
(String name) Constructs aNetAltingChannelInput
object and registers its location with the supplied name in the global namespace of a channel naming service.CNSChannelEndManager.createNet2One
(String name, NameAccessLevel nameAccessLevel) Constructs aNetAltingChannelInput
object and registers its location with the supplied name in specified namespace of a channel naming service.NamedChannelEndFactory.createNet2One
(String name) Constructs aNetAltingChannelInput
object and registers its location with the supplied name in the global namespace of a channel naming service.NamedChannelEndFactory.createNet2One
(String name, NameAccessLevel nameAccessLevel) Constructs aNetAltingChannelInput
object 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 TypeClassDescriptionclass
A migratable input channel end that can be used as a guard within anAlternative
.(package private) class
Implements a migratable input channel end that can be used in anAlternative
.Fields in org.jcsp.net.dynamic declared as NetAltingChannelInputModifier and TypeFieldDescriptionprivate NetAltingChannelInput
MigratableAltingChannelInputImpl.actualIn
The actual channel input.private NetAltingChannelInput
InputReconnectionManagerCNSImpl.chanIn
The 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 theNetAltingChannelInput
object to use.Constructors in org.jcsp.net.dynamic with parameters of type NetAltingChannelInputModifierConstructorDescriptionConstructs a newInputReconnectionManagerCNSImpl
for use with the given input channel.InputReconnectionManagerCNSImpl
(NetAltingChannelInput chanIn, String cnsServiceName) Constructs a newInputReconnectionManagerCNSImpl
for use with the given input channel and a specific CNS service.InputReconnectionManagerCNSImpl
(NetAltingChannelInput chanIn, String name, NameAccessLevel accessLevel, ChannelNameKey key) Constructs a newInputReconnectionManagerCNSImpl
for use with CNS registered channels usingNameAccessLevel
application isolation.InputReconnectionManagerCNSImpl
(NetAltingChannelInput chanIn, String name, NameAccessLevel accessLevel, ChannelNameKey key, String cnsServiceName) Constructs a newInputReconnectionManagerCNSImpl
for use with CNS registered channels.protected
Constructs a newMigratableAltingChannelInput
for the underlying channel.Constructor for MigratableAltingChannelInputImpl.