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 NetChannelLocationNetAltingConnectionClient. getChannelLocation()Returns the location of the server.NetChannelLocationNetSharedAltingConnectionClient. getChannelLocation()Returns the address location of the connection server.NetChannelLocationNetworked. getChannelLocation()Returns the location of theNetworkedChannelInput.Methods in org.jcsp.net with parameters of type NetChannelLocation Modifier and Type Method Description protected 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)NetSharedChannelOutputNetChannelEndFactory. createAny2Net(NetChannelLocation loc)Constructs aNetSharedChannelOutputobject.static NetSharedAltingConnectionClientNetConnection. createAny2Net(NetChannelLocation serverLoc)NetSharedAltingConnectionClientNetConnectionFactory. createAny2Net(NetChannelLocation serverLoc)Constructs aNetSharedAltingConnectionClientobject.NetSharedChannelOutputStandardNetChannelEndFactory. createAny2Net(NetChannelLocation loc)NetSharedAltingConnectionClientStandardNetConnectionFactory. createAny2Net(NetChannelLocation serverLoc)NetSharedChannelOutputUnacknowledgedNetChannelEndFactory. createAny2Net(NetChannelLocation loc)Creates an unacknowledged output channel end suitable for use by multiple writers.static NetChannelOutputNetChannelEnd. createOne2Net(NetChannelLocation loc)NetChannelOutputNetChannelEndFactory. createOne2Net(NetChannelLocation loc)Constructs aNetChannelOutputobject.static NetAltingConnectionClientNetConnection. createOne2Net(NetChannelLocation serverLoc)NetAltingConnectionClientNetConnectionFactory. createOne2Net(NetChannelLocation serverLoc)Constructs aNetAltingConnectionClientobject.NetChannelOutputStandardNetChannelEndFactory. createOne2Net(NetChannelLocation loc)NetAltingConnectionClientStandardNetConnectionFactory. createOne2Net(NetChannelLocation serverLoc)NetChannelOutputUnacknowledgedNetChannelEndFactory. 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 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 NetChannelLocation Constructor Description NetChannelLocation(NetChannelLocation other)This 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.cns Modifier and Type Class Description classCNSNetChannelLocationInstances of this class are returned by the resolve methods of.CNSServiceMethods in org.jcsp.net.cns that return NetChannelLocation Modifier and Type Method Description static NetChannelLocationCNS. resolve(String name)static NetChannelLocationCNS. resolve(String name, NameAccessLevel accessLevel)NetChannelLocationCNSService. resolve(String name)This method resolves a channel name into aNetChannelLocationobject.NetChannelLocationCNSService. resolve(String name, NameAccessLevel accessLevel)This method resolves a channel name into aNetChannelLocationobject.NetChannelLocationCNSUser. resolve(String name)This method resolves a channel name into aNetChannelLocationobject.NetChannelLocationCNSUser. resolve(String name, NameAccessLevel accessLevel)This method resolves a channel name into aNetChannelLocationobject.Methods in org.jcsp.net.cns with parameters of type NetChannelLocation Modifier and Type Method Description static ChannelNameKeyCNS. register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)ChannelNameKeyCNSService. 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.ChannelNameKeyCNSUser. 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 NetChannelLocationInputReconnectionManager. getCurrentLocation()Returns the current location of the channel.Methods in org.jcsp.net.dynamic with parameters of type NetChannelLocation Modifier and Type Method Description NetSharedChannelOutputMigratableChannelEndFactory. createAny2Net(NetChannelLocation loc)static MigratableChannelOutputMigratableChannelEnd. createOne2Net(NetChannelLocation loc)Creates a migratable channel output to a given location.NetChannelOutputMigratableChannelEndFactory. createOne2Net(NetChannelLocation loc)
-