|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetChannelOutput | |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.cns | |
org.jcsp.net2.mobile |
Uses of NetChannelOutput in org.jcsp.net2 |
---|
Subinterfaces of NetChannelOutput in org.jcsp.net2 | |
---|---|
interface |
NetSharedChannelOutput<T>
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes. |
Methods in org.jcsp.net2 that return NetChannelOutput | ||
---|---|---|
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 |
|
static NetChannelOutput |
NetChannelEnd.one2net(NetChannelLocation loc)
Deprecated. Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation |
|
static
|
NetChannel.one2net(NetChannelLocation loc)
Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation |
|
|
StandardNetChannelEndFactory.one2net(NetChannelLocation loc)
Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
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. |
|
|
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. |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
NetChannel.one2net(NodeAddress nodeAddr,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
|
|
StandardNetChannelEndFactory.one2net(NodeAddress nodeAddr,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
NetChannel.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
|
|
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn)
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
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 |
|
|
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 |
|
|
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
|
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 |
|
|
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 |
|
|
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 |
Uses of NetChannelOutput in org.jcsp.net2.cns |
---|
Methods in org.jcsp.net2.cns that return NetChannelOutput | ||
---|---|---|
static NetChannelOutput |
CNS.createOne2Net(String name)
Deprecated. Use one2net instead |
|
static
|
CNS.one2net(String name)
Creates a new NetChannelOutput connected to the input channel registered with the given name |
|
static
|
CNS.one2net(String name,
int immunityLevel)
Creates a new NetChannelOutput connected to the input channel registered with the given name |
|
static
|
CNS.one2net(String name,
int immunityLevel,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the input channel registered with the given name |
|
static
|
CNS.one2net(String name,
NetworkMessageFilter.FilterTx filter)
Creates a new NetChannelOutput connected to the input channel registered with the given name |
Uses of NetChannelOutput in org.jcsp.net2.mobile |
---|
Classes in org.jcsp.net2.mobile that implement NetChannelOutput | |
---|---|
class |
MobileChannelOutput
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |