Uses of Class
org.jcsp.net.AbstractID
-
Packages that use AbstractID 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). -
-
Uses of AbstractID in org.jcsp.net
Subclasses of AbstractID in org.jcsp.net Modifier and Type Class 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.Methods in org.jcsp.net that return AbstractID Modifier and Type Method Description abstract AbstractID
AbstractID. getParentID()
Returns this instance's parentAbstractID
object.AbstractID
ApplicationID. getParentID()
Returns the parentNodeID
of this object.AbstractID
DomainID. getParentID()
Returns the identifier representing this domain's parent domain.AbstractID
GlobalID. getParentID()
Returnsnull
as there is no parentAbstractID
of instances of this class.AbstractID
NodeID. getParentID()
-
Uses of AbstractID in org.jcsp.net.cns
Constructors in org.jcsp.net.cns with parameters of type AbstractID Constructor Description NameAccessLevel(AbstractID abstractID)
Constructor which takes anAbstractID
to use for identifying the namespace.
-