Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.bns | |
org.jcsp.net2.cns | |
org.jcsp.net2.tcpip |
Modifier and Type | Field and Description |
---|---|
protected NodeAddress |
NodeFactory.cnsAddress
The NodeAddress where the CNS / BNS is located
|
Modifier and Type | Method and Description |
---|---|
NodeAddress |
NetConnectionLocation.getNodeAddress()
Gets the NodeAddress part of the location
|
NodeAddress |
NodeID.getNodeAddress()
Gets the NodeAddress part of the NodeID
|
NodeAddress |
NetChannelLocation.getNodeAddress()
Gets the NodeAddress part of the location
|
NodeAddress |
NetBarrierLocation.getNodeAddress()
Gets the NodeAddress part of the location
|
abstract NodeAddress |
NetLocation.getNodeAddress()
Gets the NodeAddress part of the location structure
|
protected abstract NodeAddress |
NodeFactory.initNode(Node node)
Initialises a Node
|
static NodeAddress |
NodeAddress.parse(java.lang.String str)
Parses a string representation of a NodeAddress back to its object form
|
protected abstract NodeAddress |
ProtocolID.parse(java.lang.String addressString)
Parses an address string into an address object
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.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) |
Constructor and Description |
---|
NodeID(long long1,
long long2,
int int1,
java.lang.String nodeName,
NodeAddress nodeAddress)
Constructor taking the full details for a remote Node connection
|
Modifier and Type | Method and Description |
---|---|
static void |
BNS.initialise(NodeAddress bnsNode)
Initialises the connection to the BNS
|
Modifier and Type | Method and Description |
---|---|
static void |
CNS.initialise(NodeAddress cnsNode)
Initialises the factory methods to allow creation of channels with the CNS
|
Modifier and Type | Class and Description |
---|---|
class |
TCPIPNodeAddress
A concrete implementation of a NodeAddress that is designed for TCP/IP connections.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String addressString)
Parses a string to recreate a TCPIPNodeAddress object
|
Copyright © 1996–2023. All rights reserved.