Uses of Interface
com.ibm.adt.topology.object.TopologyObject

Packages that use TopologyObject
com.ibm.adt.topology   
com.ibm.adt.topology.comparator   
com.ibm.adt.topology.object   
com.ibm.adt.topology.object.properties   
com.ibm.adt.topology.provider   
com.ibm.adt.topology.provider.impl   
 

Uses of TopologyObject in com.ibm.adt.topology
 

Methods in com.ibm.adt.topology that return TopologyObject
 TopologyObject[] TopologyService.getProviderTopologyObjects()
          Get the root TopologyObject instances for all registered providers.
 TopologyObject[] TopologyService.getTopologyObjects(java.lang.String objectKey)
          Get all TopologyObject instances from all registered providers that correspond to the given objectKey.
 

Uses of TopologyObject in com.ibm.adt.topology.comparator
 

Methods in com.ibm.adt.topology.comparator with parameters of type TopologyObject
 java.util.Collection TopologyComparator.compare(TopologyObject o1, TopologyObject o2, boolean recurse)
          Compares the topology starting at the specified TopologyObject objects.
 

Uses of TopologyObject in com.ibm.adt.topology.object
 

Methods in com.ibm.adt.topology.object that return TopologyObject
 TopologyObject TopologyObject.getParent()
           
 TopologyObject[] TopologyObject.getRelatedObjects(RelationshipMetaInfo relationship)
           
 TopologyObject[] TopologyObject.getRelatedObjects(RelationshipMetaInfo[] relationships)
           
 TopologyObject[] TopologyObject.getRelatedObjects(RelationshipMetaInfo[] relationships, TopologyService serviceContext)
           
 TopologyObject[] TopologyObject.getRelatedObjects(RelationshipMetaInfo relationship, TopologyService serviceContext)
           
 TopologyObject[] TopologyObjectCorrelator.getRelatedObjects(TopologyObject sourceObject, RelationshipMetaInfo relationship)
          Get related objects without a service context.
 TopologyObject[] TopologyObjectCorrelator.getRelatedObjects(TopologyObject sourceObject, RelationshipMetaInfo relationship, TopologyService serviceContext)
          Get related objects within the specified service context.
 TopologyObject TopologyObject.getRoot()
           
 

Methods in com.ibm.adt.topology.object with parameters of type TopologyObject
 TopologyObject[] TopologyObjectCorrelator.getRelatedObjects(TopologyObject sourceObject, RelationshipMetaInfo relationship)
          Get related objects without a service context.
 TopologyObject[] TopologyObjectCorrelator.getRelatedObjects(TopologyObject sourceObject, RelationshipMetaInfo relationship, TopologyService serviceContext)
          Get related objects within the specified service context.
 

Uses of TopologyObject in com.ibm.adt.topology.object.properties
 

Methods in com.ibm.adt.topology.object.properties that return TopologyObject
 TopologyObject PropertyObject.getRoot()
          Gets the TopologyObject instance that this PropertyObject belongs to.
 

Methods in com.ibm.adt.topology.object.properties with parameters of type TopologyObject
 void PropertyList.finalizePropertyTree(TopologyObject topologyObject)
          Finalizes the property tree structure and makes it navigable and queryable.
(package private)  void PropertyObject.setRoot(TopologyObject root)
           
 

Uses of TopologyObject in com.ibm.adt.topology.provider
 

Methods in com.ibm.adt.topology.provider that return TopologyObject
 TopologyObject TopologyProvider.getProviderTopologyObject()
          Get the root TopologyObject instance for the Provider.
 TopologyObject[] TopologyProvider.getTopologyObjects(java.lang.String objectKey)
          Get all TopologyObject instances that correspond to the given objectKey.
 

Uses of TopologyObject in com.ibm.adt.topology.provider.impl
 

Classes in com.ibm.adt.topology.provider.impl that implement TopologyObject
 class TopologyObjectImpl
          TopologyObjectImpl provides a default implementation of TopologyObject that is used in conjunction with the default TopologyProvider implementation.
 

Methods in com.ibm.adt.topology.provider.impl that return TopologyObject
protected  TopologyObject[] TopologyProviderImpl.filterTopologyObjects(TopologyObject[] objects, java.lang.String objectKey)
          Helper method that filters the specified TopologyObject instances by the specified key.
protected  TopologyObject[] TopologyObjectImpl.getCachedRelatedObjects(RelationshipMetaInfo relationship)
          Helper methid to retreive the cached related TopologyObjects for the specified relationship.
 TopologyObject TopologyObjectImpl.getParent()
           
 TopologyObject TopologyProviderImpl.getProviderTopologyObject()
           
 TopologyObject[] TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo relationship)
           
 TopologyObject[] TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo[] relationships)
           
 TopologyObject[] TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo[] relationships, TopologyService serviceContext)
           
 TopologyObject[] TopologyObjectImpl.getRelatedObjects(RelationshipMetaInfo relationship, TopologyService serviceContext)
           
 TopologyObject TopologyObjectImpl.getRoot()
           
 TopologyObject[] TopologyProviderImpl.getTopologyObjects(java.lang.String objectKey)
           
 

Methods in com.ibm.adt.topology.provider.impl with parameters of type TopologyObject
protected  void TopologyProviderImpl.cacheObjectProperties(TopologyObject object, PropertyList props)
          Deprecated. replaced by TopologyObjectImpl.cacheProperties(PropertyList)
protected  void TopologyObjectImpl.cacheParentObject(TopologyObject object)
          Helper method to cache the reference to the parent TopologyObject.
protected  void TopologyProviderImpl.cacheParentObject(TopologyObject childObject, TopologyObject parentObject)
          Deprecated. replaced by TopologyProviderImpl.cacheRelatedObjects(TopologyObjectImpl, TopologyObjectImpl, RelationshipMetaInfo)
protected  void TopologyProviderImpl.cacheRelatedObject(TopologyObject sourceObject, TopologyObject targetObject, RelationshipMetaInfo relationship)
          Deprecated. replaced by TopologyProviderImpl.cacheRelatedObjects(TopologyObjectImpl, TopologyObjectImpl, RelationshipMetaInfo)
 java.util.Collection TopologyComparatorImpl.compare(TopologyObject o1, TopologyObject o2, boolean recurse)
           
protected  TopologyObject[] TopologyProviderImpl.filterTopologyObjects(TopologyObject[] objects, java.lang.String objectKey)
          Helper method that filters the specified TopologyObject instances by the specified key.
 



© Copyright 2006 IBM Corp. 2006 All Rights Reserved