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).
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of ChannelNameKey in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as ChannelNameKeyModifier and TypeFieldDescription(package private) ChannelNameKeyCNSChannelEndManager.ChannelRegistration.key(package private) ChannelNameKeyCNSMessage.DeregisterRequest.key(package private) ChannelNameKeyCNSMessage.LeaseReply.key(package private) ChannelNameKeyCNSMessage.LeaseRequest.key(package private) ChannelNameKeyCNSMessage.RegisterReply.key(package private) ChannelNameKeyCNSMessage.RegisterRequest.keyMethods 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.CNSService.UserObject.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) 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.NetworkedCNSService.UserObject.register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key) CNSService.UserObject.register(Networked owner, String name, ChannelNameKey key) CNSService.UserObject.register(Networked owner, String name, NameAccessLevel accessLevel) CNSService.UserObject.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) 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.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.Networkedprivate ChannelNameKeyCNS.registerChannel(String channelName, NameAccessLevel nameAccessLevel, NetChannelLocation channelLoc, ChannelNameKey channelKey) Register a Channel in the database.Methods in org.jcsp.net.cns with parameters of type ChannelNameKeyModifier and TypeMethodDescriptionprivate booleanCNS.deregisterChannel(String channelName, NameAccessLevel nameAccessLevel, ChannelNameKey channelKey) Deregisters a channel name and nameAccessLevel if a channel matches or removes a matching lease.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.booleanCNSService.UserObject.deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) 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.CNSService.UserObject.leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey) 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.NetworkedCNSService.UserObject.register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key) CNSService.UserObject.register(Networked owner, String name, ChannelNameKey key) CNSService.UserObject.register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key) 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.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.Networkedprivate ChannelNameKeyCNS.registerChannel(String channelName, NameAccessLevel nameAccessLevel, NetChannelLocation channelLoc, ChannelNameKey channelKey) Register a Channel in the database.Constructors in org.jcsp.net.cns with parameters of type ChannelNameKeyModifierConstructorDescription(package private)ChannelRegistration(String name, NameAccessLevel accessLevel, ChannelNameKey key) -
Uses of ChannelNameKey in org.jcsp.net.dynamic
Fields in org.jcsp.net.dynamic declared as ChannelNameKeyModifier and TypeFieldDescriptionprivate ChannelNameKeyInputReconnectionManagerCNSImpl.keyThe name key allocated to the channel.Constructors in org.jcsp.net.dynamic with parameters of type ChannelNameKeyModifierConstructorDescriptionInputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn, String name, NameAccessLevel accessLevel, ChannelNameKey key) Constructs a newInputReconnectionManagerCNSImplfor use with CNS registered channels usingNameAccessLevelapplication isolation.InputReconnectionManagerCNSImpl(NetAltingChannelInput chanIn, String name, NameAccessLevel accessLevel, ChannelNameKey key, String cnsServiceName) Constructs a newInputReconnectionManagerCNSImplfor use with CNS registered channels.