|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.plugins.AbstractInterceptor (src)
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor
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 java.lang.reflect.Method |
ejbTimeout
A reference to TimedObject.ejbTimeout(javax.ejb.Timer). |
| Fields inherited from class org.jboss.ejb.plugins.AbstractInterceptor (src) |
container, log, nextInterceptor |
| Constructor Summary | |
MessageDrivenInstanceInterceptor()
|
|
| Method Summary | |
java.lang.Object |
invoke(Invocation (src) mi)
??? |
java.lang.Object |
invokeHome(Invocation (src) mi)
Message driven beans do not have homes. |
| Methods inherited from class org.jboss.ejb.plugins.AbstractInterceptor (src) |
create, destroy, getContainer, getNext, setContainer, setNext, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final java.lang.reflect.Method ejbTimeout
TimedObject.ejbTimeout(javax.ejb.Timer).
| Constructor Detail |
public MessageDrivenInstanceInterceptor()
| Method Detail |
public java.lang.Object invokeHome(Invocation (src) mi)
throws java.lang.Exception
invokeHome in interface Interceptor (src) invokeHome in class AbstractInterceptor (src) java.lang.Error - Not valid for MessageDriven beans.
java.lang.Exception
public java.lang.Object invoke(Invocation (src) mi)
throws java.lang.Exception
Interceptor (src)
invoke in interface Interceptor (src) invoke in class AbstractInterceptor (src) java.lang.Exception
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||