|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetSharedChannelInput | |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.cns |
Uses of NetSharedChannelInput in org.jcsp.net2 |
---|
Methods in org.jcsp.net2 that return NetSharedChannelInput | ||
---|---|---|
static NetSharedChannelInput |
NetChannel.createNet2Any()
Deprecated. Use net2any instead |
|
NetSharedChannelInput |
StandardNetChannelEndFactory.createNet2Any()
Deprecated. Use net2any instead |
|
static NetSharedChannelInput |
NetChannelEnd.createNet2Any()
Deprecated. Use net2any instead |
|
static NetSharedChannelInput |
NetChannelEnd.net2any()
Deprecated. Creates a new NetSharedChannelInput |
|
static
|
NetChannel.net2any()
Creates a new NetSharedChannelInput |
|
|
StandardNetChannelEndFactory.net2any()
Creates a new NetSharedChannelInput |
|
|
NetChannelEndFactory.net2any()
Creates a new NetSharedChannelInput |
|
static NetSharedChannelInput |
NetChannelEnd.net2any(int immunityLevel)
Deprecated. Creates a new NetSharedChannelInput with the given poison immunity level |
|
static
|
NetChannel.net2any(int immunityLevel)
Creates a new NetSharedChannelInput with the given poison immunity level |
|
|
StandardNetChannelEndFactory.net2any(int immunityLevel)
Creates a new NetSharedChannelInput with the given poison immunity level |
|
|
NetChannelEndFactory.net2any(int immunityLevel)
Creates a new NetSharedChannelInput with the given poison immunity level |
|
static NetSharedChannelInput |
NetChannelEnd.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Deprecated. Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages |
|
static
|
NetChannel.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages |
|
|
StandardNetChannelEndFactory.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages |
|
|
NetChannelEndFactory.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages |
|
static NetSharedChannelInput |
NetChannelEnd.net2any(NetworkMessageFilter.FilterRx filter)
Deprecated. Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages |
|
static
|
NetChannel.net2any(NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages |
|
|
StandardNetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages |
|
|
NetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages |
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index)
Deprecated. Creates a new NetSharedChannelInput with the given index |
|
static
|
NetChannel.numberedNet2Any(int index)
Creates a new NetSharedChannelInput with the given index |
|
|
StandardNetChannelEndFactory.numberedNet2Any(int index)
Creates a new NetSharedChannelInput with the given index |
|
|
NetChannelEndFactory.numberedNet2Any(int index)
Creates a new NetSharedChannelInput with the given index |
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
int immunityLevel)
Deprecated. Creates a new NetSharedChannelInput with the given index and poison immunity level |
|
static
|
NetChannel.numberedNet2Any(int index,
int immunityLevel)
Creates a new NetSharedChannelInput with the given index and poison immunity level |
|
|
StandardNetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel)
Creates a new NetSharedChannelInput with the given index and poison immunity level |
|
|
NetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel)
Creates a new NetSharedChannelInput with the given index and poison immunity level |
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Deprecated. Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages. |
|
static
|
NetChannel.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages. |
|
|
StandardNetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages. |
|
|
NetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages. |
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Deprecated. Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages |
|
static
|
NetChannel.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages |
|
|
StandardNetChannelEndFactory.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages |
|
|
NetChannelEndFactory.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages |
Uses of NetSharedChannelInput in org.jcsp.net2.cns |
---|
Methods in org.jcsp.net2.cns that return NetSharedChannelInput | ||
---|---|---|
static NetSharedChannelInput |
CNS.createNet2Any(String name)
Deprecated. Use net2any instead |
|
static
|
CNS.net2any(String name)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.net2any(String name,
int immunityLevel)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.net2any(String name,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.net2any(String name,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.numberedNet2Any(String name,
int index)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.numberedNet2Any(String name,
int index,
int immunityLevel)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.numberedNet2Any(String name,
int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name |
|
static
|
CNS.numberedNet2Any(String name,
int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |