Uses of Class
org.jcsp.net2.NodeAddress
Packages that use NodeAddress
-
Uses of NodeAddress in org.jcsp.net2
Fields in org.jcsp.net2 declared as NodeAddressModifier and TypeFieldDescriptionprivate final NodeAddressNodeID.addressAddress of the Nodeprotected NodeAddressNodeFactory.cnsAddressThe NodeAddress where the CNS / BNS is locatedMethods in org.jcsp.net2 that return NodeAddressModifier and TypeMethodDescriptionNetBarrierLocation.getNodeAddress()Gets the NodeAddress part of the locationNetChannelLocation.getNodeAddress()Gets the NodeAddress part of the locationNetConnectionLocation.getNodeAddress()Gets the NodeAddress part of the locationabstract NodeAddressNetLocation.getNodeAddress()Gets the NodeAddress part of the location structureNodeID.getNodeAddress()Gets the NodeAddress part of the NodeIDprotected abstract NodeAddressInitialises a Nodestatic NodeAddressParses a string representation of a NodeAddress back to its object formprotected abstract NodeAddressParses an address string into an address objectMethods in org.jcsp.net2 with parameters of type NodeAddressModifier and TypeMethodDescriptionstatic <T> NetSharedChannelOutput<T> NetChannel.any2net(NodeAddress nodeAddr, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Nodestatic <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 immunitystatic <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 messagesstatic <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 messagesstatic NetSharedChannelOutputNetChannelEnd.any2net(NodeAddress nodeAddr, int vcn) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Nodestatic NetSharedChannelOutputNetChannelEnd.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 immunitystatic NetSharedChannelOutputNetChannelEnd.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 messagesstatic NetSharedChannelOutputNetChannelEnd.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<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<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<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<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<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> 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> 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> 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 messagesstatic LinkLinkFactory.getLink(NodeAddress addr) Creates a new Link, or retrieves an existing one, from a NodeAddressNode.init(String name, NodeAddress addr) Node.init(NodeAddress addr) static NetBarrierNetBarrierEnd.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 Nodestatic <T> NetChannelOutput<T> NetChannel.one2net(NodeAddress nodeAddr, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Nodestatic <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 immunitystatic <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 messagesstatic <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 messagesstatic NetChannelOutputNetChannelEnd.one2net(NodeAddress nodeAddr, int vcn) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Nodestatic NetChannelOutputNetChannelEnd.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 immunitystatic NetChannelOutputNetChannelEnd.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 messagesstatic NetChannelOutputNetChannelEnd.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<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<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<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<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<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> 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> 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> 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 messagesstatic final voidLinkServer.start(NodeAddress address) Constructors in org.jcsp.net2 with parameters of type NodeAddressModifierConstructorDescriptionNodeID(long long1, long long2, int int1, String nodeName, NodeAddress nodeAddress) Constructor taking the full details for a remote Node connection(package private)NodeID(String nodeName, NodeAddress nodeAddress) Constructor taking the name and the address of the Node -
Uses of NodeAddress in org.jcsp.net2.bns
Methods in org.jcsp.net2.bns with parameters of type NodeAddressModifier and TypeMethodDescriptionstatic voidBNS.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 NodeAddressModifier and TypeMethodDescriptionstatic voidCNS.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.tcpipModifier and TypeClassDescriptionfinal classA concrete implementation of a NodeAddress that is designed for TCP/IP connections.Methods in org.jcsp.net2.tcpip that return NodeAddressModifier and TypeMethodDescriptionTCPIPLink.getRemoteAddress()Gets the NodeAddress of the Node that this Link is connected toprotected NodeAddressDeprecated.Initialises the Node, connecting to the CNS / BNSprotected NodeAddressParses a string to recreate a TCPIPNodeAddress object