Uses of Class
org.jcsp.net2.NodeAddress

Packages that use NodeAddress
org.jcsp.net2   
org.jcsp.net2.bns   
org.jcsp.net2.cns   
org.jcsp.net2.tcpip   
 

Uses of NodeAddress in org.jcsp.net2
 

Fields in org.jcsp.net2 declared as NodeAddress
protected  NodeAddress NodeFactory.cnsAddress
          The NodeAddress where the CNS / BNS is located
 

Methods in org.jcsp.net2 that return NodeAddress
 NodeAddress NodeID.getNodeAddress()
          Gets the NodeAddress part of the NodeID
abstract  NodeAddress NetLocation.getNodeAddress()
          Gets the NodeAddress part of the location structure
 NodeAddress NetChannelLocation.getNodeAddress()
          Gets the NodeAddress part of the location
 NodeAddress NetConnectionLocation.getNodeAddress()
          Gets the NodeAddress part of the location
 NodeAddress NetBarrierLocation.getNodeAddress()
          Gets the NodeAddress part of the location
protected abstract  NodeAddress NodeFactory.initNode(Node node)
          Initialises a Node
protected abstract  NodeAddress ProtocolID.parse(String addressString)
          Parses an address string into an address object
static NodeAddress NodeAddress.parse(String str)
          Parses a string representation of a NodeAddress back to its object form
 

Methods in org.jcsp.net2 with parameters of type NodeAddress
static NetSharedChannelOutput NetChannelEnd.any2net(NodeAddress nodeAddr, int vcn)
          Deprecated. Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NodeAddress nodeAddr, int vcn)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NodeAddress nodeAddr, int vcn)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NodeAddress nodeAddr, int vcn)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
static NetSharedChannelOutput NetChannelEnd.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Deprecated. Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity
static NetSharedChannelOutput NetChannelEnd.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Deprecated. Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages
static NetSharedChannelOutput NetChannelEnd.any2net(NodeAddress nodeAddr, 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
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NodeAddress nodeAddr, 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(NodeAddress nodeAddr, 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>
NetChannelEndFactory.any2net(NodeAddress nodeAddr, 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(NodeAddress addr)
          Creates a new Link, or retrieves an existing one, from a NodeAddress
 NodeKey Node.init(NodeAddress addr)
           
 NodeKey Node.init(String name, NodeAddress addr)
           
static NetBarrier NetBarrierEnd.netBarrier(NodeAddress addr, 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(NodeAddress nodeAddr, int vcn)
          Deprecated. Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
static
<T> NetChannelOutput<T>
NetChannel.one2net(NodeAddress nodeAddr, int vcn)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NodeAddress nodeAddr, int vcn)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NodeAddress nodeAddr, int vcn)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
static NetChannelOutput NetChannelEnd.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Deprecated. Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity
static
<T> NetChannelOutput<T>
NetChannel.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity
static NetChannelOutput NetChannelEnd.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Deprecated. Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages
static
<T> NetChannelOutput<T>
NetChannel.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages
static NetChannelOutput NetChannelEnd.one2net(NodeAddress nodeAddr, 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
<T> NetChannelOutput<T>
NetChannel.one2net(NodeAddress nodeAddr, 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(NodeAddress nodeAddr, 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>
NetChannelEndFactory.one2net(NodeAddress nodeAddr, 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 void LinkServer.start(NodeAddress address)
           
 

Constructors in org.jcsp.net2 with parameters of type NodeAddress
NodeID(long long1, long long2, int int1, String nodeName, NodeAddress nodeAddress)
          Constructor taking the full details for a remote Node connection
 

Uses of NodeAddress in org.jcsp.net2.bns
 

Methods in org.jcsp.net2.bns with parameters of type NodeAddress
static void BNS.initialise(NodeAddress bnsNode)
          Initialises the connection to the BNS
 

Uses of NodeAddress in org.jcsp.net2.cns
 

Methods in org.jcsp.net2.cns with parameters of type NodeAddress
static void CNS.initialise(NodeAddress cnsNode)
          Initialises the factory methods to allow creation of channels with the CNS
 

Uses of NodeAddress in org.jcsp.net2.tcpip
 

Subclasses of NodeAddress in org.jcsp.net2.tcpip
 class TCPIPNodeAddress
          A concrete implementation of a NodeAddress that is designed for TCP/IP connections.
 

Methods in org.jcsp.net2.tcpip that return NodeAddress
 NodeAddress TCPIPLink.getRemoteAddress()
          Gets the NodeAddress of the Node that this Link is connected to
protected  NodeAddress TCPIPNodeFactory.initNode(Node node)
          Deprecated. Initialises the Node, connecting to the CNS / BNS
protected  NodeAddress TCPIPProtocolID.parse(String addressString)
          Parses a string to recreate a TCPIPNodeAddress object
 



Copyright © 1996-2012. All Rights Reserved.