org.jbpm.tx
Class TxService

java.lang.Object
  extended by org.jbpm.tx.TxService
All Implemented Interfaces:
java.io.Serializable, Service

public class TxService
extends java.lang.Object
implements Service

See Also:
Serialized Form

Constructor Summary
TxService()
           
 
Method Summary
 void close()
           
 boolean isRollbackOnly()
           
 void setRollbackOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxService

public TxService()
Method Detail

close

public void close()
Specified by:
close in interface Service

isRollbackOnly

public boolean isRollbackOnly()

setRollbackOnly

public void setRollbackOnly()