Package | Description |
---|---|
org.jcsp.net.cns |
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
|
org.jcsp.net.dynamic |
Supports dynamic operations over the JCSP.NET infrastructure.
|
Modifier and Type | Field and Description |
---|---|
static NameAccessLevel |
NameAccessLevel.GLOBAL_ACCESS_LEVEL
The
NameAccessLevel for the global namespace. |
Modifier and Type | Method and Description |
---|---|
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 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. |
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 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. |
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 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. |
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 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. |
boolean |
CNSUser.deregisterChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a registered or leased Channel name from the
Naming Service implementation.
|
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.
|
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.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.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.
|
static ChannelNameKey |
CNS.register(NetChannelLocation ownerLocation,
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 |
CNSUser.register(Networked owner,
String name,
NameAccessLevel accessLevel)
This method allows a channel (or any instance of a class implementing
) to be registered with a Naming Service
Implementation. |
static ChannelNameKey |
CNS.register(Networked owner,
String name,
NameAccessLevel accessLevel) |
ChannelNameKey |
CNSService.register(Networked owner,
String name,
NameAccessLevel accessLevel)
This method allows a channel (or any instance of a class implementing
) to be registered with the Channel
Name Server. |
ChannelNameKey |
CNSUser.register(Networked owner,
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. |
static ChannelNameKey |
CNS.register(Networked owner,
String name,
NameAccessLevel accessLevel,
ChannelNameKey key) |
ChannelNameKey |
CNSService.register(Networked owner,
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. |
NetChannelLocation |
CNSUser.resolve(String name,
NameAccessLevel accessLevel)
This method resolves a channel name into a
NetChannelLocation object. |
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. |
Modifier and Type | Method and Description |
---|---|
MigratableAltingChannelInput |
NamedMigratableChannelEndFactory.createNet2One(String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable networked channel input end that can be used as a guard in an
Alternative . |
MigratableAltingChannelInput |
NamedMigratableChannelEndFactoryImpl.createNet2One(String name,
NameAccessLevel nameAccessLevel) |
static MigratableAltingChannelInput |
MigratableChannelEnd.createNet2One(String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable channel input within the given namespace.
|
MigratableChannelOutput |
NamedMigratableChannelEndFactory.createOne2Net(String name,
NameAccessLevel accessLevel)
Creates a networked migratable channel output end connected to the input end created with the given name.
|
MigratableChannelOutput |
NamedMigratableChannelEndFactoryImpl.createOne2Net(String name,
NameAccessLevel accessLevel) |
static MigratableChannelOutput |
MigratableChannelEnd.createOne2Net(String name,
NameAccessLevel nameAccessLevel)
Creates a migratable channel output to a named channel within a given namespace.
|
Copyright © 1996–2015. All rights reserved.