public interface TransactionMBean
Modifier and Type | Method and Description |
---|---|
String |
backup(String path)
Backups the content of Transaction module.
|
int |
getCommitCount()
Returns the number of commit operation since startup.
|
int |
getPhase()
Returns the transaction state.
|
String |
getPhaseInfo()
Returns a string representation of the transaction state.
|
long |
getStartTime()
Returns the starting time.
|
boolean |
isPersistent()
Tests if the Transaction component is persistent.
|
boolean |
useLoadAll()
Returns true if this Transaction implementation implements an optimized loadAll method.
|
boolean isPersistent()
boolean useLoadAll()
int getPhase()
String getPhaseInfo()
int getCommitCount()
long getStartTime()
String backup(String path) throws Exception
path
- Directory path to store the backup.Exception
- An error occurs during backup.Copyright © 2023 ScalAgent D.T.. All rights reserved.