|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserTransactionFactory
Method Summary | |
---|---|
UserTransaction |
createReadTransaction()
Create a new instance of a UserTransaction that may be used to read information. |
UserTransaction |
createWriteTransaction()
Create a new instance of a UserTransaction that may be used to write and/or update information. |
UserTransaction |
createWriteTransaction(java.lang.Object source)
Create a new instance of a UserTransaction that may be used to write and/or update information. |
Method Detail |
---|
UserTransaction createReadTransaction()
The returned transaction object will not be bound to an underlying
system transaction until begin()
is called on the returned
object.
UserTransaction createWriteTransaction()
The returned transaction object will not be bound to an underlying
system transaction until begin()
is called on the returned
object.
UserTransaction createWriteTransaction(java.lang.Object source)
The returned transaction object will not be bound to an underlying
system transaction until begin()
is called on the returned
object.
source
- the object that is considered to be the source of the transaction;
may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |