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

Quick Search    Search Deep

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

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

public class BaseInterceptor
extends java.lang.Object
implements Interceptor


Constructor Summary
BaseInterceptor()
           
 
Method Summary
 java.lang.Object after(Invocation invocation, java.lang.Object returnValue)
           
 java.lang.Object around(Invocation invocation)
           
 void before(Invocation invocation)
           
 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

BaseInterceptor

public BaseInterceptor()
Method Detail

invoke

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

around

public java.lang.Object around(Invocation invocation)
                        throws java.lang.Throwable

before

public void before(Invocation invocation)

after

public java.lang.Object after(Invocation invocation,
                              java.lang.Object returnValue)