Uses of Class
com.googlecode.xremoting.core.message.Invocation

Packages that use Invocation
com.googlecode.xremoting.core.invoked   
 

Uses of Invocation in com.googlecode.xremoting.core.invoked
 

Methods in com.googlecode.xremoting.core.invoked with parameters of type Invocation
protected  void ProxyInvokingHelper.afterInvocation(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
protected  void ProxyInvokingHelper.beforeInvocation(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
 Object DefaultInvoker.invoke(Object target, Invocation invocation, InvocationRestriction restriction)
           
 Object Invoker.invoke(Object target, Invocation invocation, InvocationRestriction restriction)
          Invokes an invocation on a target object with restriction.
protected  Object ProxyInvokingHelper.invoke(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
 



Copyright © 2010. All Rights Reserved.