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

All Implemented Interfaces:
    Interceptor

This container acquires the given instance. This must be used after the EnvironmentInterceptor, since acquiring instances requires a proper JNDI environment to be set.
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.MessageDrivenInstanceInterceptor 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.MessageDrivenInstanceInterceptor Detail:
 public Object invoke(Invocation mi) throws Exception 
 public Object invokeHome(Invocation mi) throws Exception 
    Message driven beans do not have homes.