org.openejb.slsb
Class StatelessInstanceInterceptor

java.lang.Object
  extended byorg.openejb.slsb.StatelessInstanceInterceptor
All Implemented Interfaces:
org.apache.geronimo.core.service.Interceptor

public final class StatelessInstanceInterceptor
extends Object
implements org.apache.geronimo.core.service.Interceptor

Interceptor for Stateless Session EJBs that obtains an instance from a pool to execute the method.

Version:
$Revision: 1.2 $ $Date: 2004/04/08 00:02:27 $

Constructor Summary
StatelessInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next, InstancePool pool)
           
 
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
 

Constructor Detail

StatelessInstanceInterceptor

public StatelessInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next,
                                    InstancePool pool)
Method Detail

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-2005 OpenEJB. All Rights Reserved.