org.ow2.bonita.pvm.internal.ejb
Class EnterpriseLocalCommandService

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.ejb.EnterpriseLocalCommandService
All Implemented Interfaces:
CommandService

public class EnterpriseLocalCommandService
extends java.lang.Object
implements CommandService

Local, stateless session bean implementation of the command service.

Author:
Tom Baeyens

Constructor Summary
EnterpriseLocalCommandService()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 LocalCommandExecutor getCommandExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseLocalCommandService

public EnterpriseLocalCommandService()
Method Detail

getCommandExecutor

public LocalCommandExecutor getCommandExecutor()

execute

public <T> T execute(Command<T> command)
Specified by:
execute in interface CommandService


Copyright © 2009 OW2 Consortium. All Rights Reserved.