org.openejb.alt.connectors.minerva
Class MinervaAuthenticationInvocationHandler

java.lang.Object
  |
  +--org.openejb.alt.connectors.minerva.MinervaAuthenticationInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MinervaAuthenticationInvocationHandler
extends java.lang.Object
implements InvocationHandler

Proxy handler to translate normal JCA calls to modified ones that include a flag indicating whether the call should use container managed sign in or bean managed sign in.

Version:
$Revision: 1.1.1.1 $

Constructor Summary
MinervaAuthenticationInvocationHandler(OpenEJBConnectionManager mgr, boolean containerManagedSignIn)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinervaAuthenticationInvocationHandler

public MinervaAuthenticationInvocationHandler(OpenEJBConnectionManager mgr,
                                              boolean containerManagedSignIn)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface InvocationHandler