org.jbpm.pvm.internal.svc
Class DefaultCommandService

java.lang.Object
  extended by org.jbpm.pvm.internal.svc.DefaultCommandService
All Implemented Interfaces:
CommandService

public class DefaultCommandService
extends java.lang.Object
implements CommandService

Author:
Tom Baeyens

Field Summary
 
Fields inherited from interface org.jbpm.pvm.internal.cmd.CommandService
NAME_NEW_TX_REQUIRED_COMMAND_SERVICE, NAME_TX_REQUIRED_COMMAND_SERVICE
 
Constructor Summary
DefaultCommandService()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCommandService

public DefaultCommandService()
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.