A B C D E F G H I L M N O P R S T W

A

addAttribute(AttributeInfo) - Method in class org.apache.commons.modeler.ManagedBean
Add a new attribute to the set of attributes for this MBean.
addAttribute(String) - Method in class org.apache.commons.modeler.BaseAttributeFilter
Add a new attribute name to the set of names accepted by this filter.
addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
Add an attribute change notification event listener to this MBean.
addConstructor(ConstructorInfo) - Method in class org.apache.commons.modeler.ManagedBean
Add a new constructor to the set of constructors for this MBean.
addManagedBean(ManagedBean) - Method in class org.apache.commons.modeler.Registry
Add a new bean to the set of beans known to this registry.
addNotification(NotificationInfo) - Method in class org.apache.commons.modeler.ManagedBean
Add a new notification to the set of notifications for this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
Add a notification event listener to this MBean.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Add a notification event listener to this MBean.
addNotifType(String) - Method in class org.apache.commons.modeler.NotificationInfo
Add a new notification type to the set managed by an MBean.
addOperation(OperationInfo) - Method in class org.apache.commons.modeler.ManagedBean
Add a new operation to the set of operations for this MBean.
addParameter(ParameterInfo) - Method in class org.apache.commons.modeler.OperationInfo
Add a new parameter to the set of arguments for this operation.
addParameter(ParameterInfo) - Method in class org.apache.commons.modeler.ConstructorInfo
Add a new parameter to the set of parameters for this constructor.
attributeBroadcaster - Variable in class org.apache.commons.modeler.BaseModelMBean
Notification broadcaster for attribute changes.
AttributeInfo - class org.apache.commons.modeler.AttributeInfo.
Internal configuration information for an Attribute descriptor.
AttributeInfo() - Constructor for class org.apache.commons.modeler.AttributeInfo
 
attributes - Variable in class org.apache.commons.modeler.ManagedBean
The collection of attributes for this MBean.

B

BaseAttributeFilter - class org.apache.commons.modeler.BaseAttributeFilter.
Implementation of NotificationFilter for attribute change notifications.
BaseAttributeFilter(String) - Constructor for class org.apache.commons.modeler.BaseAttributeFilter
Construct a new filter that accepts only the specified attribute name.
BaseModelMBean - class org.apache.commons.modeler.BaseModelMBean.
Basic implementation of the ModelMBean interface, which supports the minimal requirements of the interface contract as follows:
BaseModelMBean() - Constructor for class org.apache.commons.modeler.BaseModelMBean
Construct a ModelMBean with default ModelMBeanInfo information.
BaseModelMBean(ModelMBeanInfo) - Constructor for class org.apache.commons.modeler.BaseModelMBean
Construct a ModelMBean associated with the specified ModelMBeanInfo information.
BaseNotificationBroadcaster - class org.apache.commons.modeler.BaseNotificationBroadcaster.
Implementation of NotificationBroadcaster
BaseNotificationBroadcaster() - Constructor for class org.apache.commons.modeler.BaseNotificationBroadcaster
 
BaseNotificationBroadcasterEntry - class org.apache.commons.modeler.BaseNotificationBroadcasterEntry.
Utility class representing a particular registered listener entry.
BaseNotificationBroadcasterEntry(NotificationListener, NotificationFilter, Object) - Constructor for class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
 
beans - Variable in class org.apache.commons.modeler.Registry
The set of ManagedBean instances for the beans this registry knows about, keyed by name.

C

className - Variable in class org.apache.commons.modeler.ManagedBean
The fully qualified name of the Java class of the MBean described by this descriptor.
clear() - Method in class org.apache.commons.modeler.BaseAttributeFilter
Clear all accepted names from this filter, so that it will accept all attribute names.
ConstructorInfo - class org.apache.commons.modeler.ConstructorInfo.
Internal configuration information for a Constructor descriptor.
ConstructorInfo() - Constructor for class org.apache.commons.modeler.ConstructorInfo
 
constructors - Variable in class org.apache.commons.modeler.ManagedBean
The collection of constructors for this MBean.
createAttributeInfo() - Method in class org.apache.commons.modeler.AttributeInfo
Create and return a ModelMBeanAttributeInfo object that corresponds to the attribute described by this instance.
createConstructorInfo() - Method in class org.apache.commons.modeler.ConstructorInfo
Create and return a ModelMBeanConstructorInfo object that corresponds to the attribute described by this instance.
createDefaultModelMBeanInfo() - Method in class org.apache.commons.modeler.BaseModelMBean
Create and return a default ModelMBeanInfo object.
createMBean() - Method in class org.apache.commons.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, but is not associated with any particular managed resource.
createMBean(Object) - Method in class org.apache.commons.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, and is associated with the specified managed object instance.
createMBeanInfo() - Method in class org.apache.commons.modeler.ManagedBean
Create and return a ModelMBeanInfo object that describes this entire managed bean.
createNotificationInfo() - Method in class org.apache.commons.modeler.NotificationInfo
Create and return a ModelMBeanNotificationInfo object that corresponds to the attribute described by this instance.
createOperationInfo() - Method in class org.apache.commons.modeler.OperationInfo
Create and return a ModelMBeanOperationInfo object that corresponds to the attribute described by this instance.
createParameterInfo() - Method in class org.apache.commons.modeler.ParameterInfo
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.

D

description - Variable in class org.apache.commons.modeler.FeatureInfo
The human-readable description of this feature.
description - Variable in class org.apache.commons.modeler.ManagedBean
The human-readable description of this MBean.
displayName - Variable in class org.apache.commons.modeler.ConstructorInfo
The display name of this attribute.
displayName - Variable in class org.apache.commons.modeler.AttributeInfo
The display name of this attribute.
domain - Variable in class org.apache.commons.modeler.ManagedBean
The (optional) ObjectName domain in which this MBean should be registered in the MBeanServer.

E

entries - Variable in class org.apache.commons.modeler.BaseNotificationBroadcaster
The set of registered BaseNotificationBroadcasterEntry entries.

F

FeatureInfo - class org.apache.commons.modeler.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.
FeatureInfo() - Constructor for class org.apache.commons.modeler.FeatureInfo
 
filter - Variable in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
 
findManagedBean(String) - Method in class org.apache.commons.modeler.Registry
Find and return the managed bean definition for the specified bean name, if any; otherwise return null.
findManagedBeans() - Method in class org.apache.commons.modeler.Registry
Return the set of bean names for all managed beans known to this registry.
findManagedBeans(String) - Method in class org.apache.commons.modeler.Registry
Return the set of bean names for all managed beans known to this registry that belong to the specified group.

G

generalBroadcaster - Variable in class org.apache.commons.modeler.BaseModelMBean
Notification broadcaster for general notifications.
getAttribute(String) - Method in class org.apache.commons.modeler.BaseModelMBean
Obtain and return the value of a specific attribute of this MBean.
getAttributes() - Method in class org.apache.commons.modeler.ManagedBean
 
getAttributes(String[]) - Method in class org.apache.commons.modeler.BaseModelMBean
Obtain and return the values of several attributes of this MBean.
getClassName() - Method in class org.apache.commons.modeler.ManagedBean
 
getConstructors() - Method in class org.apache.commons.modeler.ManagedBean
 
getDescription() - Method in class org.apache.commons.modeler.FeatureInfo
 
getDescription() - Method in class org.apache.commons.modeler.ManagedBean
 
getDisplayName() - Method in class org.apache.commons.modeler.ConstructorInfo
 
getDisplayName() - Method in class org.apache.commons.modeler.AttributeInfo
 
getDomain() - Method in class org.apache.commons.modeler.ManagedBean
 
getGetMethod() - Method in class org.apache.commons.modeler.AttributeInfo
 
getGroup() - Method in class org.apache.commons.modeler.ManagedBean
 
getImpact() - Method in class org.apache.commons.modeler.OperationInfo
 
getManagedResource() - Method in class org.apache.commons.modeler.BaseModelMBean
Get the instance handle of the object against which we execute all methods in this ModelMBean management interface.
getMBeanInfo() - Method in class org.apache.commons.modeler.BaseModelMBean
Return the MBeanInfo object for this MBean.
getMethod - Variable in class org.apache.commons.modeler.AttributeInfo
The name of the property getter method, if non-standard.
getMethodName(String, boolean, boolean) - Method in class org.apache.commons.modeler.AttributeInfo
Create and return the name of a default property getter or setter method, according to the specified values.
getName() - Method in class org.apache.commons.modeler.FeatureInfo
 
getName() - Method in class org.apache.commons.modeler.ManagedBean
 
getNames() - Method in class org.apache.commons.modeler.BaseAttributeFilter
Return the set of names that are accepted by this filter.
getNotificationInfo() - Method in class org.apache.commons.modeler.BaseModelMBean
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotificationInfo() - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotifications() - Method in class org.apache.commons.modeler.ManagedBean
 
getNotifTypes() - Method in class org.apache.commons.modeler.NotificationInfo
 
getOperations() - Method in class org.apache.commons.modeler.ManagedBean
 
getRegistry() - Static method in class org.apache.commons.modeler.Registry
Factory method to create (if necessary) and return our Registry instance.
getReturnType() - Method in class org.apache.commons.modeler.OperationInfo
 
getRole() - Method in class org.apache.commons.modeler.OperationInfo
 
getServer() - Static method in class org.apache.commons.modeler.Registry
Factory method to create (if necessary) and return our MBeanServer instance.
getSetMethod() - Method in class org.apache.commons.modeler.AttributeInfo
 
getSignature() - Method in class org.apache.commons.modeler.OperationInfo
 
getSignature() - Method in class org.apache.commons.modeler.ConstructorInfo
 
getType() - Method in class org.apache.commons.modeler.ParameterInfo
 
getType() - Method in class org.apache.commons.modeler.ManagedBean
 
getType() - Method in class org.apache.commons.modeler.AttributeInfo
 
group - Variable in class org.apache.commons.modeler.ManagedBean
The (optional) group to which this MBean belongs.

H

handback - Variable in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
 

I

impact - Variable in class org.apache.commons.modeler.OperationInfo
The "impact" of this operation, which should be a (case-insensitive) string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".
info - Variable in class org.apache.commons.modeler.ParameterInfo
The MBeanParameterInfo object that corresponds to this ParameterInfo instance.
info - Variable in class org.apache.commons.modeler.OperationInfo
The ModelMBeanOperationInfo object that corresponds to this OperationInfo instance.
info - Variable in class org.apache.commons.modeler.ConstructorInfo
The ModelMBeanConstructorInfo object that corresponds to this ConstructorInfo instance.
info - Variable in class org.apache.commons.modeler.ManagedBean
The ModelMBeanInfo object that corresponds to this ManagedBean instance.
info - Variable in class org.apache.commons.modeler.NotificationInfo
The ModelMBeanNotificationInfo object that corresponds to this NotificationInfo instance.
info - Variable in class org.apache.commons.modeler.AttributeInfo
The ModelMBeanAttributeInfo object that corresponds to this AttributeInfo instance.
info - Variable in class org.apache.commons.modeler.BaseModelMBean
The ModelMBeanInfo object that controls our activity.
invoke(String, Object[], String[]) - Method in class org.apache.commons.modeler.BaseModelMBean
Invoke a particular method on this MBean, and return any returned value.
is - Variable in class org.apache.commons.modeler.AttributeInfo
Is this a boolean attribute with an "is" getter?
isIs() - Method in class org.apache.commons.modeler.AttributeInfo
 
isModelMBeanInfoValid(ModelMBeanInfo) - Method in class org.apache.commons.modeler.BaseModelMBean
Is the specified ModelMBeanInfo instance valid?
isNotificationEnabled(Notification) - Method in class org.apache.commons.modeler.BaseAttributeFilter
Is notification enabled for this event? Return true if:
isReadable() - Method in class org.apache.commons.modeler.AttributeInfo
 
isWriteable() - Method in class org.apache.commons.modeler.AttributeInfo
 

L

listener - Variable in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
 
load() - Method in class org.apache.commons.modeler.BaseModelMBean
Instantiates this MBean instance from data found in the persistent store.
loadRegistry(InputStream) - Static method in class org.apache.commons.modeler.Registry
Load the registry from the XML input found in the specified input stream.
log - Static variable in class org.apache.commons.modeler.Registry
The Log instance to which we will write our log messages.

M

ManagedBean - class org.apache.commons.modeler.ManagedBean.
Internal configuration information for a managed bean (MBean) descriptor.
ManagedBean() - Constructor for class org.apache.commons.modeler.ManagedBean
 

N

name - Variable in class org.apache.commons.modeler.FeatureInfo
The name of this feature, which must be unique among features in the same collection.
name - Variable in class org.apache.commons.modeler.ManagedBean
The name of this managed bean, which must be unique among all MBeans managed by a particular MBeans server.
names - Variable in class org.apache.commons.modeler.BaseAttributeFilter
The set of attribute names that are accepted by this filter.
NotificationInfo - class org.apache.commons.modeler.NotificationInfo.
Internal configuration information for a Notification descriptor.
NotificationInfo() - Constructor for class org.apache.commons.modeler.NotificationInfo
 
notifications - Variable in class org.apache.commons.modeler.ManagedBean
The collection of notifications for this MBean.
notifTypes - Variable in class org.apache.commons.modeler.NotificationInfo
The set of notification types for this MBean.

O

OperationInfo - class org.apache.commons.modeler.OperationInfo.
Internal configuration information for an Operation descriptor.
OperationInfo() - Constructor for class org.apache.commons.modeler.OperationInfo
Standard zero-arguments constructor.
OperationInfo(String, boolean, String) - Constructor for class org.apache.commons.modeler.OperationInfo
Special constructor for setting up getter and setter operations.
operations - Variable in class org.apache.commons.modeler.ManagedBean
The collection of operations for this MBean.
org.apache.commons.modeler - package org.apache.commons.modeler
The Modeler component of the Apache Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification.

P

ParameterInfo - class org.apache.commons.modeler.ParameterInfo.
Internal configuration information for a Parameter descriptor.
ParameterInfo() - Constructor for class org.apache.commons.modeler.ParameterInfo
Standard zero-arguments constructor.
ParameterInfo(String, String, String) - Constructor for class org.apache.commons.modeler.ParameterInfo
Special constructor for setting up parameters programatically.
parameters - Variable in class org.apache.commons.modeler.OperationInfo
The set of parameters for this operation.
parameters - Variable in class org.apache.commons.modeler.ConstructorInfo
The set of parameters for this constructor.

R

readable - Variable in class org.apache.commons.modeler.AttributeInfo
Is this attribute readable by management applications?
registry - Static variable in class org.apache.commons.modeler.Registry
The registry instance created by our factory method the first time it is called.
Registry - class org.apache.commons.modeler.Registry.
Registry for MBean descriptor information.
Registry() - Constructor for class org.apache.commons.modeler.Registry
Private constructor to require use of the factory create method.
removeAttribute(String) - Method in class org.apache.commons.modeler.BaseAttributeFilter
Remove an attribute name from the set of names accepted by this filter.
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.commons.modeler.BaseModelMBean
Remove an attribute change notification event listener from this MBean.
removeAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
Remove an attribute change notification event listener from this MBean.
removeManagedBean(ManagedBean) - Method in class org.apache.commons.modeler.Registry
Remove an existing bean from the set of beans known to this registry.
removeNotificationListener(NotificationListener) - Method in class org.apache.commons.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
resource - Variable in class org.apache.commons.modeler.BaseModelMBean
The managed resource this MBean is associated with (if any).
returnType - Variable in class org.apache.commons.modeler.OperationInfo
The fully qualified Java class name of the return type for this operation.
role - Variable in class org.apache.commons.modeler.OperationInfo
The role of this operation ("getter", "setter", "operation", or "constructor").

S

sendAttributeChangeNotification(Attribute, Attribute) - Method in class org.apache.commons.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class org.apache.commons.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendNotification(Notification) - Method in class org.apache.commons.modeler.BaseModelMBean
Send a Notification to all registered listeners as a jmx.modelmbean.general notification.
sendNotification(Notification) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Send the specified notification to all interested listeners.
sendNotification(String) - Method in class org.apache.commons.modeler.BaseModelMBean
Send a Notification which contains the specified string as a jmx.modelmbean.generic notification.
server - Static variable in class org.apache.commons.modeler.Registry
The MBeanServer instance that we will use to register management beans.
setAttribute(Attribute) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the value of a specific attribute of this MBean.
setAttributes(AttributeList) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the values of several attributes of this MBean.
setClassName(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setDescription(String) - Method in class org.apache.commons.modeler.FeatureInfo
 
setDescription(String) - Method in class org.apache.commons.modeler.ParameterInfo
Override the description property setter.
setDescription(String) - Method in class org.apache.commons.modeler.OperationInfo
Override the description property setter.
setDescription(String) - Method in class org.apache.commons.modeler.ConstructorInfo
Override the description property setter.
setDescription(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setDescription(String) - Method in class org.apache.commons.modeler.NotificationInfo
Override the description property setter.
setDescription(String) - Method in class org.apache.commons.modeler.AttributeInfo
Override the description property setter.
setDisplayName(String) - Method in class org.apache.commons.modeler.ConstructorInfo
 
setDisplayName(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setDomain(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setGetMethod(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setGroup(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setImpact(String) - Method in class org.apache.commons.modeler.OperationInfo
 
setIs(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
 
setManagedResource(Object, String) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the instance handle of the object against which we will execute all methods in this ModelMBean management interface.
setMethod - Variable in class org.apache.commons.modeler.AttributeInfo
The name of the property setter method, if non-standard.
setModelMBeanInfo(ModelMBeanInfo) - Method in class org.apache.commons.modeler.BaseModelMBean
Initialize the ModelMBeanInfo associated with this ModelMBean.
setName(String) - Method in class org.apache.commons.modeler.FeatureInfo
 
setName(String) - Method in class org.apache.commons.modeler.ParameterInfo
Override the name property setter.
setName(String) - Method in class org.apache.commons.modeler.OperationInfo
Override the name property setter.
setName(String) - Method in class org.apache.commons.modeler.ConstructorInfo
Override the name property setter.
setName(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setName(String) - Method in class org.apache.commons.modeler.NotificationInfo
Override the name property setter.
setName(String) - Method in class org.apache.commons.modeler.AttributeInfo
Override the name property setter.
setReadable(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
 
setReturnType(String) - Method in class org.apache.commons.modeler.OperationInfo
 
setRole(String) - Method in class org.apache.commons.modeler.OperationInfo
 
setServer(MBeanServer) - Static method in class org.apache.commons.modeler.Registry
Set the MBeanServer to be utilized for our registered management beans.
setSetMethod(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setType(String) - Method in class org.apache.commons.modeler.ParameterInfo
 
setType(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setType(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setWriteable(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
 
store() - Method in class org.apache.commons.modeler.BaseModelMBean
Capture the current state of this MBean instance and write it out to the persistent store.

T

toString() - Method in class org.apache.commons.modeler.ParameterInfo
Return a string representation of this parameter descriptor.
toString() - Method in class org.apache.commons.modeler.OperationInfo
Return a string representation of this operation descriptor.
toString() - Method in class org.apache.commons.modeler.ConstructorInfo
Return a string representation of this constructor descriptor.
toString() - Method in class org.apache.commons.modeler.ManagedBean
Return a string representation of this managed bean.
toString() - Method in class org.apache.commons.modeler.NotificationInfo
Return a string representation of this notification descriptor.
toString() - Method in class org.apache.commons.modeler.AttributeInfo
Return a string representation of this attribute descriptor.
type - Variable in class org.apache.commons.modeler.ParameterInfo
The fully qualified Java class name of this parameter.
type - Variable in class org.apache.commons.modeler.ManagedBean
The fully qualified name of the Java class of the resource implementation class described by the managed bean described by this descriptor.
type - Variable in class org.apache.commons.modeler.AttributeInfo
The fully qualified Java class name of this attribute.

W

writeable - Variable in class org.apache.commons.modeler.AttributeInfo
Is this attribute writeable by management applications?

A B C D E F G H I L M N O P R S T W

Copyright (c) 2001-2002 - Apache Software Foundation