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:
javax.management.DynamicMBean

public class ExoContainerMBean
extends AbstractDynamicMBean

Version:
$Revision: 1.7 $
Author:
James Strachan

Constructor Summary
ExoContainerMBean(java.lang.Object componentInstance)
           
 
Method Summary
protected  javax.management.MBeanAttributeInfo[] createMBeanAttributeInfo()
          To be overridden to return metadata information about manageable attributes.
protected  javax.management.MBeanOperationInfo[] createMBeanOperationInfo()
          To be overridden to return metadata information about manageable operations.
protected  java.lang.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(java.lang.Object componentInstance)
Method Detail

getMBeanDescription

protected java.lang.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 javax.management.MBeanAttributeInfo[] createMBeanAttributeInfo()
Description copied from class: AbstractDynamicMBean
To be overridden to return metadata information about manageable attributes.

Overrides:
createMBeanAttributeInfo in class AbstractDynamicMBean

createMBeanOperationInfo

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

Overrides:
createMBeanOperationInfo in class AbstractDynamicMBean


Copyright © 2010 eXo Platform SAS. All Rights Reserved.