|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.platform.config.spi.xml.ConfigUserTransactionFactory
public class ConfigUserTransactionFactory
Constructor Summary | |
---|---|
ConfigUserTransactionFactory()
Construct a factory that can be used to create read or write transactions. |
Method Summary | |
---|---|
ConfigUserTransaction |
createReadTransaction(java.lang.String principal)
Create a new instance of a UserTransaction that may be used to read information. |
ConfigUserTransaction |
createWriteTransaction(java.lang.String principal)
Create a new instance of a UserTransaction that may be used to write and/or update information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigUserTransactionFactory()
Method Detail |
---|
public ConfigUserTransaction createReadTransaction(java.lang.String principal) throws TransactionException
TransactionException
public ConfigUserTransaction createWriteTransaction(java.lang.String principal) throws TransactionException
principal
- the name to be associated with this transaction
TransactionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |