cuba
Class GeneralAroundInvocation

java.lang.Object
  extended by cuba.Invocation
      extended by cuba.AroundInvocation
          extended by cuba.GeneralAroundInvocation

public class GeneralAroundInvocation
extends AroundInvocation


Field Summary
 
Fields inherited from class cuba.AroundInvocation
interceptorMethodSignature
 
Constructor Summary
GeneralAroundInvocation(java.lang.Class interceptorClass, java.lang.String methodName, AroundInvocation successor)
           
GeneralAroundInvocation(java.lang.Object interceptorObject, java.lang.String methodName, AroundInvocation successor)
           
 
Method Summary
 
Methods inherited from class cuba.Invocation
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralAroundInvocation

public GeneralAroundInvocation(java.lang.Class interceptorClass,
                               java.lang.String methodName,
                               AroundInvocation successor)

GeneralAroundInvocation

public GeneralAroundInvocation(java.lang.Object interceptorObject,
                               java.lang.String methodName,
                               AroundInvocation successor)