Uses of Class
org.jcsp.net.cns.ChannelNameException
Packages that use ChannelNameException
Package
Description
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
-
Uses of ChannelNameException in org.jcsp.net.cns
Methods in org.jcsp.net.cns that throw ChannelNameExceptionModifier and TypeMethodDescriptionstatic ChannelNameKey
CNS.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.