org.openejb.mdb
Class MDBInstanceInterceptor
java.lang.Object
org.openejb.mdb.MDBInstanceInterceptor
- All Implemented Interfaces:
- org.apache.geronimo.core.service.Interceptor
- public final class MDBInstanceInterceptor
- extends Object
- implements org.apache.geronimo.core.service.Interceptor
Interceptor for MDB EJBs that obtains an instance
from a pool to execute the method.
- Version:
- $Revision: 445237 $ $Date: 2005-03-02 00:34:40 +0100 (Wed, 02 Mar 2005) $
Method Summary |
org.apache.geronimo.core.service.InvocationResult |
invoke(org.apache.geronimo.core.service.Invocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDBInstanceInterceptor
public MDBInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next,
InstancePool pool)
invoke
public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.apache.geronimo.core.service.Interceptor
- Throws:
Throwable
Copyright © 1999-2006 OpenEJB. All Rights Reserved.