Interface ExecutionObjectExplorer
-
public interface ExecutionObjectExplorerExplorer of execution tree fromManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexplore(ExecutionObjectExplorerContext context)Explores the execution tree for theManagedObject.
-
-
-
Method Detail
-
explore
void explore(ExecutionObjectExplorerContext context) throws java.lang.Exception
Explores the execution tree for theManagedObject.- Parameters:
context-ExecutionObjectExplorerContext.- Throws:
java.lang.Exception- If failure in exploring theManagedObject.
-
-