net.sf.crispy.concurrent
Class MethodExecuteCallback

java.lang.Object
  extended bynet.sf.crispy.concurrent.MethodExecuteCallback
All Implemented Interfaces:
ExecuteCallback

public class MethodExecuteCallback
extends java.lang.Object
implements ExecuteCallback


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

MethodExecuteCallback

public MethodExecuteCallback()
Method Detail

execute

public java.lang.Object execute(java.lang.Object pvObject,
                                java.lang.reflect.Method pvMethod,
                                java.lang.Object[] pvArgs)
                         throws java.lang.Exception
Description copied from interface: ExecuteCallback
Execute the method.

Specified by:
execute in interface ExecuteCallback
Parameters:
pvObject -
pvMethod - Method to invocation.
pvArgs - Parameter for the method.
Returns:
The result of execution.
Throws:
java.lang.Exception


Copyright © 2005-2006 Crispy. All Rights Reserved.