Uses of Class
org.jcsp.net.cns.ChannelNameKey

Packages that use ChannelNameKey
org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS). 
 

Uses of ChannelNameKey in org.jcsp.net.cns
 

Methods in org.jcsp.net.cns that return ChannelNameKey
static ChannelNameKey CNS.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           
 ChannelNameKey CNSUser.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           Leases the channel name within the specified name space from the Naming Service Implemenation.
 ChannelNameKey CNSService.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           Leases the channel name within the specified name space from the Channel Name Server.
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.
static ChannelNameKey CNS.register(Networked owner, String name)
           
 ChannelNameKey CNSUser.register(Networked owner, String name)
           This method allows a channel (or any instance of a class implementing Networked) to be registered with a Naming Service Implementation.
 ChannelNameKey CNSService.register(Networked owner, String name)
           This method allows a channel (or any instance of a class implementing Networked) to be registered with the Channel Name Server.
static ChannelNameKey CNS.register(Networked owner, String name, ChannelNameKey key)
           
 ChannelNameKey CNSUser.register(Networked owner, String name, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered with the to be reregistered with a Naming Service implementation.
 ChannelNameKey CNSService.register(Networked owner, String name, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered with the to be reregistered with the Channel Name Server.
static ChannelNameKey CNS.register(Networked owner, String name, NameAccessLevel accessLevel)
           
 ChannelNameKey CNSUser.register(Networked owner, String name, NameAccessLevel accessLevel)
           This method allows a channel (or any instance of a class implementing Networked) to be registered with a Naming Service Implementation.
 ChannelNameKey CNSService.register(Networked owner, String name, NameAccessLevel accessLevel)
           This method allows a channel (or any instance of a class implementing Networked) to be registered with the Channel Name Server.
static ChannelNameKey CNS.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           
 ChannelNameKey CNSUser.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered to be reregistered with the Naming Service implementation.
 ChannelNameKey CNSService.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered to be reregistered with the Channel Name Server.
 

Methods in org.jcsp.net.cns with parameters of type ChannelNameKey
static boolean CNS.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
          This deregisters a Channel name with the CNS.
 boolean CNSUser.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           This deregisters a registered or leased Channel name from the Naming Service implementation.
 boolean CNSService.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           This deregisters a Channel name from the Channel Name Server.
static ChannelNameKey CNS.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           
 ChannelNameKey CNSUser.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           Leases the channel name within the specified name space from the Naming Service Implemenation.
 ChannelNameKey CNSService.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
           Leases the channel name within the specified name space from the Channel Name Server.
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.
static ChannelNameKey CNS.register(Networked owner, String name, ChannelNameKey key)
           
 ChannelNameKey CNSUser.register(Networked owner, String name, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered with the to be reregistered with a Naming Service implementation.
 ChannelNameKey CNSService.register(Networked owner, String name, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered with the to be reregistered with the Channel Name Server.
static ChannelNameKey CNS.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           
 ChannelNameKey CNSUser.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered to be reregistered with the Naming Service implementation.
 ChannelNameKey CNSService.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
           This method allows a channel (or any instance of a class implementing Networked) that has previously been registered to be reregistered with the Channel Name Server.
 



Copyright © 1996-2012. All Rights Reserved.