|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.platform.config.spi.xml.ConfigTransaction
com.metamatrix.platform.config.spi.xml.XMLConfigurationTransaction
public class XMLConfigurationTransaction
Field Summary |
---|
Fields inherited from class com.metamatrix.platform.config.spi.xml.ConfigTransaction |
---|
NO_SERVER_INITIALIZATION_ACTION, SERVER_FORCE_INITIALIZATION, SERVER_INITIALIZATION, SERVER_SHUTDOWN, SERVER_STARTED |
Constructor Summary | |
---|---|
XMLConfigurationTransaction(XMLConfigurationMgr mgr,
TransactionID txnID,
long defaultTimeoutSeconds)
|
Method Summary | |
---|---|
void |
commit()
Complete the transaction represented by this TransactionObject. |
void |
rollback()
Roll back the transaction represented by this TransactionObject. |
Methods inherited from class com.metamatrix.platform.config.spi.xml.ConfigTransaction |
---|
addObjects, begin, contains, getAction, getBeginTime, getLockAcquiredBy, getObject, getObjects, getStatus, getTransactionID, isReadOnly, setAction, setRollbackOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLConfigurationTransaction(XMLConfigurationMgr mgr, TransactionID txnID, long defaultTimeoutSeconds)
Method Detail |
---|
public void commit() throws TransactionException
commit
in class ConfigTransaction
TransactionException
- if the transaction is unable to commit.public void rollback() throws TransactionException
ConfigTransaction
rollback
in class ConfigTransaction
TransactionException
- if the transaction is unable to roll back.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |