|
OpenNMS API 1.1.4 | |||||||||
| 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 @param className. |
| 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 ExecutorStrategyarguments - a list of Argument objects that need to be passed to the classclassName - the command/class to execute/instantiate
|
OpenNMS API 1.1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||