com.ibm.retail.si.mgmt
Interface MgmtAgent


public interface MgmtAgent

A MgmtAgent provides an interface to a JMX MBean server in addition to loading a set of common mbeans that provide management services

Version:
1.0
Author:
Chris Arrington

Method Summary
 com.ibm.retail.si.mgmt.MgmtAgentConfiguration getAgentConfiguration()
           
 com.ibm.retail.si.mgmt.MgmtDeviceInfo getDeviceInfo()
           
 javax.management.MBeanServer getMBeanServer()
           
 boolean isAgentStarted()
           
 void shutdown()
          Shutdown the agent completely, including its MBeanServer.
 

Method Detail

getMBeanServer

public javax.management.MBeanServer getMBeanServer()
Returns:
Instance of the JMX MBean Server

getDeviceInfo

public com.ibm.retail.si.mgmt.MgmtDeviceInfo getDeviceInfo()
Returns:
Device information object for this device

getAgentConfiguration

public com.ibm.retail.si.mgmt.MgmtAgentConfiguration getAgentConfiguration()
Returns:
A view of the agent's configuration information

isAgentStarted

public boolean isAgentStarted()
Returns:
True if the agent has started, false otherwise

shutdown

public void shutdown()
Shutdown the agent completely, including its MBeanServer.



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