org.jbpm.shared.services.impl
Class TransactionalCommandService
java.lang.Object
org.jbpm.shared.services.impl.TransactionalCommandService
- All Implemented Interfaces:
- org.drools.core.command.CommandService, org.kie.api.runtime.CommandExecutor
public class TransactionalCommandService
- extends Object
- implements org.drools.core.command.CommandService
|
Method Summary |
|
execute(org.kie.api.command.Command<T> command)
|
org.kie.internal.command.Context |
getContext()
|
protected void |
setEmf(javax.persistence.EntityManagerFactory emf)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionalCommandService
public TransactionalCommandService(javax.persistence.EntityManagerFactory emf)
getContext
public org.kie.internal.command.Context getContext()
- Specified by:
getContext in interface org.drools.core.command.CommandService
setEmf
protected void setEmf(javax.persistence.EntityManagerFactory emf)
execute
public <T> T execute(org.kie.api.command.Command<T> command)
- Specified by:
execute in interface org.kie.api.runtime.CommandExecutor
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.