Interface ExecutionObjectExplorer
-
public interface ExecutionObjectExplorer
Explorer of execution tree fromManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
explore(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
.
-
-