org.apache.sirona.aop
Class AbstractPerformanceInterceptor.SerializableMethod

java.lang.Object
  extended by org.apache.sirona.aop.AbstractPerformanceInterceptor.SerializableMethod
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractPerformanceInterceptor<T>

protected static class AbstractPerformanceInterceptor.SerializableMethod
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String clazz
           
protected  int hashCode
           
protected  String method
           
protected  Method realMethod
           
 
Constructor Summary
AbstractPerformanceInterceptor.SerializableMethod(Method m)
           
AbstractPerformanceInterceptor.SerializableMethod(String clazz, String method, Method reflectMethod)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 Method method()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected final String clazz

method

protected final String method

realMethod

protected transient Method realMethod

hashCode

protected final int hashCode
Constructor Detail

AbstractPerformanceInterceptor.SerializableMethod

public AbstractPerformanceInterceptor.SerializableMethod(String clazz,
                                                         String method,
                                                         Method reflectMethod)

AbstractPerformanceInterceptor.SerializableMethod

public AbstractPerformanceInterceptor.SerializableMethod(Method m)
Method Detail

method

public Method method()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.