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

Quick Search    Search Deep

com.ghettojedi.aop.example.tracing
Class TracingInterceptor  view TracingInterceptor download TracingInterceptor.java

java.lang.Object
  extended bycom.ghettojedi.aop.aspect.BaseInterceptor
      extended bycom.ghettojedi.aop.example.tracing.TracingInterceptor
All Implemented Interfaces:
com.ghettojedi.aop.aspect.Interceptor

public class TracingInterceptor
extends com.ghettojedi.aop.aspect.BaseInterceptor


Constructor Summary
TracingInterceptor()
           
 
Method Summary
 java.lang.Object after(com.ghettojedi.aop.aspect.Invocation invocation, java.lang.Object returnValue)
           
 void before(com.ghettojedi.aop.aspect.Invocation invocation)
           
 
Methods inherited from class com.ghettojedi.aop.aspect.BaseInterceptor
around, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TracingInterceptor

public TracingInterceptor()
Method Detail

before

public void before(com.ghettojedi.aop.aspect.Invocation invocation)

after

public java.lang.Object after(com.ghettojedi.aop.aspect.Invocation invocation,
                              java.lang.Object returnValue)