BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.transaction
Interface ServerTransactionManager


public interface ServerTransactionManager
extends TransactionManager

ServerTransactionManager allows the caller to get the TransactionLogger object associated with this server.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.transaction.TransactionManager
ASYNC_TIMEOUT_DELIST, 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, java.lang.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
 
Methods inherited from interface weblogic.transaction.ClientTransactionManager
forceResume, forceSuspend
 
Methods inherited from interface javax.transaction.TransactionManager
begin, commit, getStatus, getTransaction, resume, rollback, setRollbackOnly, setTransactionTimeout, suspend
 

Method Detail

getTransactionLogger

public TransactionLogger getTransactionLogger()
Obtains the TransactionLogger object managing this server's transaction log.

Returns:
the TransactionLogger object implemented by the WLS Transaction Manager, or null if none available.

getJTATransactionForThread

public JTATransaction getJTATransactionForThread(weblogic.kernel.AuditableThread thread)
Returns a 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.


registerBeginNotificationListener

public void registerBeginNotificationListener(BeginNotificationListener listener,
                                              java.lang.Object handback)
Registers a BeginNotificationListener object with the transaction manager. The object will be invoked prior to the start of server-side transactions.


unregisterBeginNotificationListener

public void unregisterBeginNotificationListener(BeginNotificationListener listener)
Unregisters the specified BeginNotificationListener object.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81