Uses of Class
org.jcsp.net.cns.ChannelNameKey
-
Packages that use ChannelNameKey Package Description 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 Modifier and Type Method Description static ChannelNameKeyCNS. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)ChannelNameKeyCNSService. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)Leases the channel name within the specified name space from the Channel Name Server.ChannelNameKeyCNSUser. 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)static 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)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.ChannelNameKeyCNSService. register(Networked owner, String name)This method allows a channel (or any instance of a class implementing) to be registered with the Channel Name Server.NetworkedChannelNameKeyCNSService. 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.NetworkedChannelNameKeyCNSService. 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.NetworkedChannelNameKeyCNSService. 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.NetworkedChannelNameKeyCNSUser. 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.ChannelNameKeyCNSUser. register(Networked owner, String name)This method allows a channel (or any instance of a class implementing) to be registered with a Naming Service Implementation.NetworkedChannelNameKeyCNSUser. 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.NetworkedChannelNameKeyCNSUser. 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.NetworkedChannelNameKeyCNSUser. 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 ChannelNameKey Modifier and Type Method Description static 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)ChannelNameKeyCNSService. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)Leases the channel name within the specified name space from the Channel Name Server.ChannelNameKeyCNSUser. 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)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.ChannelNameKeyCNSService. 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.NetworkedChannelNameKeyCNSService. 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.NetworkedChannelNameKeyCNSUser. 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.ChannelNameKeyCNSUser. 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.NetworkedChannelNameKeyCNSUser. 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
-