Home » commons-modeler-2.0.1-src » org.apache.commons » modeler »

org.apache.commons.modeler

Sub Packages:

org.apache.commons.modeler.ant   Ant Tasks for Commons Modeler Integration.  
org.apache.commons.modeler.demo    
org.apache.commons.modeler.mbeans    
org.apache.commons.modeler.modules   Implementation classes - should not be used directly.  
org.apache.commons.modeler.util    

Interfaces:

RegistryMBean   Interface for modeler MBeans.  code | html

Classes:

AttributeInfo  

Internal configuration information for an Attribute descriptor.

 
code | html
BaseAttributeFilter  

Implementation of NotificationFilter for attribute change notifications. 

code | html
BaseModelMBean  

Basic implementation of the ModelMBean interface, which supports the minimal requirements of the interface contract.

This can be used directly to wrap an existing java bean, or inside an mlet or anywhere an MBean would be used. 

code | html
BaseModelMBean.MethodKey     code | html
BaseNotification   Base JMX Notification.  code | html
BaseNotificationBroadcaster  

Implementation of NotificationBroadcaster for attribute change notifications. 

code | html
BaseNotificationBroadcasterEntry   Utility class representing a particular registered listener entry.  code | html
ConstructorInfo  

Internal configuration information for a Constructor descriptor.

 
code | html
FeatureInfo  

Convenience base class for AttributeInfo, ConstructorInfo, and OperationInfo classes that will be used to collect configuration information for the ModelMBean beans exposed for management.

 
code | html
FieldInfo  

Simple JavaBean representing the contents of a <field> element in an MBeans descriptor file. 

code | html
FixedNotificationFilter   Special NotificationFilter that allows modeler to optimize its notifications.  code | html
JndiJmx   Link between JNDI and JMX.  code | html
Main   Small main that loads mbeans.  code | html
ManagedBean  

Internal configuration information for a managed bean (MBean) descriptor.

 
code | html
NotificationInfo  

Internal configuration information for a Notification descriptor.

 
code | html
OperationInfo  

Internal configuration information for an Operation descriptor.

 
code | html
ParameterInfo  

Internal configuration information for a Parameter descriptor.

 
code | html
Registry   Registry for modeler MBeans.  code | html

All Test Cases:

RegistryTestCase  

Test Case for the Registry class.

 
code | html