Save This Page
Home » JBoss-5.1.0 » org » jboss » ejb » [javadoc | source]
org.jboss.ejb
abstract protected class: Container.AbstractContainerInterceptor [javadoc | source]
java.lang.Object
   org.jboss.ejb.Container$AbstractContainerInterceptor

All Implemented Interfaces:
    Interceptor

The base class for container interceptors.

All container interceptors perform the same basic functionality and only differ slightly.
Field Summary
protected final  Logger log     
Method from org.jboss.ejb.Container$AbstractContainerInterceptor Summary:
create,   destroy,   getNext,   resetStatistic,   rethrow,   retrieveStatistic,   sample,   setContainer,   setNext,   start,   stop
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.Container$AbstractContainerInterceptor Detail:
 public  void create() 
 public  void destroy() 
 public Interceptor getNext() 
 public  void resetStatistic() 
 protected  void rethrow(Exception e) throws Exception 
 public Map retrieveStatistic() 
 public  void sample(Object s) 
 public  void setContainer(Container con) 
 public  void setNext(Interceptor interceptor) 
 public  void start() 
 public  void stop()