org.ow2.bonita.pvm.internal.spring
Class SpringCommandService

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

public class SpringCommandService
extends java.lang.Object
implements CommandService

Author:
Tom Baeyens

Constructor Summary
SpringCommandService()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 void setEnvironmentFactory(EnvironmentFactory environmentFactory)
           
 void setTransactionManager(org.springframework.orm.hibernate3.HibernateTransactionManager transactionManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringCommandService

public SpringCommandService()
Method Detail

setEnvironmentFactory

public void setEnvironmentFactory(EnvironmentFactory environmentFactory)

setTransactionManager

public void setTransactionManager(org.springframework.orm.hibernate3.HibernateTransactionManager transactionManager)

execute

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.