static NetSharedChannelOutput |
CNS.createAny2Net(String name,
NameAccessLevel accessLevel) |
|
NetSharedChannelOutput |
CNSChannelEndManager.createAny2Net(String name,
NameAccessLevel accessLevel) |
Constructs a NetSharedChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace.
|
NetSharedChannelOutput |
NamedChannelEndFactory.createAny2Net(String name,
NameAccessLevel accessLevel) |
Constructs a NetSharedChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace.
|
static NetSharedChannelInput |
CNS.createNet2Any(String name,
NameAccessLevel nameAccessLevel) |
|
NetSharedChannelInput |
CNSChannelEndManager.createNet2Any(String name,
NameAccessLevel nameAccessLevel) |
Constructs a NetSharedChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service.
|
NetSharedChannelInput |
NamedChannelEndFactory.createNet2Any(String name,
NameAccessLevel nameAccessLevel) |
Constructs a NetSharedChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service.
|
static NetAltingChannelInput |
CNS.createNet2One(String name,
NameAccessLevel nameAccessLevel) |
|
NetAltingChannelInput |
CNSChannelEndManager.createNet2One(String name,
NameAccessLevel nameAccessLevel) |
Constructs a NetAltingChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service.
|
NetAltingChannelInput |
NamedChannelEndFactory.createNet2One(String name,
NameAccessLevel nameAccessLevel) |
Constructs a NetAltingChannelInput object and
registers its location with the supplied name in specified
namespace of a channel naming service.
|
static NetChannelOutput |
CNS.createOne2Net(String name,
NameAccessLevel accessLevel) |
|
NetChannelOutput |
CNSChannelEndManager.createOne2Net(String name,
NameAccessLevel accessLevel) |
Constructs a NetChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace.
|
NetChannelOutput |
NamedChannelEndFactory.createOne2Net(String name,
NameAccessLevel accessLevel) |
Constructs a NetChannelOutput object connected
to a NetChannelInput located at a location
resolved from the specified channel name that exists in the supplied
namespace.
|
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,
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,
NameAccessLevel accessLevel) |
This method allows a channel (or any instance of a class implementing
Networked
) to be registered with the Channel
Name Server.
|
ChannelNameKey |
CNSService.register(Networked owner,
String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
This method allows a channel (or any instance of a class implementing
Networked
) that has previously been registered
to be reregistered with the Channel Name Server.
|
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,
NameAccessLevel accessLevel) |
This method allows a channel (or any instance of a class implementing
Networked
) to be registered with a Naming Service
Implementation.
|
ChannelNameKey |
CNSUser.register(Networked owner,
String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
This method allows a channel (or any instance of a class implementing
Networked
) that has previously been registered
to be reregistered with the Naming Service implementation.
|
static NetChannelLocation |
CNS.resolve(String name,
NameAccessLevel accessLevel) |
|
NetChannelLocation |
CNSService.resolve(String name,
NameAccessLevel accessLevel) |
This method resolves a channel name into a
NetChannelLocation object.
|
NetChannelLocation |
CNSUser.resolve(String name,
NameAccessLevel accessLevel) |
This method resolves a channel name into a
NetChannelLocation object.
|