org.drools.persistence.jta
Class JtaTransactionSynchronizationAdapter

java.lang.Object
  extended by org.drools.persistence.jta.JtaTransactionSynchronizationAdapter
All Implemented Interfaces:
Synchronization

public class JtaTransactionSynchronizationAdapter
extends Object
implements Synchronization


Constructor Summary
JtaTransactionSynchronizationAdapter(TransactionSynchronization ts)
           
 
Method Summary
 void afterCompletion(int status)
           
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtaTransactionSynchronizationAdapter

public JtaTransactionSynchronizationAdapter(TransactionSynchronization ts)
Method Detail

afterCompletion

public void afterCompletion(int status)
Specified by:
afterCompletion in interface Synchronization

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.