|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeID | |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.bns | |
org.jcsp.net2.cns |
Uses of NodeID in org.jcsp.net2 |
---|
Fields in org.jcsp.net2 declared as NodeID | |
---|---|
protected NodeID |
Link.remoteID
The NodeID of the opposite end of the connection. |
Methods in org.jcsp.net2 that return NodeID | |
---|---|
abstract NodeID |
NetLocation.getNodeID()
Gets the NodeID part of the location structure |
NodeID |
NetChannelLocation.getNodeID()
Gets the NodeID part of the location |
NodeID |
Node.getNodeID()
|
NodeID |
NetConnectionLocation.getNodeID()
Gets the NodeID part of the location |
NodeID |
NetBarrierLocation.getNodeID()
Gets the NodeID part of the location |
NodeID |
Link.getRemoteNodeID()
Returns the NodeID of the connected Link. |
static NodeID |
NodeID.parse(String str)
Converts a string representation of a NodeID back to a NodeID object |
Methods in org.jcsp.net2 with parameters of type NodeID | ||
---|---|---|
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 |
|
static
|
NetChannel.any2net(NodeID nodeID,
int vcn)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node |
|
|
StandardNetChannelEndFactory.any2net(NodeID nodeID,
int vcn)
Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node |
|
|
NetChannelEndFactory.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 |
|
static
|
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 |
|
|
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 |
|
|
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 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 |
|
static
|
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 |
|
|
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 |
|
|
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 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 |
|
static
|
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 |
|
|
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 |
|
|
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 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 |
|
static
|
NetChannel.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
|
|
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
|
|
NetChannelEndFactory.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 |
|
static
|
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 |
|
|
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 |
|
|
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 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 |
|
static
|
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 |
|
|
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 |
|
|
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 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 |
|
static
|
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 |
|
|
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 |
|
|
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 |
|
protected Link |
LinkServer.requestLink(NodeID nodeID)
|
Constructors in org.jcsp.net2 with parameters of type NodeID | |
---|---|
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 |
Uses of NodeID in org.jcsp.net2.bns |
---|
Methods in org.jcsp.net2.bns with parameters of type NodeID | |
---|---|
static void |
BNS.initialise(NodeID bnsNode)
Initialises the connection to the BNS |
Constructors in org.jcsp.net2.bns with parameters of type NodeID | |
---|---|
BNSService(NodeID bnsNode)
Creates a new BNSService |
Uses of NodeID in org.jcsp.net2.cns |
---|
Methods in org.jcsp.net2.cns with parameters of type NodeID | |
---|---|
static void |
CNS.initialise(NodeID cnsNode)
Initialises the factory methods to allow creation of channels with the CNS |
Constructors in org.jcsp.net2.cns with parameters of type NodeID | |
---|---|
CNSService(NodeID cnsNode)
Creates a new CNSService |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |