Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.bns | |
org.jcsp.net2.cns | |
org.jcsp.net2.mobile |
Modifier and Type | Field and Description |
---|---|
private NetChannelLocation |
One2NetChannel.localLocation
The local channel end location
|
private NetChannelLocation |
Net2OneChannel.location
The location of this channel
|
private NetChannelLocation |
One2NetChannel.remoteLocation
The location that this channel is connected to (the input channel ends location)
|
Modifier and Type | Method and Description |
---|---|
(package private) NetChannelLocation |
One2NetChannel.localLocation()
Gets the local NetChannelLocation that represents this channel.
|
static NetChannelLocation |
NetChannelLocation.parse(java.lang.String str)
Converts the string form of a NetChannelLocation back into its object form
|
Modifier and Type | Method and Description |
---|---|
static NetSharedChannelOutput |
NetChannelEnd.any2net(NetChannelLocation loc)
Deprecated.
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 <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
|
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
|
<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 <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
|
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.
|
<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 <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.
|
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
|
<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 <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
|
(package private) static <T2> Any2NetChannel<T2> |
Any2NetChannel.create(NetChannelLocation loc,
int immunity,
NetworkMessageFilter.FilterTx filter)
Static factory method used to create an Any2NetChannel
|
(package private) static <T2> One2NetChannel<T2> |
One2NetChannel.create(NetChannelLocation loc,
int immunity,
NetworkMessageFilter.FilterTx filter)
Creates a new One2NetChannel by connecting to an already created NetChannelInput
|
static NetSharedChannelOutput |
NetChannelEnd.createAny2Net(NetChannelLocation loc)
Deprecated.
Use any2net instead
|
static NetSharedChannelOutput |
NetChannel.createAny2Net(NetChannelLocation loc)
Deprecated.
Use any2net instead
|
NetSharedChannelOutput |
StandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
Deprecated.
Use any2net instead
|
static NetChannelOutput |
NetChannelEnd.createOne2Net(NetChannelLocation loc)
Deprecated.
Use one2net instead
|
static NetChannelOutput |
NetChannel.createOne2Net(NetChannelLocation loc)
Deprecated.
Use one2net instead
|
NetChannelOutput |
StandardNetChannelEndFactory.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
|
<T> NetChannelOutput<T> |
NetChannelEndFactory.one2net(NetChannelLocation loc)
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
|
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
|
<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 <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
|
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.
|
<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 <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.
|
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
|
<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 <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
|
Constructor and Description |
---|
One2NetChannel(AltingChannelInput ackChannel,
ChannelOutput toLink,
Link link,
ChannelData chanData,
NetChannelLocation loc,
int immunity,
NetworkMessageFilter.FilterTx filter)
Private constructor for creating a One2NetChannel.
|
Modifier and Type | Field and Description |
---|---|
(package private) NetChannelLocation |
BNSMessage.serviceLocation
The location that the BNS must reply to
|
Modifier and Type | Field and Description |
---|---|
(package private) NetChannelLocation |
CNSMessage.location1
Location parameter.
|
(package private) NetChannelLocation |
CNSMessage.location2
Location parameter.
|
Modifier and Type | Method and Description |
---|---|
NetChannelLocation |
CNSService.resolve(java.lang.String name)
Resolves a name on the CNS, retrieving the NetChannelLocation for the channel
|
Modifier and Type | Field and Description |
---|---|
private NetChannelLocation |
MessageBox.inputEndLoc |
(package private) NetChannelLocation |
MobileChannelMessage.inputLocation |
private NetChannelLocation |
MobileChannelInput.messageBoxLoc |
private NetChannelLocation |
MobileChannelOutput.msgBoxLocation |
private NetChannelLocation |
MobileChannelInput.msgBoxReqLoc |
(package private) NetChannelLocation |
DynamicClassLoaderMessage.requestLocation |
(package private) NetChannelLocation |
ClassRequest.returnLocation |
Constructor and Description |
---|
ClassRequest(NodeID originator,
java.lang.String name,
NetChannelLocation response) |
DynamicClassLoader(NodeID originator,
NetChannelLocation requestLocation) |
DynamicClassLoaderMessage(NodeID originator,
NetChannelLocation request,
byte[] classData) |
MobileChannelOutput(NetChannelLocation loc) |
MobileChannelOutput(NetChannelLocation loc,
NetworkMessageFilter.FilterTx encoder) |