Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.bns | |
org.jcsp.net2.cns |
Modifier and Type | Field and Description |
---|---|
protected NodeID |
Link.remoteID
The NodeID of the opposite end of the connection.
|
Modifier and Type | Method and Description |
---|---|
NodeID |
NetConnectionLocation.getNodeID()
Gets the NodeID part of the location
|
NodeID |
Node.getNodeID() |
NodeID |
NetChannelLocation.getNodeID()
Gets the NodeID part of the location
|
NodeID |
NetBarrierLocation.getNodeID()
Gets the NodeID part of the location
|
abstract NodeID |
NetLocation.getNodeID()
Gets the NodeID part of the location structure
|
NodeID |
Link.getRemoteNodeID()
Returns the NodeID of the connected Link.
|
static NodeID |
NodeID.parse(java.lang.String str)
Converts a string representation of a NodeID back to a NodeID object
|
Modifier and Type | Method and Description |
---|---|
static NetSharedChannelOutput |
NetChannelEnd.any2net(NodeID nodeID,
int vcn)
Deprecated.
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
|
<T> NetSharedChannelOutput<T> |
NetChannelEndFactory.any2net(NodeID nodeID,
int vcn)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
|
static <T> NetSharedChannelOutput<T> |
NetChannel.any2net(NodeID nodeID,
int vcn)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
|
<T> NetSharedChannelOutput<T> |
StandardNetChannelEndFactory.any2net(NodeID nodeID,
int vcn)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
|
static NetSharedChannelOutput |
NetChannelEnd.any2net(NodeID nodeID,
int vcn,
int immunityLevel)
Deprecated.
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given
poison immunity
|
<T> NetSharedChannelOutput<T> |
NetChannelEndFactory.any2net(NodeID nodeID,
int vcn,
int immunityLevel)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given
poison immunity
|
static <T> NetSharedChannelOutput<T> |
NetChannel.any2net(NodeID nodeID,
int vcn,
int immunityLevel)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given
poison immunity
|
<T> NetSharedChannelOutput<T> |
StandardNetChannelEndFactory.any2net(NodeID nodeID,
int vcn,
int immunityLevel)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given
poison immunity
|
static NetSharedChannelOutput |
NetChannelEnd.any2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Deprecated.
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the
given poison immunity level, which uses the given filter to encode outgoing messages
|
<T> NetSharedChannelOutput<T> |
NetChannelEndFactory.any2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the
given poison immunity level, which uses the given filter to encode outgoing messages
|
static <T> NetSharedChannelOutput<T> |
NetChannel.any2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the
given poison immunity level, which uses the given filter to encode outgoing messages
|
<T> NetSharedChannelOutput<T> |
StandardNetChannelEndFactory.any2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the
given poison immunity level, which uses the given filter to encode outgoing messages
|
static NetSharedChannelOutput |
NetChannelEnd.any2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Deprecated.
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses
the given filter to encode outgoing messages
|
<T> NetSharedChannelOutput<T> |
NetChannelEndFactory.any2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses
the given filter to encode outgoing messages
|
static <T> NetSharedChannelOutput<T> |
NetChannel.any2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses
the given filter to encode outgoing messages
|
<T> NetSharedChannelOutput<T> |
StandardNetChannelEndFactory.any2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses
the given filter to encode outgoing messages
|
static Link |
LinkFactory.getLink(NodeID nodeID)
Creates a new Link or gets an existing one from the the given NodeID.
|
static NetBarrier |
NetBarrierEnd.netBarrier(NodeID nodeID,
int vbn,
int enrolled)
Creates a new client end of a NetBarrier connected to the barrier with the given index on the given Node
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeID nodeID,
int vcn)
Deprecated.
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
<T> NetChannelOutput<T> |
NetChannelEndFactory.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
<T> NetChannelOutput<T> |
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeID nodeID,
int vcn,
int immunityLevel)
Deprecated.
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given
poison immunity level
|
<T> NetChannelOutput<T> |
NetChannelEndFactory.one2net(NodeID nodeID,
int vcn,
int immunityLevel)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given
poison immunity level
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NodeID nodeID,
int vcn,
int immunityLevel)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given
poison immunity level
|
<T> NetChannelOutput<T> |
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn,
int immunityLevel)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given
poison immunity level
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Deprecated.
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given
poison immunity level and uses the given filter to encode outgoing messages
|
<T> NetChannelOutput<T> |
NetChannelEndFactory.one2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given
poison immunity level and uses the given filter to encode outgoing messages
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given
poison immunity level and uses the given filter to encode outgoing messages
|
<T> NetChannelOutput<T> |
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given
poison immunity level and uses the given filter to encode outgoing messages
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Deprecated.
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the
given filter to encode outgoing messages
|
<T> NetChannelOutput<T> |
NetChannelEndFactory.one2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the
given filter to encode outgoing messages
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the
given filter to encode outgoing messages
|
<T> NetChannelOutput<T> |
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the
given filter to encode outgoing messages
|
protected Link |
LinkServer.requestLink(NodeID nodeID) |
Constructor and Description |
---|
NetBarrierLocation(NodeID aNodeID,
int aVBN)
Constructor to create a new NetBarrierLocation
|
NetChannelLocation(NodeID aNodeID,
int aVCN)
Creates a new NetChannelLocation
|
NetConnectionLocation(NodeID aNodeID,
int aVConnN)
Creates a new NetConnectionLocation
|
Modifier and Type | Method and Description |
---|---|
static void |
BNS.initialise(NodeID bnsNode)
Initialises the connection to the BNS
|
Constructor and Description |
---|
BNSService(NodeID bnsNode)
Creates a new BNSService
|
Modifier and Type | Method and Description |
---|---|
static void |
CNS.initialise(NodeID cnsNode)
Initialises the factory methods to allow creation of channels with the CNS
|
Constructor and Description |
---|
CNSService(NodeID cnsNode)
Creates a new CNSService
|
Copyright © 1996–2019. All rights reserved.