org.exoplatform.container.jmx
Class ExoContainerMBean

java.lang.Object
  extended by org.exoplatform.container.jmx.AbstractDynamicMBean
      extended by org.exoplatform.container.jmx.ExoContainerMBean
All Implemented Interfaces:
DynamicMBean

public class ExoContainerMBean
extends AbstractDynamicMBean

Version:
$Revision: 1.7 $
Author:
James Strachan

Constructor Summary
ExoContainerMBean(Object componentInstance)
           
 
Method Summary
protected  MBeanAttributeInfo[] createMBeanAttributeInfo()
          To be overridden to return metadata information about manageable attributes.
protected  MBeanOperationInfo[] createMBeanOperationInfo()
          To be overridden to return metadata information about manageable operations.
protected  String getMBeanDescription()
          To be overridden to return metadata information about the description of this MBean.
 
Methods inherited from class org.exoplatform.container.jmx.AbstractDynamicMBean
createMBeanConstructorInfo, createMBeanInfo, createMBeanNotificationInfo, findMethod, getAttribute, getAttributes, getMBeanClassName, getMBeanInfo, getResource, invoke, invoke, invoke, invokeMethod, setAttribute, setAttributes, setMBeanInfo, setResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExoContainerMBean

public ExoContainerMBean(Object componentInstance)
Method Detail

getMBeanDescription

protected String getMBeanDescription()
Description copied from class: AbstractDynamicMBean
To be overridden to return metadata information about the description of this MBean.

Overrides:
getMBeanDescription in class AbstractDynamicMBean

createMBeanAttributeInfo

protected MBeanAttributeInfo[] createMBeanAttributeInfo()
Description copied from class: AbstractDynamicMBean
To be overridden to return metadata information about manageable attributes.

Overrides:
createMBeanAttributeInfo in class AbstractDynamicMBean

createMBeanOperationInfo

protected MBeanOperationInfo[] createMBeanOperationInfo()
Description copied from class: AbstractDynamicMBean
To be overridden to return metadata information about manageable operations.

Overrides:
createMBeanOperationInfo in class AbstractDynamicMBean


Copyright © 2009 eXo Platform SAS. All Rights Reserved.