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