|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.icatch.admin.imp.LocalLogAdministrator
public class LocalLogAdministrator
An administration tool for the TM, allowing log inspection. The inspection window for viewing active transactions will not show transactions that start afterwards. Only a (periodically refreshed) snapshot of those transactions already present is shown. This is to prevent high transaction throughputs from cluttering the display with update events.
| Constructor Summary | |
|---|---|
LocalLogAdministrator()
Creates a new instance in standalone mode. |
|
LocalLogAdministrator(String title,
boolean standalone)
Construct a new LocalLogAdministrator utility. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent ev)
|
void |
deregisterLogControl(LogControl control)
|
JFrame |
getJFrame()
Get the frame we are using. |
void |
init(UserTransactionService service)
Initialize the tool to use a given recovery manager. |
void |
registerLogControl(LogControl control)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalLogAdministrator()
public LocalLogAdministrator(String title,
boolean standalone)
title - The title for the tool window.standalone - True if this is the main window. If so, an Exit option will be
presented that exits the VM.| Method Detail |
|---|
public void registerLogControl(LogControl control)
registerLogControl in interface LogAdministratorLogAdministratorpublic void deregisterLogControl(LogControl control)
deregisterLogControl in interface LogAdministratorLogAdministratorpublic void init(UserTransactionService service)
service - The transaction service being used.public JFrame getJFrame()
public void actionPerformed(ActionEvent ev)
actionPerformed in interface ActionListenerActionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||