|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.core.utils.ClassExecutor
Implementation of Executor strategy that instantiates a Java class.
Constructor Summary | |
ClassExecutor()
|
Method Summary | |
int |
execute(java.lang.String className,
java.util.List arguments)
This method calls the send method of the specified class in |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassExecutor()
Method Detail |
public int execute(java.lang.String className, java.util.List arguments)
execute
in interface ExecutorStrategy
arguments
- a list of Argument objects that need to be passed to the classclassName
- the command/class to execute/instantiate
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |