| org.codehaus.aspectwerkz.connectivity.Invoker
Invoker | public interface Invoker (Code) | | Invokes the method for an instance mapped to a specific handle.
author: Jonas BonŽr |
invoke | public Object invoke(String handle, String methodName, Class[] paramTypes, Object[] args, Object context)(Code) | | Invokes a specific method on the object mapped to the role specified.
Parameters: handle - the handle to the implementation class (class name, mapped name, UUID etc.) Parameters: methodName - the name of the method Parameters: paramTypes - the parameter types Parameters: args - the arguments to the method Parameters: context - the context with the users principal and credentials the result from the invocation |
|
|