org.openejb.slsb.dispatch
Class SetSessionContextOperation

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

public class SetSessionContextOperation
extends AbstractSpecificMethodOperation

Version:
$Revision: 444791 $ $Date: 2004-07-08 00:17:36 +0200 (Thu, 08 Jul 2004) $
See Also:
Serialized Form

Field Summary
static SetSessionContextOperation 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 SetSessionContextOperation 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-2006 OpenEJB. All Rights Reserved.