|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.admin.jmx.JmxLogAdministrator
public class JmxLogAdministrator
Copyright © 2003 Atomikos. All rights reserved. A JMX LogAdministrator, implemented as a Singleton. The instance can be registered in the TSInitInfo for the JMX management to work. In addition, you should register a in instance of the JmxTransactionService MBean in your MBean server: that will make the administration functions available via JMX. Instances of the JmxTransactionService will collaborate with this class to perform the JMX administration of the pending transactions.
Constructor Summary | |
---|---|
protected |
JmxLogAdministrator()
|
Method Summary | |
---|---|
void |
deregisterLogControl(LogControl control)
Deregister (remove) a LogControl instance from the administrator. |
static JmxLogAdministrator |
getInstance()
|
LogControl |
getLogControl()
Get the LogControl. |
void |
registerLogControl(LogControl control)
Register (add) a LogControl instance to the administrator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JmxLogAdministrator()
Method Detail |
---|
public static JmxLogAdministrator getInstance()
public void registerLogControl(LogControl control)
LogAdministrator
registerLogControl
in interface LogAdministrator
control
- The LogControl instance.LogAdministrator.registerLogControl(com.atomikos.icatch.admin.LogControl)
public LogControl getLogControl()
public void deregisterLogControl(LogControl control)
LogAdministrator
deregisterLogControl
in interface LogAdministrator
control
- The LogControl instance to remove. Does nothing
if the control is not registered.LogAdministrator.deregisterLogControl(com.atomikos.icatch.admin.LogControl)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |