com.adobe.icc.dbforms.dst
Class DSTTransactionSynchronization

java.lang.Object
  extended by com.adobe.icc.dbforms.dst.DSTTransactionSynchronization

public class DSTTransactionSynchronization
extends java.lang.Object

DSTTransactionSynchronization is the transaction synchronizer which is responsible for reading the thread local DSTQueue and performing all the DSTOpeartions stored in the DSTQueue after Transaction Commit.


Method Summary
 void afterCommit()
           
 void afterCompletion(int status)
           
 void beforeCommit(boolean readOnly)
           
 void beforeCompletion()
           
 void flush()
           
static DSTTransactionSynchronization getInstance()
           
 void resume()
           
 void suspend()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DSTTransactionSynchronization getInstance()

suspend

public void suspend()

resume

public void resume()

flush

public void flush()

beforeCommit

public void beforeCommit(boolean readOnly)

beforeCompletion

public void beforeCompletion()

afterCommit

public void afterCommit()

afterCompletion

public void afterCompletion(int status)


[an error occurred while processing this directive] [an error occurred while processing this directive]