com.metamatrix.platform.config.spi.xml
Class ConfigUserTransaction

java.lang.Object
  extended by com.metamatrix.platform.config.spi.xml.ConfigUserTransaction

public class ConfigUserTransaction
extends java.lang.Object


Field Summary
static int LOCK_CONFIG_CHANGING
           
static int LOCK_SERVER_STARTING
           
 
Method Summary
 void begin()
           
 void commit()
           
 ConfigTransaction getTransaction()
           
 boolean isReadTransaction()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCK_SERVER_STARTING

public static final int LOCK_SERVER_STARTING
See Also:
Constant Field Values

LOCK_CONFIG_CHANGING

public static final int LOCK_CONFIG_CHANGING
See Also:
Constant Field Values
Method Detail

begin

public void begin()
           throws TransactionException
Throws:
TransactionException

commit

public void commit()
            throws TransactionException
Throws:
TransactionException

rollback

public void rollback()
              throws TransactionException
Throws:
TransactionException

isReadTransaction

public boolean isReadTransaction()

getTransaction

public ConfigTransaction getTransaction()


Copyright © 2009. All Rights Reserved.