Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef.server.session
Class ResourceTreeGenerator

java.lang.Object
  extended by org.hyperic.hq.appdef.server.session.ResourceTreeGenerator

public class ResourceTreeGenerator
extends java.lang.Object

An object which generates ResourceTree objects. The generator is called with a single appdef entity, and a traversal method. If the traversal method is TRAVERSE_NORMAL, the object, and all objects which it depends upon are added to the tree. If the traversal is TRAVERSE_UP, the tree will contain all resources which it depends upon as well as resources which depend upon it.


Field Summary
static int TRAVERSE_NORMAL
           
static int TRAVERSE_UP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRAVERSE_NORMAL

public static final int TRAVERSE_NORMAL
See Also:
Constant Field Values

TRAVERSE_UP

public static final int TRAVERSE_UP
See Also:
Constant Field Values

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.