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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Net2OneChannel
A channel for network input (RX).
|
Modifier and Type | Field and Description |
---|---|
private NetAltingChannelInput |
NetAltingConnectionServer.chan |
private NetAltingChannelInput |
NetSharedAltingConnectionClient.fromServer |
private NetAltingChannelInput |
NetAltingConnectionClient.fromServer |
private NetAltingChannelInput |
NetSharedConnectionServerImpl.in |
Modifier and Type | Method and Description |
---|---|
NetAltingChannelInput |
NetChannelEndFactory.createNet2One()
Constructs a
NetAltingChannelInput object. |
static NetAltingChannelInput |
NetChannelEnd.createNet2One() |
NetAltingChannelInput |
StandardNetChannelEndFactory.createNet2One() |
static NetAltingChannelInput |
NetChannelEnd.createNet2One(ChannelDataStore buffer) |
NetAltingChannelInput |
StandardNetChannelEndFactory.createNet2One(ChannelDataStore buffer) |
NetAltingChannelInput |
NetBufferedChannelEndFactory.createNet2One(ChannelDataStore buffer)
Constructs a
NetAltingChannelInput object. |
NetAltingChannelInput |
NetLabelledChannelEndFactory.createNet2One(java.lang.String label)
Constructs a
NetAltingChannelInput which
has a VCN assigned with the specified label. |
static NetAltingChannelInput |
NetChannelEnd.createNet2One(java.lang.String label) |
NetAltingChannelInput |
StandardNetChannelEndFactory.createNet2One(java.lang.String label) |
static NetAltingChannelInput |
NetChannelEnd.createNet2One(java.lang.String label,
ChannelDataStore buffer) |
NetAltingChannelInput |
NetLabelledBufferedChannelEndFactory.createNet2One(java.lang.String label,
ChannelDataStore buffer)
Constructs a buffered
NetAltingChannelInput which
has a VCN assigned with the specified label. |
NetAltingChannelInput |
StandardNetChannelEndFactory.createNet2One(java.lang.String label,
ChannelDataStore buffer) |
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
private NetAltingChannelInput |
CNSService.fromCNS |
Modifier and Type | Method and Description |
---|---|
static NetAltingChannelInput |
CNS.createNet2One(java.lang.String name) |
NetAltingChannelInput |
CNSChannelEndManager.createNet2One(java.lang.String name)
Constructs a
NetAltingChannelInput 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)
Constructs a
NetAltingChannelInput object and
registers its location with the supplied name in the global namespace
of a channel naming service. |
static NetAltingChannelInput |
CNS.createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel) |
NetAltingChannelInput |
CNSChannelEndManager.createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel)
Constructs a
NetAltingChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service. |
NetAltingChannelInput |
NamedChannelEndFactory.createNet2One(java.lang.String name,
NameAccessLevel nameAccessLevel)
Constructs a
NetAltingChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service. |
Modifier and Type | Class and Description |
---|---|
class |
MigratableAltingChannelInput
A migratable input channel end that can be used as a guard within an
Alternative . |
(package private) class |
MigratableAltingChannelInputImpl
Implements a migratable input channel end that can be used in an
Alternative . |
Modifier and Type | Field and Description |
---|---|
private NetAltingChannelInput |
MigratableAltingChannelInputImpl.actualIn
The actual channel input.
|
private NetAltingChannelInput |
InputReconnectionManagerCNSImpl.chanIn
The underlying input channel end.
|
Modifier and Type | Method and Description |
---|---|
NetAltingChannelInput |
MigratableChannelEndFactory.createNet2One() |
NetAltingChannelInput |
InputReconnectionManager.getInputChannel()
Returns the underlying input channel.
|
NetAltingChannelInput |
InputReconnectionManagerCNSImpl.getInputChannel()
Obtain the
NetAltingChannelInput object to use. |
Constructor and Description |
---|
InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn)
Constructs a new
InputReconnectionManagerCNSImpl for use with the given input
channel. |
InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn,
java.lang.String cnsServiceName)
Constructs a new
InputReconnectionManagerCNSImpl 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 new
InputReconnectionManagerCNSImpl for use with CNS registered
channels using NameAccessLevel application isolation. |
InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key,
java.lang.String cnsServiceName)
Constructs a new
InputReconnectionManagerCNSImpl for use with CNS registered
channels. |
MigratableAltingChannelInput(NetAltingChannelInput channel)
Constructs a new
MigratableAltingChannelInput for the underlying channel. |
MigratableAltingChannelInputImpl(NetAltingChannelInput in)
Constructor for MigratableAltingChannelInputImpl.
|