Uses of Class
org.jcsp.net.cns.ChannelNameException
-
Packages that use ChannelNameException Package Description org.jcsp.net.cns 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 ChannelNameException 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.
-