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

All Implemented Interfaces:
    Interceptor

Deprecated! this - interceptor was used with Instance Per Transaction containers which do not use a global cache but cache instances per transaction and always passivate instances at commit time (commit option C). This interceptor used org.jboss.ejb.TxEntityMap to compensate the absence of a real per transaction cache implementation. Now, the differences between IPT and standard container are: (alex@jboss.org) The instance interceptors role is to acquire a context representing the target object from the cache.

Field Summary
protected static final  Method ejbTimeout    A reference to javax.ejb.TimedObject#ejbTimeout
Fields inherited from org.jboss.ejb.plugins.AbstractInterceptor:
nextInterceptor,  log,  container
Method from org.jboss.ejb.plugins.EntityMultiInstanceInterceptor Summary:
invoke,   invokeHome
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.EntityMultiInstanceInterceptor Detail:
 public Object invoke(Invocation mi) throws Exception 
      Deprecated!
 public Object invokeHome(Invocation mi) throws Exception 
      Deprecated!