org.openejb.entity.dispatch
Class SetEntityContextOperation

java.lang.Object
  extended byorg.openejb.dispatch.AbstractSpecificMethodOperation
      extended byorg.openejb.entity.dispatch.SetEntityContextOperation
All Implemented Interfaces:
Serializable, VirtualOperation

public class SetEntityContextOperation
extends AbstractSpecificMethodOperation

Version:
$Revision: 1.1 $ $Date: 2004/07/07 22:17:34 $
See Also:
Serialized Form

Field Summary
static SetEntityContextOperation INSTANCE
           
 
Method Summary
protected  Object doOperation(javax.ejb.EnterpriseBean instance, Object[] arguments)
           
 org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
           
 
Methods inherited from class org.openejb.dispatch.AbstractSpecificMethodOperation
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SetEntityContextOperation INSTANCE
Method Detail

execute

public org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
                                                          throws Throwable
Throws:
Throwable

doOperation

protected Object doOperation(javax.ejb.EnterpriseBean instance,
                             Object[] arguments)
                      throws Throwable
Specified by:
doOperation in class AbstractSpecificMethodOperation
Throws:
Throwable


Copyright © 1999-2005 OpenEJB. All Rights Reserved.