org.hyperic.hq.appdef.server.session
Class ResourceTreeGenerator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.