|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.concurrent.MethodExecuteCallback
Constructor Summary | |
MethodExecuteCallback()
|
Method Summary | |
java.lang.Object |
execute(java.lang.Object pvObject,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs)
Execute the method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodExecuteCallback()
Method Detail |
public java.lang.Object execute(java.lang.Object pvObject, java.lang.reflect.Method pvMethod, java.lang.Object[] pvArgs) throws java.lang.Exception
ExecuteCallback
execute
in interface ExecuteCallback
pvObject
- pvMethod
- Method to invocation.pvArgs
- Parameter for the method.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |