com.metamatrix.platform.config.spi.xml
Class ConfigUserTransaction
java.lang.Object
com.metamatrix.platform.config.spi.xml.ConfigUserTransaction
public class ConfigUserTransaction
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.