|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeID | |
---|---|
org.jcsp.net | This is main package for JCSP.NET. |
Uses of NodeID in org.jcsp.net |
---|
Fields in org.jcsp.net declared as NodeID | |
---|---|
protected NodeID |
Link.remoteNodeID
The remote NodeID. |
Methods in org.jcsp.net that return NodeID | |
---|---|
NodeID |
NetChannelLocation.getChannelNodeID()
Public accessor for the channel label property. |
NodeID |
Node.getNodeID()
Method for obtaining a clone of this Node's NodeID . |
protected NodeID |
Link.getRemoteNodeID()
Returns the other computer's ID. |
NodeID |
Link.obtainNodeID()
This returns the NodeID of the remote Node to which this
link is connected. |
NodeID |
Node.Attributes.setUIFactory(UIFactory factory)
|
Methods in org.jcsp.net with parameters of type NodeID | |
---|---|
boolean |
Node.isThisNode(NodeID nodeID)
This method allows a NodeID to be checked to see whether it
represents the local Node. |
boolean |
Node.linkExists(NodeID otherNode)
This method tests whether a link currently exists to a specified remote Node. |
Constructors in org.jcsp.net with parameters of type NodeID | |
---|---|
NetChannelLocation(NodeID channelNode,
String channelLabel)
Constructor which takes the NodeID of the Node hosting
the networked ChannelInput object and the label assigned
to the channel's Virtual Channel Number (VCN). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |