|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameAccessLevel | |
---|---|
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. |
Uses of NameAccessLevel in org.jcsp.net.cns |
---|
Fields in org.jcsp.net.cns declared as NameAccessLevel | |
---|---|
static NameAccessLevel |
NameAccessLevel.GLOBAL_ACCESS_LEVEL
The NameAccessLevel for the global namespace. |
Methods in org.jcsp.net.cns with parameters of type NameAccessLevel | |
---|---|
static NetSharedChannelOutput |
CNS.createAny2Net(String name,
NameAccessLevel accessLevel)
|
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. |
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. |
static NetSharedChannelInput |
CNS.createNet2Any(String name,
NameAccessLevel nameAccessLevel)
|
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. |
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. |
static NetAltingChannelInput |
CNS.createNet2One(String name,
NameAccessLevel nameAccessLevel)
|
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. |
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. |
static NetChannelOutput |
CNS.createOne2Net(String name,
NameAccessLevel accessLevel)
|
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. |
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. |
static boolean |
CNS.deregisterChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a Channel name with the CNS. |
boolean |
CNSUser.deregisterChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a registered or leased Channel name from the Naming Service implementation. |
boolean |
CNSService.deregisterChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
This deregisters a Channel name from the Channel Name Server. |
static ChannelNameKey |
CNS.leaseChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
|
ChannelNameKey |
CNSUser.leaseChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Naming Service Implemenation. |
ChannelNameKey |
CNSService.leaseChannelName(String name,
NameAccessLevel accessLevel,
ChannelNameKey channelKey)
Leases the channel name within the specified name space from the Channel Name Server. |
static ChannelNameKey |
CNS.register(NetChannelLocation ownerLocation,
String name,
NameAccessLevel accessLevel,
ChannelNameKey key)
|
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 |
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. |
static ChannelNameKey |
CNS.register(Networked owner,
String name,
NameAccessLevel accessLevel)
|
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. |
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. |
static ChannelNameKey |
CNS.register(Networked owner,
String name,
NameAccessLevel accessLevel,
ChannelNameKey key)
|
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. |
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. |
static NetChannelLocation |
CNS.resolve(String name,
NameAccessLevel accessLevel)
|
NetChannelLocation |
CNSUser.resolve(String name,
NameAccessLevel accessLevel)
This method resolves a channel name into a NetChannelLocation object. |
NetChannelLocation |
CNSService.resolve(String name,
NameAccessLevel accessLevel)
This method resolves a channel name into a NetChannelLocation object. |
Uses of NameAccessLevel in org.jcsp.net.dynamic |
---|
Methods in org.jcsp.net.dynamic with parameters of type NameAccessLevel | |
---|---|
static MigratableAltingChannelInput |
MigratableChannelEnd.createNet2One(String name,
NameAccessLevel nameAccessLevel)
Creates a named migratable channel input within the given namespace. |
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 MigratableChannelOutput |
MigratableChannelEnd.createOne2Net(String name,
NameAccessLevel nameAccessLevel)
Creates a migratable channel output to a named channel within a 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |