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. |
AbstractID |
DomainID.getParentID()
Returns the identifier representing this domain's parent
domain.
|
abstract AbstractID |
AbstractID.getParentID()
Returns this instance's parent
AbstractID object. |
AbstractID |
NodeID.getParentID() |
AbstractID |
ApplicationID.getParentID()
Returns the parent
NodeID of this
object. |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
GlobalID.onSameBranch(AbstractID abstractID) |
(package private) boolean |
DomainID.onSameBranch(AbstractID abstractID) |
(package private) abstract boolean |
AbstractID.onSameBranch(AbstractID abstractID)
This tests whether another ID is on the same branch of a
hierachy.
|
(package private) boolean |
NodeID.onSameBranch(AbstractID abstractID) |
(package private) boolean |
ApplicationID.onSameBranch(AbstractID abstractID) |
Modifier and Type | Field and Description |
---|---|
private AbstractID |
NameAccessLevel.abstractID |
Modifier and Type | Method and Description |
---|---|
(package private) AbstractID |
NameAccessLevel.getLevelAbstractID()
Accessor for the underlying
AbstractID object. |
Constructor and Description |
---|
NameAccessLevel(AbstractID abstractID)
Constructor which takes an
AbstractID to use
for identifying the namespace. |