mnemosyne.core
Class MethodInterceptor

java.lang.Object
  |
  +--mnemosyne.core.MethodInterceptor

public class MethodInterceptor
extends java.lang.Object

Version:
$Id: MethodInterceptor.java,v 1.1.1.1 2004/08/07 06:41:03 charlesblaxland Exp $

Constructor Summary
MethodInterceptor()
           
 
Method Summary
 java.lang.Object intercept(MethodCall methodCall)
           
protected static boolean isMutatingMethod(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInterceptor

public MethodInterceptor()
Method Detail

intercept

public java.lang.Object intercept(MethodCall methodCall)
                           throws java.lang.Throwable
java.lang.Throwable

isMutatingMethod

protected static boolean isMutatingMethod(java.lang.reflect.Method method)


Copyright © 2004 Charles Blaxland. All Rights Reserved.