Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » [javadoc | source]
org.jboss.ejb.plugins
public class: StatefulSessionInstanceInterceptor [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.AbstractInterceptor
      org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor

All Implemented Interfaces:
    Interceptor

This container acquires the given instance.
Field Summary
protected  Logger log    Instance logger. 
protected  StatefulSessionContainer container     
Fields inherited from org.jboss.ejb.plugins.AbstractInterceptor:
nextInterceptor,  log,  container
Method from org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor Summary:
getContainer,   invoke,   invokeHome,   isCallAllowed,   register,   setContainer
Methods from org.jboss.ejb.plugins.AbstractInterceptor:
create,   destroy,   getContainer,   getNext,   invoke,   invokeHome,   isAppException,   setContainer,   setNext,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor Detail:
 public Container getContainer() 
 public Object invoke(Invocation mi) throws Exception 
 public Object invokeHome(Invocation mi) throws Exception 
 protected boolean isCallAllowed(Invocation mi) 
 protected  void register(EnterpriseContext ctx,
    Transaction tx,
    BeanLock lock) 
 public  void setContainer(Container container)