|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerTransactionManager
ServerTransactionManager enables the caller to get the TransactionLogger object associated with this server.
Field Summary |
---|
Fields inherited from interface weblogic.transaction.TransactionManager |
---|
ASYNC_TIMEOUT_DELIST, CALL_SET_DELIST_TMSUCCESS_ALWAYS, CALL_SET_TRANSACTION_TIMEOUT, ENLISTMENT_DYNAMIC, ENLISTMENT_STANDARD, ENLISTMENT_STATIC, ENLISTMENT_TYPE, INTERLEAVING_ENLISTMENTS, LOCAL_ASSIGNMENT_OF_REMOTE_RESOURCES, RECOVER_RETRY_DURATION_SECONDS, RECOVER_RETRY_INTERVAL_SECONDS, THREAD_AFFINITY |
Method Summary | |
---|---|
JTATransaction |
getJTATransactionForThread(weblogic.kernel.AuditableThread thread)
Returns a JTATransaction information object
for the transaction context associated with the specified
thread. |
TransactionLogger |
getTransactionLogger()
Obtains the TransactionLogger object managing this
server's transaction log. |
void |
registerBeginNotificationListener(BeginNotificationListener listener,
Object handback)
Registers a BeginNotificationListener object with the transaction manager. |
void |
unregisterBeginNotificationListener(BeginNotificationListener listener)
Unregisters the specified BeginNotificationListener object. |
Methods inherited from interface weblogic.transaction.TransactionManager |
---|
begin, begin, begin, getTransaction, registerDynamicResource, registerDynamicResource, registerResource, registerResource, registerStaticResource, unregisterResource, unregisterResource |
Methods inherited from interface weblogic.transaction.ClientTransactionManager |
---|
forceResume, forceSuspend |
Method Detail |
---|
TransactionLogger getTransactionLogger()
TransactionLogger
object managing this
server's transaction log.
TransactionLogger
object implemented by
the WLS Transaction Manager, or null if none available.JTATransaction getJTATransactionForThread(weblogic.kernel.AuditableThread thread)
JTATransaction
information object
for the transaction context associated with the specified
thread. If there is no transaction context associated with
the thread, a null value will be returned.
void registerBeginNotificationListener(BeginNotificationListener listener, Object handback)
void unregisterBeginNotificationListener(BeginNotificationListener listener)
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |