org.codehaus.aspectwerkz.joinpoint.impl
Class MethodTuple

java.lang.Object
  extended by org.codehaus.aspectwerkz.joinpoint.impl.MethodTuple
All Implemented Interfaces:
Serializable

public class MethodTuple
extends Object
implements Serializable

Contains a pair of the original method and the wrapper method if such a method exists.

Author:
Jonas BonŽr
See Also:
Serialized Form

Constructor Summary
MethodTuple(Method wrapperMethod, Method originalMethod)
           
 
Method Summary
 Class getDeclaringClass()
           
 String getName()
           
 Method getOriginalMethod()
           
 Method getWrapperMethod()
           
 boolean isWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTuple

public MethodTuple(Method wrapperMethod,
                   Method originalMethod)
Parameters:
wrapperMethod -
originalMethod -
Method Detail

isWrapped

public boolean isWrapped()

getDeclaringClass

public Class getDeclaringClass()

getWrapperMethod

public Method getWrapperMethod()

getOriginalMethod

public Method getOriginalMethod()

getName

public String getName()


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.