Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ghettojedi.aop.aspect
Class AdvisableInterceptor  view AdvisableInterceptor download AdvisableInterceptor.java

java.lang.Object
  extended bycom.ghettojedi.aop.aspect.AdvisableInterceptor
All Implemented Interfaces:
Interceptor

public class AdvisableInterceptor
extends java.lang.Object
implements Interceptor


Constructor Summary
AdvisableInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvisableInterceptor

public AdvisableInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface Interceptor