Uses of Class
org.jcsp.net.NetChannelLocation

Packages that use NetChannelLocation
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
 NetChannelLocation NetSharedAltingConnectionClient.getChannelLocation()
          Returns the address location of the connection server.
 NetChannelLocation Networked.getChannelLocation()
          Returns the location of the Networked ChannelInput.
 NetChannelLocation NetAltingConnectionClient.getChannelLocation()
          Returns the location of the server.
 

Methods in org.jcsp.net with parameters of type NetChannelLocation
protected  boolean NetChannelLocation.checkEqual(NetChannelLocation other)
           This method is used by the equals(Object) method to determine whether another object is equal to the one on which it is invoked.
 NetSharedAltingConnectionClient NetConnectionFactory.createAny2Net(NetChannelLocation serverLoc)
           Constructs a NetSharedAltingConnectionClient object.
 NetSharedChannelOutput UnacknowledgedNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
          Creates an unacknowledged output channel end suitable for use by multiple writers.
 NetSharedChannelOutput StandardNetChannelEndFactory.createAny2Net(NetChannelLocation loc)
           
static NetSharedChannelOutput NetChannelEnd.createAny2Net(NetChannelLocation loc)
           
static NetSharedAltingConnectionClient NetConnection.createAny2Net(NetChannelLocation serverLoc)
           
 NetSharedAltingConnectionClient StandardNetConnectionFactory.createAny2Net(NetChannelLocation serverLoc)
           
 NetSharedChannelOutput NetChannelEndFactory.createAny2Net(NetChannelLocation loc)
           Constructs a NetSharedChannelOutput object.
 NetAltingConnectionClient NetConnectionFactory.createOne2Net(NetChannelLocation serverLoc)
           Constructs a NetAltingConnectionClient object.
 NetChannelOutput UnacknowledgedNetChannelEndFactory.createOne2Net(NetChannelLocation loc)
          Creates an unacknowledged output channel end suitable for use by a single writer.
 NetChannelOutput StandardNetChannelEndFactory.createOne2Net(NetChannelLocation loc)
           
static NetChannelOutput NetChannelEnd.createOne2Net(NetChannelLocation loc)
           
static NetAltingConnectionClient NetConnection.createOne2Net(NetChannelLocation serverLoc)
           
 NetAltingConnectionClient StandardNetConnectionFactory.createOne2Net(NetChannelLocation serverLoc)
           
 NetChannelOutput NetChannelEndFactory.createOne2Net(NetChannelLocation loc)
           Constructs a NetChannelOutput object.
 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
NetChannelLocation(NetChannelLocation other)
           This is a protected constructor which takes another NetChannelLocation object and "clones" it into this one.
 

Uses of NetChannelLocation in org.jcsp.net.cns
 

Subclasses of NetChannelLocation in org.jcsp.net.cns
 class CNSNetChannelLocation
           Instances of this class are returned by the resolve methods of CNSService.
 

Methods in org.jcsp.net.cns that return NetChannelLocation
static NetChannelLocation CNS.resolve(String name)
           
 NetChannelLocation CNSUser.resolve(String name)
           This method resolves a channel name into a NetChannelLocation object.
 NetChannelLocation CNSService.resolve(String name)
           This method resolves a channel name into a NetChannelLocation object.
static NetChannelLocation CNS.resolve(String name, NameAccessLevel accessLevel)
           
 NetChannelLocation CNSUser.resolve(String name, NameAccessLevel accessLevel)
           This method resolves a channel name into a NetChannelLocation object.
 NetChannelLocation CNSService.resolve(String name, NameAccessLevel accessLevel)
           This method resolves a channel name into a NetChannelLocation object.
 

Methods in org.jcsp.net.cns with parameters of type NetChannelLocation
static ChannelNameKey CNS.register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           
 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.
 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.
 

Uses of NetChannelLocation in org.jcsp.net.dynamic
 

Methods in org.jcsp.net.dynamic that return NetChannelLocation
 NetChannelLocation InputReconnectionManager.getCurrentLocation()
          Returns the current location of the channel.
 

Methods in org.jcsp.net.dynamic with parameters of type NetChannelLocation
 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)
           
 



Copyright © 1996-2012. All Rights Reserved.