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 ChannelNameKey
CNS. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
ChannelNameKey
CNSService. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Channel Name Server.ChannelNameKey
CNSUser. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Naming Service Implemenation.static ChannelNameKey
CNS. register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)
static ChannelNameKey
CNS. register(Networked owner, String name)
static ChannelNameKey
CNS. register(Networked owner, String name, ChannelNameKey key)
static ChannelNameKey
CNS. register(Networked owner, String name, NameAccessLevel accessLevel)
static ChannelNameKey
CNS. register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
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.ChannelNameKey
CNSService. 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.Networked
ChannelNameKey
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.Networked
ChannelNameKey
CNSService. 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.Networked
ChannelNameKey
CNSService. 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.Networked
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
CNSUser. 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.Networked
ChannelNameKey
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.Networked
ChannelNameKey
CNSUser. 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.Networked
ChannelNameKey
CNSUser. 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
Methods in org.jcsp.net.cns with parameters of type ChannelNameKey Modifier and Type Method Description static boolean
CNS. deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
This deregisters a Channel name with the CNS.boolean
CNSService. deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
This deregisters a Channel name from the Channel Name Server.boolean
CNSUser. deregisterChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
This deregisters a registered or leased Channel name from the Naming Service implementation.static ChannelNameKey
CNS. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
ChannelNameKey
CNSService. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Channel Name Server.ChannelNameKey
CNSUser. leaseChannelName(String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Naming Service Implemenation.static ChannelNameKey
CNS. register(NetChannelLocation ownerLocation, String name, NameAccessLevel accessLevel, ChannelNameKey key)
static ChannelNameKey
CNS. register(Networked owner, String name, ChannelNameKey key)
static ChannelNameKey
CNS. register(Networked owner, String name, NameAccessLevel accessLevel, ChannelNameKey key)
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.ChannelNameKey
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.Networked
ChannelNameKey
CNSService. 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.Networked
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
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.Networked
ChannelNameKey
CNSUser. 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
-