Uses of Class
org.isam.exehda.HierarchicalId

Packages that use HierarchicalId
org.isam.exehda   
 

Uses of HierarchicalId in org.isam.exehda
 

Subclasses of HierarchicalId in org.isam.exehda
 class ApplicationId
          Uniquely identifies an application in the scope os the distributed system.
 class CellId
          System-wide unique cell identifier.
 class HostId
          Uniquely identifies a host in the scope of the distributed system.
 class ObjectId
          Uniquely identifies an EXEHDA Object (formelly an OX) in the system.
 

Methods in org.isam.exehda that return HierarchicalId
 HierarchicalId HierarchicalId.getParentId()
          Returns the parent Id of this Id.
 

Constructors in org.isam.exehda with parameters of type HierarchicalId
HierarchicalId(HierarchicalId parentId)
          Creates a new HierachicalId instance.