Uses of Class
org.jcsp.net.AbstractID

Packages that use AbstractID
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
 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
 AbstractID NodeID.getParentID()
           
 AbstractID DomainID.getParentID()
           Returns the identifier representing this domain's parent domain.
abstract  AbstractID AbstractID.getParentID()
          Returns this instance's parent AbstractID object.
 AbstractID ApplicationID.getParentID()
          Returns the parent NodeID of this object.
 AbstractID GlobalID.getParentID()
           Returns null as there is no parent AbstractID of instances of this class.
 

Uses of AbstractID in org.jcsp.net.cns
 

Constructors in org.jcsp.net.cns with parameters of type AbstractID
NameAccessLevel(AbstractID abstractID)
           Constructor which takes an AbstractID to use for identifying the namespace.
 



Copyright © 1996-2012. All Rights Reserved.