com.atomikos.icatch.admin
Interface LogAdministrator

All Known Implementing Classes:
LocalLogAdministrator, SimpleLogAdministrator

public interface LogAdministrator

This interface is the representation of an administrator facility for log inspection and termination of active transactions. Different implementations are possible, local OR distributed. This way, administration can be done from one and the same machine, if needed.


Method Summary
 void deregisterLogControl(LogControl control)
          Deregister (remove) a LogControl instance from the administrator.
 void registerLogControl(LogControl control)
          Register (add) a LogControl instance to the administrator.
 

Method Detail

registerLogControl

void registerLogControl(LogControl control)
Register (add) a LogControl instance to the administrator. This method is typically called right after initialization of the transaction service.

Parameters:
control - The LogControl instance.

deregisterLogControl

void deregisterLogControl(LogControl control)
Deregister (remove) a LogControl instance from the administrator. This method is typically called at shutdown of the transaction service.

Parameters:
control - The LogControl instance to remove. Does nothing if the control is not registered.


Copyright © 2011. All Rights Reserved.