Uses of Class
org.jcsp.net.NetChannelLocation
Packages that use NetChannelLocation
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of NetChannelLocation in org.jcsp.net
Methods in org.jcsp.net that return NetChannelLocationModifier and TypeMethodDescriptionNetAltingConnectionClient.getChannelLocation()Returns the location of the server.NetSharedAltingConnectionClient.getChannelLocation()Returns the address location of the connection server.Networked.getChannelLocation()Returns the location of theNetworkedChannelInput.Methods in org.jcsp.net with parameters of type NetChannelLocationModifier and TypeMethodDescriptionprotected booleanNetChannelLocation.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 NetSharedChannelOutputNetChannelEnd.createAny2Net(NetChannelLocation loc) NetChannelEndFactory.createAny2Net(NetChannelLocation loc) Constructs aNetSharedChannelOutputobject.NetConnection.createAny2Net(NetChannelLocation serverLoc) NetConnectionFactory.createAny2Net(NetChannelLocation serverLoc) Constructs aNetSharedAltingConnectionClientobject.StandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc) StandardNetConnectionFactory.createAny2Net(NetChannelLocation serverLoc) UnacknowledgedNetChannelEndFactory.createAny2Net(NetChannelLocation loc) Creates an unacknowledged output channel end suitable for use by multiple writers.static NetChannelOutputNetChannelEnd.createOne2Net(NetChannelLocation loc) NetChannelEndFactory.createOne2Net(NetChannelLocation loc) Constructs aNetChannelOutputobject.static NetAltingConnectionClientNetConnection.createOne2Net(NetChannelLocation serverLoc) NetConnectionFactory.createOne2Net(NetChannelLocation serverLoc) Constructs aNetAltingConnectionClientobject.StandardNetChannelEndFactory.createOne2Net(NetChannelLocation loc) StandardNetConnectionFactory.createOne2Net(NetChannelLocation serverLoc) UnacknowledgedNetChannelEndFactory.createOne2Net(NetChannelLocation loc) Creates an unacknowledged output channel end suitable for use by a single writer.voidNetChannelOutput.recreate(NetChannelLocation newLoc) Requests that the instance of the implementing class should reinitialize itself with a new location.protected final voidNetChannelLocation.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 NetChannelLocationModifierConstructorDescriptionprotectedThis is a protected constructor which takes anotherNetChannelLocationobject and "clones" it into this one. -
Uses of NetChannelLocation in org.jcsp.net.cns
Subclasses of NetChannelLocation in org.jcsp.net.cnsModifier and TypeClassDescriptionclassInstances of this class are returned by the resolve methods of.CNSServiceMethods in org.jcsp.net.cns that return NetChannelLocationModifier and TypeMethodDescriptionstatic NetChannelLocationstatic NetChannelLocationCNS.resolve(String name, NameAccessLevel accessLevel) This method resolves a channel name into aNetChannelLocationobject.CNSService.resolve(String name, NameAccessLevel accessLevel) This method resolves a channel name into aNetChannelLocationobject.This method resolves a channel name into aNetChannelLocationobject.CNSUser.resolve(String name, NameAccessLevel accessLevel) This method resolves a channel name into aNetChannelLocationobject.Methods in org.jcsp.net.cns with parameters of type NetChannelLocationModifier and TypeMethodDescriptionstatic ChannelNameKeyCNS.register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key) 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.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 NetChannelLocationModifier and TypeMethodDescriptionInputReconnectionManager.getCurrentLocation()Returns the current location of the channel.Methods in org.jcsp.net.dynamic with parameters of type NetChannelLocationModifier and TypeMethodDescriptionMigratableChannelEndFactory.createAny2Net(NetChannelLocation loc) static MigratableChannelOutputMigratableChannelEnd.createOne2Net(NetChannelLocation loc) Creates a migratable channel output to a given location.MigratableChannelEndFactory.createOne2Net(NetChannelLocation loc)