Uses of Class
org.jcsp.net2.JCSPNetworkException

Packages that use JCSPNetworkException
org.jcsp.net2   
org.jcsp.net2.bns   
org.jcsp.net2.cns   
org.jcsp.net2.mobile   
org.jcsp.net2.tcpip   
 

Uses of JCSPNetworkException in org.jcsp.net2
 

Methods in org.jcsp.net2 that throw JCSPNetworkException
static NetSharedChannelOutput NetChannelEnd.any2net(NetChannelLocation loc)
          Deprecated. Creates a new NetSharedChannelOutput connected to the input end at the given location
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NetChannelLocation loc)
          Creates a new NetSharedChannelOutput connected to the input end at the given location
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NetChannelLocation loc)
          Creates a new NetSharedChannelOutput connected to the input end at the given location
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NetChannelLocation loc)
          Creates a new NetSharedChannelOutput connected to the input end at the given location
static NetSharedChannelOutput NetChannelEnd.any2net(NetChannelLocation loc, int immunityLevel)
          Deprecated. Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NetChannelLocation loc, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level
static NetSharedChannelOutput NetChannelEnd.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Deprecated. Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.
static NetSharedChannelOutput NetChannelEnd.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Deprecated. Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages
static
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages
<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages
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 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
<T> NetSharedChannelOutput<T>
NetChannel.any2net(NodeID nodeID, int vcn)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net(NodeID nodeID, int vcn)
          Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
<T> NetSharedChannelOutput<T>
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
 void NetChannelOutput.asyncWrite(T obj)
          Sends a message to the input end of the channel asynchronously (no blocking)
abstract  boolean Link.connect()
          Connects to the remote Node.
static NetSharedChannelOutput NetChannel.createAny2Net(NetChannelLocation loc)
          Deprecated. Use any2net instead
 NetSharedChannelOutput StandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
          Deprecated. Use any2net instead
static NetSharedChannelOutput NetChannelEnd.createAny2Net(NetChannelLocation loc)
          Deprecated. Use any2net instead
protected abstract  Link NodeAddress.createLink()
          Creates a Link connected to this address
protected abstract  LinkServer NodeAddress.createLinkServer()
          Creates a LinkServer listening on this address
static NetChannelOutput NetChannel.createOne2Net(NetChannelLocation loc)
          Deprecated. Use one2net instead
 NetChannelOutput StandardNetChannelEndFactory.createOne2Net(NetChannelLocation loc)
          Deprecated. Use one2net instead
static NetChannelOutput NetChannelEnd.createOne2Net(NetChannelLocation loc)
          Deprecated. Use one2net instead
protected abstract  boolean Link.createResources()
          Creates the resources (if any) required for the Node.
 void NetBarrier.destroy()
          Destroys the Barrier
 void NetBarrier.enroll()
          Enrolls locally with the Barrier
static Link LinkFactory.getLink(NodeAddress addr)
          Creates a new Link, or retrieves an existing one, from a NodeAddress
static Link LinkFactory.getLink(NodeID nodeID)
          Creates a new Link or gets an existing one from the the given NodeID.
 NodeKey Node.init(NodeAddress addr)
           
 NodeKey Node.init(NodeFactory factory)
           
 NodeKey Node.init(String name, NodeAddress addr)
           
protected abstract  NodeAddress NodeFactory.initNode(Node node)
          Initialises a Node
 boolean NetAltingConnectionClient.isOpen()
           
static NetBarrier NetBarrierEnd.netBarrier(NetBarrierLocation loc, int enrolled)
          Creates a new client end of a NetBarrier
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 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(NetChannelLocation loc)
          Deprecated. Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation
static
<T> NetChannelOutput<T>
NetChannel.one2net(NetChannelLocation loc)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NetChannelLocation loc)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NetChannelLocation loc)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation
static NetChannelOutput NetChannelEnd.one2net(NetChannelLocation loc, int immunityLevel)
          Deprecated. Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level
static
<T> NetChannelOutput<T>
NetChannel.one2net(NetChannelLocation loc, int immunityLevel)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level
static NetChannelOutput NetChannelEnd.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Deprecated. Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.
static
<T> NetChannelOutput<T>
NetChannel.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.
static NetChannelOutput NetChannelEnd.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Deprecated. Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages
static
<T> NetChannelOutput<T>
NetChannel.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages
<T> NetChannelOutput<T>
NetChannelEndFactory.one2net(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages
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 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
<T> NetChannelOutput<T>
NetChannel.one2net(NodeID nodeID, int vcn)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net(NodeID nodeID, int vcn)
          Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
<T> NetChannelOutput<T>
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
 Object NetAltingConnectionClient.reply()
           
 void NetAltingConnectionClient.request(Object obj)
           
 void NetBarrier.resign()
          Resigns an local process from the barrier
static void LinkServer.start(NodeAddress address)
           
 void NetBarrier.sync()
          Performs a SYNC operation with the Barrier throws JCSPNetworkException Thrown if something goes wrong in the underlying architecture
 

Uses of JCSPNetworkException in org.jcsp.net2.bns
 

Methods in org.jcsp.net2.bns that throw JCSPNetworkException
static void BNS.initialise(NodeAddress bnsNode)
          Initialises the connection to the BNS
static void BNS.initialise(NodeID bnsNode)
          Initialises the connection to the BNS
static NetBarrier BNS.netBarrier(String name, int enrolled)
          Creates a new client end of a NetBarrier
 NetBarrierLocation BNSService.resolve(String name)
          Resolves a name on the BNS, retrieving the NetBarrierLocation for the NetBarrier
 

Constructors in org.jcsp.net2.bns that throw JCSPNetworkException
BNSService(NodeID bnsNode)
          Creates a new BNSService
 

Uses of JCSPNetworkException in org.jcsp.net2.cns
 

Methods in org.jcsp.net2.cns that throw JCSPNetworkException
static
<T> NetSharedChannelOutput<T>
CNS.any2net(String name)
          Creates a new NetSharedChannelOutput connected to the input channel registered with the given name
static
<T> NetSharedChannelOutput<T>
CNS.any2net(String name, int immunityLevel)
          Creates a new NetSharedChannelOutput connected to the input channel registered with the given name
static
<T> NetSharedChannelOutput<T>
CNS.any2net(String name, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input channel registered with the given name
static
<T> NetSharedChannelOutput<T>
CNS.any2net(String name, NetworkMessageFilter.FilterTx filter)
          Creates a new NetSharedChannelOutput connected to the input channel registered with the given name
static NetSharedChannelOutput CNS.createAny2Net(String name)
          Deprecated. Use one2net instead
static NetChannelOutput CNS.createOne2Net(String name)
          Deprecated. Use one2net instead
static void CNS.initialise(NodeAddress cnsNode)
          Initialises the factory methods to allow creation of channels with the CNS
static void CNS.initialise(NodeID cnsNode)
          Initialises the factory methods to allow creation of channels with the CNS
static
<T> NetChannelOutput<T>
CNS.one2net(String name)
          Creates a new NetChannelOutput connected to the input channel registered with the given name
static
<T> NetChannelOutput<T>
CNS.one2net(String name, int immunityLevel)
          Creates a new NetChannelOutput connected to the input channel registered with the given name
static
<T> NetChannelOutput<T>
CNS.one2net(String name, int immunityLevel, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the input channel registered with the given name
static
<T> NetChannelOutput<T>
CNS.one2net(String name, NetworkMessageFilter.FilterTx filter)
          Creates a new NetChannelOutput connected to the input channel registered with the given name
 NetChannelLocation CNSService.resolve(String name)
          Resolves a name on the CNS, retrieving the NetChannelLocation for the channel
 

Constructors in org.jcsp.net2.cns that throw JCSPNetworkException
CNSService(NodeID cnsNode)
          Creates a new CNSService
 

Uses of JCSPNetworkException in org.jcsp.net2.mobile
 

Methods in org.jcsp.net2.mobile that throw JCSPNetworkException
 void MobileChannelOutput.asyncWrite(Object obj)
           
 

Uses of JCSPNetworkException in org.jcsp.net2.tcpip
 

Methods in org.jcsp.net2.tcpip that throw JCSPNetworkException
 boolean TCPIPLink.connect()
          Connects the Link to the remote Node.
protected  Link TCPIPNodeAddress.createLink()
          Creates a new TCPIPLink connected to a Node with this address
protected  LinkServer TCPIPNodeAddress.createLinkServer()
          Creates a new TCPIPLinkServer listening on this address
protected  boolean TCPIPLink.createResources()
          Creates any required resources.
protected  NodeAddress TCPIPNodeFactory.initNode(Node node)
          Deprecated. Initialises the Node, connecting to the CNS / BNS
 

Constructors in org.jcsp.net2.tcpip that throw JCSPNetworkException
TCPIPLink(TCPIPNodeAddress address)
          Creates a new TCPIPLink
TCPIPLinkServer(TCPIPNodeAddress address)
          Creates a new TCPIPLinkServer listening on the given address
 



Copyright © 1996-2012. All Rights Reserved.