Uses of Class
org.jcsp.net.NetChannelLocation
-
Packages that use NetChannelLocation Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS).org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of NetChannelLocation in org.jcsp.net
Methods in org.jcsp.net that return NetChannelLocation Modifier and Type Method Description NetChannelLocation
NetAltingConnectionClient. getChannelLocation()
Returns the location of the server.NetChannelLocation
NetSharedAltingConnectionClient. getChannelLocation()
Returns the address location of the connection server.NetChannelLocation
Networked. getChannelLocation()
Returns the location of theNetworked
ChannelInput
.Methods in org.jcsp.net with parameters of type NetChannelLocation Modifier and Type Method Description protected boolean
NetChannelLocation. checkEqual(NetChannelLocation other)
This method is used by theequals(Object)
method to determine whether another object is equal to the one on which it is invoked.static NetSharedChannelOutput
NetChannelEnd. createAny2Net(NetChannelLocation loc)
NetSharedChannelOutput
NetChannelEndFactory. createAny2Net(NetChannelLocation loc)
Constructs aNetSharedChannelOutput
object.static NetSharedAltingConnectionClient
NetConnection. createAny2Net(NetChannelLocation serverLoc)
NetSharedAltingConnectionClient
NetConnectionFactory. createAny2Net(NetChannelLocation serverLoc)
Constructs aNetSharedAltingConnectionClient
object.NetSharedChannelOutput
StandardNetChannelEndFactory. createAny2Net(NetChannelLocation loc)
NetSharedAltingConnectionClient
StandardNetConnectionFactory. createAny2Net(NetChannelLocation serverLoc)
NetSharedChannelOutput
UnacknowledgedNetChannelEndFactory. createAny2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by multiple writers.static NetChannelOutput
NetChannelEnd. createOne2Net(NetChannelLocation loc)
NetChannelOutput
NetChannelEndFactory. createOne2Net(NetChannelLocation loc)
Constructs aNetChannelOutput
object.static NetAltingConnectionClient
NetConnection. createOne2Net(NetChannelLocation serverLoc)
NetAltingConnectionClient
NetConnectionFactory. createOne2Net(NetChannelLocation serverLoc)
Constructs aNetAltingConnectionClient
object.NetChannelOutput
StandardNetChannelEndFactory. createOne2Net(NetChannelLocation loc)
NetAltingConnectionClient
StandardNetConnectionFactory. createOne2Net(NetChannelLocation serverLoc)
NetChannelOutput
UnacknowledgedNetChannelEndFactory. createOne2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by a single writer.void
NetChannelOutput. recreate(NetChannelLocation newLoc)
Requests that the instance of the implementing class should reinitialize itself with a new location.protected void
NetChannelLocation. refreshFrom(NetChannelLocation other)
This method refreshes the fields in the instance of this object to equal the fields in the supplied object.Constructors in org.jcsp.net with parameters of type NetChannelLocation Constructor Description NetChannelLocation(NetChannelLocation other)
This is a protected constructor which takes anotherNetChannelLocation
object and "clones" it into this one. -
Uses of NetChannelLocation in org.jcsp.net.cns
Subclasses of NetChannelLocation in org.jcsp.net.cns Modifier and Type Class Description class
CNSNetChannelLocation
Instances of this class are returned by the resolve methods of
.CNSService
Methods in org.jcsp.net.cns that return NetChannelLocation Modifier and Type Method Description static NetChannelLocation
CNS. resolve(String name)
static NetChannelLocation
CNS. resolve(String name, NameAccessLevel accessLevel)
NetChannelLocation
CNSService. resolve(String name)
This method resolves a channel name into aNetChannelLocation
object.NetChannelLocation
CNSService. resolve(String name, NameAccessLevel accessLevel)
This method resolves a channel name into aNetChannelLocation
object.NetChannelLocation
CNSUser. resolve(String name)
This method resolves a channel name into aNetChannelLocation
object.NetChannelLocation
CNSUser. resolve(String name, NameAccessLevel accessLevel)
This method resolves a channel name into aNetChannelLocation
object.Methods in org.jcsp.net.cns with parameters of type NetChannelLocation Modifier and Type Method Description static ChannelNameKey
CNS. register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)
ChannelNameKey
CNSService. register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)
This method allows a channel's location to be registered against a name in the Channel Name Server.ChannelNameKey
CNSUser. register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)
This method allows a channel's location to be registered against a name in the Naming Service implementation. -
Uses of NetChannelLocation in org.jcsp.net.dynamic
Methods in org.jcsp.net.dynamic that return NetChannelLocation Modifier and Type Method Description NetChannelLocation
InputReconnectionManager. getCurrentLocation()
Returns the current location of the channel.Methods in org.jcsp.net.dynamic with parameters of type NetChannelLocation Modifier and Type Method Description NetSharedChannelOutput
MigratableChannelEndFactory. createAny2Net(NetChannelLocation loc)
static MigratableChannelOutput
MigratableChannelEnd. createOne2Net(NetChannelLocation loc)
Creates a migratable channel output to a given location.NetChannelOutput
MigratableChannelEndFactory. createOne2Net(NetChannelLocation loc)
-