| Package | Description | 
|---|---|
| weblogic.transaction | 
 Provides interfaces and classes for transaction support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionLogger | 
ServerTransactionManager.getTransactionLogger()
Obtains the  
TransactionLogger object managing this
 server's transaction log. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionLoggable.onDisk(TransactionLogger tlog)
Callback method for when object safely written to disk. 
 | 
void | 
TransactionLoggable.onError(TransactionLogger tlog)
Callback method for problem writing object to disk. 
 | 
void | 
TransactionLoggable.onRecovery(TransactionLogger tlog)
Callback method to perform recovery. 
 |