com.agical.rmock.extension.cglib
Class BaseInvocationHandler

java.lang.Object
  extended by com.agical.rmock.extension.cglib.BaseInvocationHandler
Direct Known Subclasses:
ObjectInterceptionInvocationHandler, ObjectMockInvocationHandler, ObjectMonitorInvocationHandler

public class BaseInvocationHandler
extends java.lang.Object

Author:
brolund (c) 2005 Agical AB

Constructor Summary
BaseInvocationHandler()
           
 
Method Summary
protected  void sendInvocationListenerEvent(java.lang.Object target, java.lang.Object[] arguments, java.lang.reflect.Method method, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace, ExpectationsState expectationsState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseInvocationHandler

public BaseInvocationHandler()
Method Detail

sendInvocationListenerEvent

protected void sendInvocationListenerEvent(java.lang.Object target,
                                           java.lang.Object[] arguments,
                                           java.lang.reflect.Method method,
                                           InvocationListener invocationListener,
                                           ObjectReferenceRetriever objectReferenceFromStacktrace,
                                           ExpectationsState expectationsState)


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