Uses of Class
org.jcsp.net.cns.ChannelNameKey
Packages that use ChannelNameKey
Package
Description
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 ChannelNameKeyModifier and TypeMethodDescriptionstatic ChannelNameKeyCNS.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) CNSService.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) Leases the channel name within the specified name space from the Channel Name Server.CNSUser.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) Leases the channel name within the specified name space from the Naming Service Implemenation.static ChannelNameKeyCNS.register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key) static ChannelNameKeystatic ChannelNameKeyCNS.register(Networked owner, String name, ChannelNameKey key) static ChannelNameKeyCNS.register(Networked owner, String name, NameAccessLevel accessLevel) static ChannelNameKeyCNS.register(Networked owner, 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.This method allows a channel (or any instance of a class implementing) to be registered with the Channel Name Server.NetworkedCNSService.register(Networked owner, String name, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered with the to be reregistered with the Channel Name Server.NetworkedCNSService.register(Networked owner, String name, NameAccessLevel accessLevel) This method allows a channel (or any instance of a class implementing) to be registered with the Channel Name Server.NetworkedCNSService.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered to be reregistered with the Channel Name Server.NetworkedCNSUser.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.This method allows a channel (or any instance of a class implementing) to be registered with a Naming Service Implementation.NetworkedCNSUser.register(Networked owner, String name, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered with the to be reregistered with a Naming Service implementation.NetworkedCNSUser.register(Networked owner, String name, NameAccessLevel accessLevel) This method allows a channel (or any instance of a class implementing) to be registered with a Naming Service Implementation.NetworkedCNSUser.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered to be reregistered with the Naming Service implementation.NetworkedMethods in org.jcsp.net.cns with parameters of type ChannelNameKeyModifier and TypeMethodDescriptionstatic booleanCNS.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) This deregisters a Channel name with the CNS.booleanCNSService.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) This deregisters a Channel name from the Channel Name Server.booleanCNSUser.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) This deregisters a registered or leased Channel name from the Naming Service implementation.static ChannelNameKeyCNS.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) CNSService.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) Leases the channel name within the specified name space from the Channel Name Server.CNSUser.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) Leases the channel name within the specified name space from the Naming Service Implemenation.static ChannelNameKeyCNS.register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key) static ChannelNameKeyCNS.register(Networked owner, String name, ChannelNameKey key) static ChannelNameKeyCNS.register(Networked owner, 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.CNSService.register(Networked owner, String name, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered with the to be reregistered with the Channel Name Server.NetworkedCNSService.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered to be reregistered with the Channel Name Server.NetworkedCNSUser.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.CNSUser.register(Networked owner, String name, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered with the to be reregistered with a Naming Service implementation.NetworkedCNSUser.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) This method allows a channel (or any instance of a class implementing) that has previously been registered to be reregistered with the Naming Service implementation.Networked