org.jboss.cache.pojo.interceptors
Class PojoBeginInterceptor

java.lang.Object
  extended by org.jboss.cache.pojo.interceptors.AbstractInterceptor
      extended by org.jboss.cache.pojo.interceptors.PojoBeginInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class PojoBeginInterceptor
extends AbstractInterceptor

The first interceptor that deals initialization.

Version:
$Id: PojoBeginInterceptor.java 4163 2007-07-18 03:01:49Z jgreene $
Author:
Ben Wang

Field Summary
 
Fields inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
log
 
Constructor Summary
PojoBeginInterceptor()
           
 
Method Summary
 Object invoke(org.jboss.aop.joinpoint.Invocation in)
           
 
Methods inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
getCache, getInvocationContext, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoBeginInterceptor

public PojoBeginInterceptor()
Method Detail

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation in)
              throws Throwable
Throws:
Throwable


Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.