Uses of Class
org.jcsp.net.cns.NameAccessLevelException
-
Packages that use NameAccessLevelException Package Description org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS). -
-
Uses of NameAccessLevelException in org.jcsp.net.cns
Methods in org.jcsp.net.cns that throw NameAccessLevelException Modifier and Type Method Description static ChannelNameKey
CNS. leaseChannelName(java.lang.String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
ChannelNameKey
CNSService. leaseChannelName(java.lang.String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Channel Name Server.ChannelNameKey
CNSService.UserObject. leaseChannelName(java.lang.String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
ChannelNameKey
CNSUser. leaseChannelName(java.lang.String name, NameAccessLevel accessLevel, ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Naming Service Implemenation.
-