Package org.exoplatform.container.jmx

Class Summary
AbstractDynamicMBean  
ExoContainerMBean  
ExoMBeanInfoBuilder A class that build mbean meta data suitable for: Represent a management view of the managed class Provide additional metadata for a model mbean The following rules do apply to the class from which meta data are constructed: The class must be annotated by Managed The class may be annoated by ManagedDescription Any property described by its getter and/or setter getter annotated by Managed is exposed as an attribute/li> Any property providing an annotated getter is readable Any property providing an annotated setter is writable Any getter/setter annotated by ManagedName redefines the attribute name Any getter/setter annotated by ManagedDescription defines the attribute description When corresponding getter/setter redefines the attribute name, the value must be the same otherwhise an exception is thrown at built time Any method annotated by Managed is exposed as a management operation Any method annotated by ManagedDescription defines the operation description Any non setter/getter method annotated by ManagedName causes a built time exception Any method argument annotated by ManagedName defines the management name of the corresponding operation parameter Any method argument annotated by ManagedDescription defines the management description of the corresponding operation parameter
ExoModelMBean A convenient subclass of RequiredModelMBean) that routes the invocation of the interface {@link MBeanRegistration} to the managed resource when it implements the method.
ExoQueryExp Jul 30, 2004
JMXProxyComponent Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Oct 28, 2005
JMXProxyComponent.Handler  
ManageableComponentAdapter  
ManageableComponentAdapterFactory  
ManageableContainer  
ManagementContextImpl  
MX4JComponentAdapter  
MX4JComponentAdapterFactory  
ObjectNameBuilder<T> A builder for object name templates.
PropertiesInfo  
PropertyInfo  
Utils Several utility functions for the JMX implementation
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.