|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.console.models.Manager
com.metamatrix.console.models.TimedManager
com.metamatrix.console.models.TransactionManager
public class TransactionManager
Extension of TimedManager to manage the Transactions tab. It creates and maintains the tab's table model, but has no reference to the tab itself.
| Field Summary |
|---|
| Fields inherited from class com.metamatrix.console.models.TimedManager |
|---|
DEFAULT_DELAY |
| Fields inherited from class com.metamatrix.console.models.Manager |
|---|
MODEL_CHANGED, MODEL_STALE |
| Constructor Summary | |
|---|---|
TransactionManager(ConnectionInfo connection)
|
|
| Method Summary | |
|---|---|
TransactionTableModel |
getTableModel()
|
void |
refresh()
Refresh tells a manager that it's data is stale and it should retrieve real data (rather than cached data) the next time data is requested. |
void |
refreshTableModel()
Method to refresh the table model with current data. |
TransactionID |
transactionIDForTransactionNum(java.lang.Long transactionNum)
|
| Methods inherited from class com.metamatrix.console.models.TimedManager |
|---|
actionPerformed, getIsAutoRefreshEnabled, getRefreshRate, getTimer, init, isBusy, refresh, setBusy, setIsAutoRefreshEnabled, setRefreshRate, startTimer |
| Methods inherited from class com.metamatrix.console.models.Manager |
|---|
addManagerListener, fireModelChangedEvent, fireModelChangedEvent, getConnection, getConnection, getEncryptor, getEventListeners, getIsStale, removeManagerListener, setIsStale |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionManager(ConnectionInfo connection)
| Method Detail |
|---|
public TransactionTableModel getTableModel()
public void refresh()
ManagerCurrently this method simply calls setIsStale(false)
refresh in class TimedManagerManager.setIsStale(boolean)public void refreshTableModel()
public TransactionID transactionIDForTransactionNum(java.lang.Long transactionNum)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||