com.ibm.retail.AEF.mgmt
Interface DebugMemoryMBean


public interface DebugMemoryMBean

Supports the capability to dump the SIMemoryFileHandler4690 memory log using the AEF DebugMemory object.

The purpose of this MBean is to give the user the ability to dump the in-memory log records that are generated by AEF. In this case, the user could be store personnel or a regional help desk using a management console or an intelligent management application that can react to events occuring within the system.

The ObjectName of this MBean includes the following attributes, in addition to the SIF attribute of DeviceID:

This management interface includes the following attributes. These attributes are described in more detail in the accessor methods. The following operations are included in this management interface. These are described in more detail in the corresponding method documentation. No notifications are emitted by classes implementing this interface.


Method Summary
 void dumpMemoryLog()
          Sends a severe message to the log to dump the SIMemoryFileHandler4690 memory log.
 boolean isLogEnabled()
           
 void setLogEnabled(boolean enable)
          Enables logging of the methods.
 

Method Detail

dumpMemoryLog

public void dumpMemoryLog()
Sends a severe message to the log to dump the SIMemoryFileHandler4690 memory log.


setLogEnabled

public void setLogEnabled(boolean enable)
Enables logging of the methods. Logging is off by default.


isLogEnabled

public boolean isLogEnabled()
Returns:
true if logging is enabled; false otherwise. Logging is off by default.


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004