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 | Interface and Description |
---|---|
interface |
NetSharedChannelOutput
This interface should be implemented by classes that
wish to act as
NetChannelOutput objects
which can be used by muliple concurrent processes. |
Modifier and Type | Method and Description |
---|---|
NetChannelOutput |
UnacknowledgedNetChannelEndFactory.createOne2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by a single writer.
|
NetChannelOutput |
StandardNetChannelEndFactory.createOne2Net(NetChannelLocation loc) |
static NetChannelOutput |
NetChannelEnd.createOne2Net(NetChannelLocation loc) |
NetChannelOutput |
NetChannelEndFactory.createOne2Net(NetChannelLocation loc)
Constructs a
NetChannelOutput object. |
Constructor and Description |
---|
NetSharedAltingConnectionClient(Any2OneChannel synchChan,
NetAltingChannelInput fromServer,
NetChannelOutput openToServer,
NetChannelOutput reqToServer,
NetChannelOutput backToClient)
Constructor for NetSharedAltingConnectionClient.
|
Modifier and Type | Method and Description |
---|---|
NetChannelOutput |
CNSChannelEndManager.createOne2Net(String name)
Constructs a
NetChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name. |
static NetChannelOutput |
CNS.createOne2Net(String name) |
NetChannelOutput |
NamedChannelEndFactory.createOne2Net(String name)
Constructs a
NetChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name. |
NetChannelOutput |
CNSChannelEndManager.createOne2Net(String name,
NameAccessLevel accessLevel)
Constructs a
NetChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace. |
static NetChannelOutput |
CNS.createOne2Net(String name,
NameAccessLevel accessLevel) |
NetChannelOutput |
NamedChannelEndFactory.createOne2Net(String name,
NameAccessLevel accessLevel)
Constructs a
NetChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace. |
Modifier and Type | Method and Description |
---|---|
void |
CNSChannelEndManager.destroyChannelEnd(NetChannelOutput chanOutEnd)
Destroys an individual
NetChannelOutput object
that was constructed with this instance. |
static void |
CNS.destroyChannelEnd(NetChannelOutput chanOutEnd) |
void |
NamedChannelEndManager.destroyChannelEnd(NetChannelOutput chanOutEnd)
Destroys an individual
NetChannelOutput object
that was constructed with this instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
MigratableChannelOutput
A migratable networked channel output end.
|
Modifier and Type | Method and Description |
---|---|
NetChannelOutput |
MigratableChannelEndFactory.createOne2Net(NetChannelLocation loc) |
NetChannelOutput |
OutputReconnectionManager.getOutputChannel()
Returns the underlying channel output end.
|
Copyright © 1996–2015. All rights reserved.