org.apache.sirona.aop
Class AbstractPerformanceInterceptor.SerializableMethod
java.lang.Object
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
clazz
protected final String clazz
method
protected final String method
realMethod
protected transient Method realMethod
hashCode
protected final int hashCode
AbstractPerformanceInterceptor.SerializableMethod
public AbstractPerformanceInterceptor.SerializableMethod(String clazz,
String method,
Method reflectMethod)
AbstractPerformanceInterceptor.SerializableMethod
public AbstractPerformanceInterceptor.SerializableMethod(Method m)
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.