Uses of Interface
com.agical.rmock.core.MethodHandle

Packages that use MethodHandle
com.agical.rmock.core   
com.agical.rmock.core.action   
com.agical.rmock.core.expectation   
com.agical.rmock.core.util   
 

Uses of MethodHandle in com.agical.rmock.core
 

Methods in com.agical.rmock.core with parameters of type MethodHandle
 Object Action.invocation(Object[] arguments, MethodHandle methodHandle)
          Called when an invocation is made.
 Object InvocationHandler.invocation(String id, Class objectType, String method, Object[] arguments, MethodHandle methodHandle)
          Called when an invocation is made to a mock.
 

Uses of MethodHandle in com.agical.rmock.core.action
 

Methods in com.agical.rmock.core.action with parameters of type MethodHandle
 Object ReturnAction.invocation(Object[] arguments, MethodHandle methodHandle)
           
 Object ThrowsAction.invocation(Object[] arguments, MethodHandle methodHandle)
           
 Object ForwardingAction.invocation(Object[] arguments, MethodHandle methodHandle)
           
 

Uses of MethodHandle in com.agical.rmock.core.expectation
 

Methods in com.agical.rmock.core.expectation with parameters of type MethodHandle
 Object Engine.invocation(String id, Class objectType, String method, Object[] arguments, MethodHandle methodHandle)
           
 

Uses of MethodHandle in com.agical.rmock.core.util
 

Classes in com.agical.rmock.core.util that implement MethodHandle
 class ForwardingMethodHandle
          (c) Agical AB 2005
 class InterfaceMethodHandle
          (c) Agical AB 2005
 



Copyright © 2005-2011 Agical AB. All Rights Reserved.