Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.cns |
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationID
A Class whose instances represent a unique identifier for a JCSP.NET application.
|
class |
DomainID
A Class whose instances represent a unique identifier for a JCSP.NET domain.
|
class |
GlobalID
A Class whose instances represent the global domain.
|
class |
NodeID
A Class whose instances represent a unique identifier for a JCSP.NET Node.
|
Modifier and Type | Method and Description |
---|---|
AbstractID |
GlobalID.getParentID()
Returns
null as there is no parent
AbstractID of instances of this class. |
abstract AbstractID |
AbstractID.getParentID()
Returns this instance's parent
AbstractID object. |
AbstractID |
ApplicationID.getParentID()
Returns the parent
NodeID of this
object. |
AbstractID |
NodeID.getParentID() |
AbstractID |
DomainID.getParentID()
Returns the identifier representing this domain's parent
domain.
|
Constructor and Description |
---|
NameAccessLevel(AbstractID abstractID)
Constructor which takes an
AbstractID to use
for identifying the namespace. |
Copyright © 1996–2019. All rights reserved.