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 | Method and Description |
---|---|
NetSharedChannelOutput |
UnacknowledgedNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by multiple writers.
|
NetSharedChannelOutput |
StandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc) |
NetSharedChannelOutput |
NetChannelEndFactory.createAny2Net(NetChannelLocation loc)
Constructs a
NetSharedChannelOutput object. |
static NetSharedChannelOutput |
NetChannelEnd.createAny2Net(NetChannelLocation loc) |
Modifier and Type | Method and Description |
---|---|
NetSharedChannelOutput |
NamedChannelEndFactory.createAny2Net(java.lang.String name)
Constructs a
NetSharedChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name. |
NetSharedChannelOutput |
CNSChannelEndManager.createAny2Net(java.lang.String name)
Constructs a
NetSharedChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name. |
static NetSharedChannelOutput |
CNS.createAny2Net(java.lang.String name) |
NetSharedChannelOutput |
NamedChannelEndFactory.createAny2Net(java.lang.String name,
NameAccessLevel accessLevel)
Constructs a
NetSharedChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace. |
NetSharedChannelOutput |
CNSChannelEndManager.createAny2Net(java.lang.String name,
NameAccessLevel accessLevel)
Constructs a
NetSharedChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace. |
static NetSharedChannelOutput |
CNS.createAny2Net(java.lang.String name,
NameAccessLevel accessLevel) |
Modifier and Type | Method and Description |
---|---|
NetSharedChannelOutput |
MigratableChannelEndFactory.createAny2Net(NetChannelLocation loc) |
Copyright © 1996–2023. All rights reserved.