Package | Description |
---|---|
org.jcsp.net.cns |
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
|
Modifier and Type | Method and Description |
---|---|
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.
|
static ChannelNameKey |
CNS.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.
|
ChannelNameKey |
CNSService.register(NetChannelLocation ownerLocation,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key)
This method allows a channel's location to be registered against a
name in the Channel Name Server.
|
static ChannelNameKey |
CNS.register(NetChannelLocation ownerLocation,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
ChannelNameKey |
CNSUser.register(NetChannelLocation ownerLocation,
java.lang.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 |
CNSService.register(Networked owner,
java.lang.String name)
This method allows a channel (or any instance of a class implementing
) to be registered with the Channel
Name Server. |
static ChannelNameKey |
CNS.register(Networked owner,
java.lang.String name) |
ChannelNameKey |
CNSUser.register(Networked owner,
java.lang.String name)
This method allows a channel (or any instance of a class implementing
) to be registered with a Naming
Service Implementation. |
ChannelNameKey |
CNSService.register(Networked owner,
java.lang.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. |
static ChannelNameKey |
CNS.register(Networked owner,
java.lang.String name,
ChannelNameKey key) |
ChannelNameKey |
CNSUser.register(Networked owner,
java.lang.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. |
ChannelNameKey |
CNSService.register(Networked owner,
java.lang.String name,
NameAccessLevel accessLevel)
This method allows a channel (or any instance of a class implementing
) to be registered with the Channel
Name Server. |
static ChannelNameKey |
CNS.register(Networked owner,
java.lang.String name,
NameAccessLevel accessLevel) |
ChannelNameKey |
CNSUser.register(Networked owner,
java.lang.String name,
NameAccessLevel accessLevel)
This method allows a channel (or any instance of a class implementing
) to be registered with a Naming Service
Implementation. |
ChannelNameKey |
CNSService.register(Networked owner,
java.lang.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. |
static ChannelNameKey |
CNS.register(Networked owner,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
ChannelNameKey |
CNSUser.register(Networked owner,
java.lang.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. |
Modifier and Type | Method and Description |
---|---|
boolean |
CNSService.deregisterChannelName(java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a Channel name from the Channel Name Server.
|
static boolean |
CNS.deregisterChannelName(java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a Channel name with the CNS.
|
boolean |
CNSUser.deregisterChannelName(java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a registered or leased Channel name from the
Naming Service implementation.
|
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.
|
static ChannelNameKey |
CNS.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.
|
ChannelNameKey |
CNSService.register(NetChannelLocation ownerLocation,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key)
This method allows a channel's location to be registered against a
name in the Channel Name Server.
|
static ChannelNameKey |
CNS.register(NetChannelLocation ownerLocation,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
ChannelNameKey |
CNSUser.register(NetChannelLocation ownerLocation,
java.lang.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 |
CNSService.register(Networked owner,
java.lang.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. |
static ChannelNameKey |
CNS.register(Networked owner,
java.lang.String name,
ChannelNameKey key) |
ChannelNameKey |
CNSUser.register(Networked owner,
java.lang.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. |
ChannelNameKey |
CNSService.register(Networked owner,
java.lang.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. |
static ChannelNameKey |
CNS.register(Networked owner,
java.lang.String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
ChannelNameKey |
CNSUser.register(Networked owner,
java.lang.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. |
Copyright © 1996–2022. All rights reserved.