Package | Description |
---|---|
org.jcsp.net.cns |
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
|
Modifier and Type | Field and Description |
---|---|
private CNSService |
CNSService.outerObject |
(package private) static CNSService |
CNSService.staticServiceRef
Reference used by static methods of CNS class.
|
Modifier and Type | Method and Description |
---|---|
static CNSService |
CNSService.install(NodeKey key,
NodeAddressID cnsAddress)
Installs and starts a Channel Name Server client service on the
local Node.
|
static CNSService |
CNSService.install(NodeKey key,
NodeAddressID cnsAddress,
java.lang.String serviceName)
Installs and starts a Channel Name Server client service on the
local Node.
|
Constructor and Description |
---|
CNSNetChannelLocation(NetChannelLocation locToClone,
java.lang.String name,
NameAccessLevel accessLevel,
CNSService cnsService,
java.lang.String cnsServiceName) |