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 classApplicationIDA Class whose instances represent a unique identifier for a JCSP.NET application.classDomainIDA Class whose instances represent a unique identifier for a JCSP.NET domain.classGlobalIDA Class whose instances represent the global domain.classNodeIDA 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 AbstractIDAbstractID. getParentID()Returns this instance's parentAbstractIDobject.AbstractIDApplicationID. getParentID()Returns the parentNodeIDof this object.AbstractIDDomainID. getParentID()Returns the identifier representing this domain's parent domain.AbstractIDGlobalID. getParentID()Returnsnullas there is no parentAbstractIDof instances of this class.AbstractIDNodeID. 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 anAbstractIDto use for identifying the namespace.
-