|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stomp.util.AbstractFactory | +--stomp.jdo.TransactionFactory
creates the transaction implementations which help in stomp.jdo's transparent transaction management. These wrappers throw exceptions if developers attempt to use the Transaction interface to handle transaction boundaries.
Constructor Summary | |
TransactionFactory()
|
Method Summary | |
TransactionWrapper |
createTransaction(PMWrapper wrapper)
|
static TransactionFactory |
singleton()
|
Methods inherited from class stomp.util.AbstractFactory |
singletonFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransactionFactory()
Method Detail |
public static TransactionFactory singleton()
public TransactionWrapper createTransaction(PMWrapper wrapper)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |