net.wgen.op
Class EjbOpExecutorFactory

java.lang.Object
  extended bynet.wgen.op.OpExecutorFactory
      extended bynet.wgen.op.EjbOpExecutorFactory

public class EjbOpExecutorFactory
extends OpExecutorFactory

Produces OpExecutors that delegate to EJB-bound OpExecutors.

Version:
$Id: EjbOpExecutorFactory.html,v 1.2 2007/01/28 04:09:36 paulfeuer Exp $
Author:
Paul Feuer, Wireless Generation, Inc.

Field Summary
 
Fields inherited from class net.wgen.op.OpExecutorFactory
SYSTEM_PROPERTY
 
Constructor Summary
EjbOpExecutorFactory()
           
 
Method Summary
protected  OpExecutor _createExecutorForOp(Op op)
          Given the packages space found by the OpFactory, instantiate a CmdServerLogicOpExecutor Instantiates a new EjbOpExecutor with the EjbManagerName from the OpModule in the Op's TraceKey.
 
Methods inherited from class net.wgen.op.OpExecutorFactory
create, getDelegatingFactory, setDelegatingFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbOpExecutorFactory

public EjbOpExecutorFactory()
Method Detail

_createExecutorForOp

protected OpExecutor _createExecutorForOp(Op op)
Given the packages space found by the OpFactory, instantiate a CmdServerLogicOpExecutor Instantiates a new EjbOpExecutor with the EjbManagerName from the OpModule in the Op's TraceKey.

Specified by:
_createExecutorForOp in class OpExecutorFactory
Parameters:
op - the Op for which the OpExecutor should be instantiated
Returns:
an OpExecutor that when invoked will access an EJB-bound OpExecutor
See Also:
EjbOpExecutor, OpModule.getEjbManagerName()