|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--springs.agent.AgentCaller
A class that invokes methods on agents.
Constructor Summary | |
AgentCaller()
|
Method Summary | |
static java.lang.Object |
callAgentMethod(java.lang.Object agent,
java.lang.String methodName,
java.lang.Object[] args)
This method invokes a method of the agent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AgentCaller()
Method Detail |
public static java.lang.Object callAgentMethod(java.lang.Object agent, java.lang.String methodName, java.lang.Object[] args) throws MethodCallException
agent
- the agent.methodName
- the name of the method.args
- the arguments to the method.
MethodCallException
- if the invocation fails.MethodCallException
,
String
,
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |