org.openejb.entity
Class EntityInstanceInterceptor

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

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

Simple Instance Interceptor that does not cache instances in the ready state but passivates between each invocation.

Version:
$Revision: 1.9 $ $Date: 2004/07/20 23:40:01 $

Constructor Summary
EntityInstanceInterceptor(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

EntityInstanceInterceptor

public EntityInstanceInterceptor(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.