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

A

addArg(Arg) - Method in class org.apache.commons.modeler.ant.MLETTask
 
addAttribute(JmxSet) - Method in class org.apache.commons.modeler.ant.MLETTask
 
addAttribute(String) - Method in class org.apache.commons.modeler.BaseAttributeFilter
Add a new attribute name to the set of names accepted by this filter.
addAttribute(AttributeInfo) - Method in class org.apache.commons.modeler.ManagedBean
Add a new attribute to the set of attributes for this MBean.
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.
addField(FieldInfo) - Method in class org.apache.commons.modeler.FeatureInfo
Add a new field to the fields associated with the Descriptor that will be created from this metadata.
addField(FieldInfo) - Method in class org.apache.commons.modeler.ManagedBean
Add a new field to the fields associated with the Descriptor that will be created from this metadata.
addFields(Descriptor) - Method in class org.apache.commons.modeler.FeatureInfo
Add the name/value fields that have been stored into the specified Descriptor instance.
addJarsFromClassPath(Vector, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
add elements from the classpath cp to a Vector jars as file URLs (We use Vector for JDK 1.1 compat).
addManagedBean(ManagedBean) - Method in class org.apache.commons.modeler.Registry
Add a new bean metadata to the set of beans known to this registry.
addMbean(MLETTask) - Method in class org.apache.commons.modeler.ant.ServiceTask
 
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.ConstructorInfo
Add a new parameter to the set of parameters for this constructor.
addParameter(ParameterInfo) - Method in class org.apache.commons.modeler.OperationInfo
Add a new parameter to the set of arguments for this operation.
addText(String) - Method in class org.apache.commons.modeler.ant.Arg
 
addText(String) - Method in class org.apache.commons.modeler.ant.JmxSet
 
addToClassPath(Vector, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Add all the jar files in a dir to the classpath, represented as a Vector of URLs.
addToolsJar(Vector) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
Arg - Class in org.apache.commons.modeler.ant
 
Arg() - Constructor for class org.apache.commons.modeler.ant.Arg
 
attributeBroadcaster - Variable in class org.apache.commons.modeler.BaseModelMBean
Notification broadcaster for attribute changes.
AttributeInfo - Class in org.apache.commons.modeler
Internal configuration information for an Attribute descriptor.
AttributeInfo() - Constructor for class org.apache.commons.modeler.AttributeInfo
 
attributes - Variable in class org.apache.commons.modeler.BaseModelMBean
Attribute values.
attributes - Variable in class org.apache.commons.modeler.ManagedBean
 

B

BaseAttributeFilter - Class in org.apache.commons.modeler
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 in org.apache.commons.modeler
Basic implementation of the ModelMBean interface, which supports the minimal requirements of the interface contract.
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.
BaseModelMBean(String) - Constructor for class org.apache.commons.modeler.BaseModelMBean
Construct a ModelMBean of a specified type.
BaseModelMBean(String, ModelerSource) - Constructor for class org.apache.commons.modeler.BaseModelMBean
 
BaseNotification - Class in org.apache.commons.modeler
Base JMX Notification.
BaseNotificationBroadcaster - Class in org.apache.commons.modeler
Implementation of NotificationBroadcaster for attribute change notifications.
BaseNotificationBroadcaster() - Constructor for class org.apache.commons.modeler.BaseNotificationBroadcaster
 
bindJmx(String, String, String, List) - Method in class org.apache.commons.modeler.ant.MLETTask
 

C

callMain(Class, String[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
callMethod0(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
callMethodN(Object, String, Object[], Class[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
capitalize(String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Reverse of Introspector.decapitalize
className - Variable in class org.apache.commons.modeler.ManagedBean
 
classPathAdd(URL[], String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Adds classpath entries from a vector of URL's to the "tc_path_add" System property.
clear() - Method in class org.apache.commons.modeler.BaseAttributeFilter
Clear all accepted names from this filter, so that it will accept all attribute names.
clear() - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
componentContext - Variable in class org.apache.commons.modeler.JndiJmx
 
configContext - Variable in class org.apache.commons.modeler.JndiJmx
 
ConstructorInfo - Class in org.apache.commons.modeler
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
 
convertValue(String, String) - Method in class org.apache.commons.modeler.Registry
EXPERIMENTAL Convert a string to object, based on type.
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.
createManagedBean(Registry, String, Object, String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
createManagedBean(Registry, String, Class, String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
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.
createResource() - Method in class org.apache.commons.modeler.BaseModelMBean
Set the type of the mbean.

D

defaultStringValue - Variable in class org.apache.commons.modeler.AttributeInfo
 
description - Variable in class org.apache.commons.modeler.FeatureInfo
 
description - Variable in class org.apache.commons.modeler.ManagedBean
 
descriptorContext - Variable in class org.apache.commons.modeler.JndiJmx
 
destroy() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
destroy() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
displayClassPath(String, URL[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Debug method, display the classpath
displayName - Variable in class org.apache.commons.modeler.AttributeInfo
 
displayName - Variable in class org.apache.commons.modeler.ConstructorInfo
 
domain - Variable in class org.apache.commons.modeler.ManagedBean
 
DomUtil - Class in org.apache.commons.modeler.util
Few simple utils to read DOM
DomUtil() - Constructor for class org.apache.commons.modeler.util.DomUtil
 
DomUtil.NullResolver - Class in org.apache.commons.modeler.util
 
DomUtil.NullResolver() - Constructor for class org.apache.commons.modeler.util.DomUtil.NullResolver
 
dumpStatus() - Method in class org.apache.commons.modeler.JndiJmx
 

E

entries - Variable in class org.apache.commons.modeler.BaseNotificationBroadcaster
The set of registered BaseNotificationBroadcasterEntry entries.
execute() - Method in class org.apache.commons.modeler.ant.JmxInvoke
 
execute() - Method in class org.apache.commons.modeler.ant.JmxSet
 
execute() - Method in class org.apache.commons.modeler.ant.MLETTask
 
execute() - Method in class org.apache.commons.modeler.ant.ModelerTask
 
execute() - Method in class org.apache.commons.modeler.ant.RegistryTask
 
execute() - Method in class org.apache.commons.modeler.ant.ServiceTask
 
execute() - Method in class org.apache.commons.modeler.Main
 
execute() - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
 
execute() - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
 
execute() - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
 
execute() - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
 
execute() - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
 
execute() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
execute(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Execute a no-param method.

F

FeatureInfo - Class in org.apache.commons.modeler
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
 
FieldInfo - Class in org.apache.commons.modeler
Simple JavaBean representing the contents of a <field> element in an MBeans descriptor file.
FieldInfo() - Constructor for class org.apache.commons.modeler.FieldInfo
 
fields - Variable in class org.apache.commons.modeler.FeatureInfo
 
fields - Variable in class org.apache.commons.modeler.ManagedBean
 
findBooleanSetters(Class) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
findChildWithAtt(Node, String, String, String) - Static method in class org.apache.commons.modeler.util.DomUtil
Find the first direct child with a given attribute.
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.
findManagedBean(Object, Class, String) - Method in class org.apache.commons.modeler.Registry
Find or load metadata.
findManagedBean(Class, String) - Method in class org.apache.commons.modeler.Registry
 
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.
findMethod(Class, String, Class[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
findMethods(Class) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
findVoidSetters(Class) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
FixedNotificationFilter - Class in org.apache.commons.modeler
Special NotificationFilter that allows modeler to optimize its notifications.
FixedNotificationFilter(String[]) - Constructor for class org.apache.commons.modeler.FixedNotificationFilter
Construct a new filter that accepts only the specified notification names.

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.
getAttribute(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
 
getAttribute(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Call void getAttribute( String )
getAttributes(String[]) - Method in class org.apache.commons.modeler.BaseModelMBean
Obtain and return the values of several attributes of this MBean.
getAttributes() - Method in class org.apache.commons.modeler.ManagedBean
The collection of attributes for this MBean.
getChild(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
Get the first element child.
getChild(Node, int) - Static method in class org.apache.commons.modeler.util.DomUtil
Get the first direct child with a given type
getChildContent(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
Get the first child's content ( ie it's included TEXT node ).
getClassName() - Method in class org.apache.commons.modeler.BaseModelMBean
 
getClassName() - Method in class org.apache.commons.modeler.ManagedBean
The fully qualified name of the Java class of the MBean described by this descriptor.
getClassPath(Vector) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
getClassPath(String, String, String, boolean) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Construct a URL classpath from files in a directory, a cpath property, and tools.jar.
getCode() - Method in class org.apache.commons.modeler.BaseNotification
Action id, useable in switches and table indexes
getConstructors() - Method in class org.apache.commons.modeler.ManagedBean
The collection of constructors for this MBean.
getContent(Node) - Static method in class org.apache.commons.modeler.util.DomUtil
Get the trimed text content of a node or null if there is no text
getDefault() - Method in class org.apache.commons.modeler.AttributeInfo
Default value.
getDescription() - Method in class org.apache.commons.modeler.FeatureInfo
The human-readable description of this feature.
getDescription() - Method in class org.apache.commons.modeler.ManagedBean
The human-readable description of this MBean.
getDisplayName() - Method in class org.apache.commons.modeler.AttributeInfo
The display name of this attribute.
getDisplayName() - Method in class org.apache.commons.modeler.ConstructorInfo
The display name of this attribute.
getDomain() - Method in class org.apache.commons.modeler.ManagedBean
The (optional) ObjectName domain in which this MBean should be registered in the MBeanServer.
getDomain() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getFields() - Method in class org.apache.commons.modeler.FeatureInfo
The field information for this feature.
getFields() - Method in class org.apache.commons.modeler.ManagedBean
Return a List of the FieldInfo objects for the name/value pairs that should be added to the Descriptor created from this metadata.
getFilesByExt(String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Return all files with a given extension in a dir
getFilter() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getGetMethod() - Method in class org.apache.commons.modeler.AttributeInfo
The name of the property getter method, if non-standard.
getGetMethodObj() - Method in class org.apache.commons.modeler.AttributeInfo
 
getGroup() - Method in class org.apache.commons.modeler.ManagedBean
The (optional) group to which this MBean belongs.
getId(String, String) - Method in class org.apache.commons.modeler.Registry
Return an int ID for faster access.
getId(String, String) - Method in interface org.apache.commons.modeler.RegistryMBean
Return an int ID for faster access.
getImpact() - Method 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".
getInputStream() - Method in class org.apache.commons.modeler.modules.ModelerSource
 
getJmxName() - Method in class org.apache.commons.modeler.BaseModelMBean
 
getLocation() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
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.
getMbeans() - Method in class org.apache.commons.modeler.ant.ServiceTask
 
getMBeans() - Method in class org.apache.commons.modeler.modules.MbeansSource
Return the list of mbeans created by this source.
getMBeans() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
Return the list of loaded mbeans names
getMBeanServer() - Method in class org.apache.commons.modeler.ant.MLETTask
 
getMBeanServer() - Method in class org.apache.commons.modeler.Registry
Factory method to create (if necessary) and return our MBeanServer instance.
getMethod - Variable in class org.apache.commons.modeler.AttributeInfo
 
getMethodInfo(ObjectName, String) - Method in class org.apache.commons.modeler.Registry
Find the operation info for a method
getMethodObj - Variable in class org.apache.commons.modeler.AttributeInfo
 
getModelerType() - Method in class org.apache.commons.modeler.BaseModelMBean
 
getName() - Method in class org.apache.commons.modeler.ant.JmxSet
 
getName() - Method in class org.apache.commons.modeler.FeatureInfo
The name of this feature, which must be unique among features in the same collection.
getName() - Method in class org.apache.commons.modeler.FieldInfo
 
getName() - Method 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.
getNames() - Method in class org.apache.commons.modeler.BaseAttributeFilter
Return the set of names that are accepted by this filter.
getNames() - Method in class org.apache.commons.modeler.FixedNotificationFilter
Return the set of names that are accepted by this filter.
getNext(Node) - Static method in class org.apache.commons.modeler.util.DomUtil
Get the next sibling with the same name and type
getNext(Node, String, int) - Static method in class org.apache.commons.modeler.util.DomUtil
Return the next sibling with a given name and type
getNote(int) - Method in class org.apache.commons.modeler.BaseNotification
 
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
The collection of notifications for this MBean.
getNotifTypes() - Method in class org.apache.commons.modeler.NotificationInfo
The set of notification types for this MBean.
getObjectName() - Method in class org.apache.commons.modeler.ant.MLETTask
 
getObjectName() - Method in class org.apache.commons.modeler.BaseModelMBean
 
getOperations() - Method in class org.apache.commons.modeler.ManagedBean
The collection of operations for this MBean.
getPass() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getPersist() - Method in class org.apache.commons.modeler.AttributeInfo
Persistence policy.
getProperty(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.apache.commons.modeler.util.IntrospectionUtils.PropertySource
 
getRegistry() - Method in class org.apache.commons.modeler.BaseModelMBean
 
getRegistry(Object, Object) - Static method in class org.apache.commons.modeler.Registry
Factory method to create (if necessary) and return our Registry instance.
getRegistry() - Static method in class org.apache.commons.modeler.Registry
Deprecated. Not enough info - use the method that takes CL and domain
getReturnType() - Method in class org.apache.commons.modeler.OperationInfo
The fully qualified Java class name of the return type for this operation.
getRole() - Method in class org.apache.commons.modeler.OperationInfo
The role of this operation ("getter", "setter", "operation", or "constructor").
getServer() - Static method in class org.apache.commons.modeler.Registry
Deprecated. Use the instance method
getSetMethod() - Method in class org.apache.commons.modeler.AttributeInfo
The name of the property setter method, if non-standard.
getSetMethodObj() - Method in class org.apache.commons.modeler.AttributeInfo
 
getSignature() - Method in class org.apache.commons.modeler.ConstructorInfo
The set of parameters for this constructor.
getSignature() - Method in class org.apache.commons.modeler.OperationInfo
The set of parameters for this operation.
getSource() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
getSource() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
 
getStatusPath() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getStream(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
connect to apache using http, get a list of mbeans.
getType() - Method in class org.apache.commons.modeler.ant.Arg
 
getType() - Method in class org.apache.commons.modeler.AttributeInfo
The fully qualified Java class name of this attribute.
getType() - Method 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.
getType() - Method in class org.apache.commons.modeler.ParameterInfo
The fully qualified Java class name of this parameter.
getType(ObjectName, String) - Method in class org.apache.commons.modeler.Registry
Get the type of an attribute of the object, from the metadata.
getUpdateInterval() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getURL(String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Construct a file url from a file, using a base dir
getURLClassLoader(URL[], ClassLoader) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Construct a URLClassLoader.
getUser() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getValue() - Method in class org.apache.commons.modeler.ant.Arg
 
getValue() - Method in class org.apache.commons.modeler.FieldInfo
 
getWebServerHost() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
getWebServerPort() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
group - Variable in class org.apache.commons.modeler.ManagedBean
 
guessInstall(String, String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
guessInstall(String, String, String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Guess a product install/home by analyzing the class path.

H

handleNotification(Notification, Object) - Method in class org.apache.commons.modeler.JndiJmx
 
hasHook(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Test if the object implements a particular method

I

impact - Variable in class org.apache.commons.modeler.OperationInfo
 
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.
init(String, Object, long, long, int) - Method in class org.apache.commons.modeler.BaseNotification
 
init() - Method in class org.apache.commons.modeler.JndiJmx
 
init() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
init() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
init() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
Call the init method on all mbeans.
initModelInfo(String) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the type of the mbean.
IntrospectionUtils - Class in org.apache.commons.modeler.util
Utils for introspection and reflection Source: jakarta-tomcat-connector/util
IntrospectionUtils() - Constructor for class org.apache.commons.modeler.util.IntrospectionUtils
 
IntrospectionUtils.AttributeHolder - Interface in org.apache.commons.modeler.util
 
IntrospectionUtils.PropertySource - Interface in org.apache.commons.modeler.util
 
invoke(String, Object[], String[]) - Method in class org.apache.commons.modeler.BaseModelMBean
Invoke a particular method on this MBean, and return any returned value.
invoke(Object, String, Object[], String[]) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
invoke(List, String, boolean) - Method in class org.apache.commons.modeler.Registry
Invoke a operation on a list of mbeans.
invoke(List, String, boolean) - Method in interface org.apache.commons.modeler.RegistryMBean
Invoke an operation on a set of mbeans.
is - Variable in class org.apache.commons.modeler.AttributeInfo
 
isBeanCompatible(Class) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
Check if this class conforms to JavaBeans specifications.
isIs() - Method in class org.apache.commons.modeler.AttributeInfo
Is this a boolean attribute with an "is" getter?
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
Test whether notification enabled for this event.
isNotificationEnabled(Notification) - Method in class org.apache.commons.modeler.FixedNotificationFilter
Test whether notification enabled for this event.
isReadable() - Method in class org.apache.commons.modeler.AttributeInfo
Is this attribute readable by management applications?
isWriteable() - Method in class org.apache.commons.modeler.AttributeInfo
Is this attribute writeable by management applications?

J

JmxInvoke - Class in org.apache.commons.modeler.ant
Set mbean properties.
JmxInvoke() - Constructor for class org.apache.commons.modeler.ant.JmxInvoke
 
JmxSet - Class in org.apache.commons.modeler.ant
Set mbean properties.
JmxSet() - Constructor for class org.apache.commons.modeler.ant.JmxSet
 
JndiJmx - Class in org.apache.commons.modeler
Link between JNDI and JMX.
JndiJmx() - Constructor for class org.apache.commons.modeler.JndiJmx
Protected constructor to require use of the factory create method.

L

load() - Method in class org.apache.commons.modeler.BaseModelMBean
Instantiates this MBean instance from data found in the persistent store.
load() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
load() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
Load the mbeans from the source.
load(String, Object, String) - Method in class org.apache.commons.modeler.Registry
Deprecated. bad interface, mixing of metadata and mbeans
loadCachedDescriptors(Object) - Method in class org.apache.commons.modeler.Registry
Deprecated. Loaded automatically or using a File or Url ending in .ser
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansSource
 
loadDescriptors(Registry, String, String, Object) - Method in class org.apache.commons.modeler.modules.ModelerSource
Load data, returns a list of items.
loadDescriptors(String, ClassLoader) - Method in class org.apache.commons.modeler.Registry
Lookup the component descriptor in the package and in the parent packages.
loadDescriptors(String, Object, String) - Method in class org.apache.commons.modeler.Registry
Deprecated.  
loadDescriptors(Object) - Method in class org.apache.commons.modeler.Registry
Load the registry from the XML input found in the specified input stream.
loadMBeans(Object, ClassLoader) - Method in class org.apache.commons.modeler.Registry
Load an extended mlet file.
loadMBeans(Object) - Method in class org.apache.commons.modeler.Registry
 
loadMBeans(Object, ClassLoader) - Method in interface org.apache.commons.modeler.RegistryMBean
Load an extended mlet file.
loadMetadata(Object) - Method in class org.apache.commons.modeler.Registry
Load descriptors.
loadMetadata(Object) - Method in interface org.apache.commons.modeler.RegistryMBean
Load descriptors.
loadRegistry(InputStream) - Static method in class org.apache.commons.modeler.Registry
Deprecated. use normal class method instead
location - Variable in class org.apache.commons.modeler.modules.ModelerSource
 

M

Main - Class in org.apache.commons.modeler
Small main that loads mbeans.
Main() - Constructor for class org.apache.commons.modeler.Main
 
main(String[]) - Static method in class org.apache.commons.modeler.Main
 
ManagedBean - Class in org.apache.commons.modeler
Internal configuration information for a managed bean (MBean) descriptor.
ManagedBean() - Constructor for class org.apache.commons.modeler.ManagedBean
Constructor.
MbeansDescriptorsDigesterSource - Class in org.apache.commons.modeler.modules
 
MbeansDescriptorsDigesterSource() - Constructor for class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
 
MbeansDescriptorsDOMSource - Class in org.apache.commons.modeler.modules
 
MbeansDescriptorsDOMSource() - Constructor for class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
 
MbeansDescriptorsDynamicMBeanSource - Class in org.apache.commons.modeler.modules
Extract metadata from a dynamic mbean.
MbeansDescriptorsDynamicMBeanSource() - Constructor for class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
 
MbeansDescriptorsIntrospectionSource - Class in org.apache.commons.modeler.modules
 
MbeansDescriptorsIntrospectionSource() - Constructor for class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
 
MbeansDescriptorsSerSource - Class in org.apache.commons.modeler.modules
 
MbeansDescriptorsSerSource() - Constructor for class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
 
MbeansSource - Class in org.apache.commons.modeler.modules
This will create mbeans based on a config file.
MbeansSource() - Constructor for class org.apache.commons.modeler.modules.MbeansSource
 
MbeansSourceMBean - Interface in org.apache.commons.modeler.modules
This mbean will load an extended mlet file ( similar in syntax with jboss ).
MLETTask - Class in org.apache.commons.modeler.ant
Load an MBean.
MLETTask() - Constructor for class org.apache.commons.modeler.ant.MLETTask
 
MODELER_MANIFEST - Static variable in class org.apache.commons.modeler.Registry
Experimental support for manifest-based discovery.
ModelerSource - Class in org.apache.commons.modeler.modules
Source for descriptor data.
ModelerSource() - Constructor for class org.apache.commons.modeler.modules.ModelerSource
 
ModelerTask - Class in org.apache.commons.modeler.ant
Like MLETTask, but it wraps the bean in a BaseModelMBean.
ModelerTask() - Constructor for class org.apache.commons.modeler.ant.ModelerTask
 

N

name - Variable in class org.apache.commons.modeler.FeatureInfo
 
name - Variable in class org.apache.commons.modeler.FieldInfo
The field name for this field of a descriptor.
name - Variable in class org.apache.commons.modeler.ManagedBean
 
NotificationInfo - Class in org.apache.commons.modeler
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
 
notifTypes - Variable in class org.apache.commons.modeler.NotificationInfo
 

O

oname - Variable in class org.apache.commons.modeler.BaseModelMBean
 
OperationInfo - Class in org.apache.commons.modeler
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
 
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.
org.apache.commons.modeler.ant - package org.apache.commons.modeler.ant
Ant Tasks for Commons Modeler Integration.
org.apache.commons.modeler.mbeans - package org.apache.commons.modeler.mbeans
 
org.apache.commons.modeler.modules - package org.apache.commons.modeler.modules
Implementation classes - should not be used directly.
org.apache.commons.modeler.util - package org.apache.commons.modeler.util
 

P

ParameterInfo - Class in org.apache.commons.modeler
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.ConstructorInfo
 
parameters - Variable in class org.apache.commons.modeler.OperationInfo
 
PATH_SEPARATOR - Static variable in class org.apache.commons.modeler.util.IntrospectionUtils
 
persist - Variable in class org.apache.commons.modeler.AttributeInfo
 
postDeregister() - Method in class org.apache.commons.modeler.BaseModelMBean
 
postDeregister() - Method in class org.apache.commons.modeler.Registry
 
postRegister(Boolean) - Method in class org.apache.commons.modeler.BaseModelMBean
 
postRegister(Boolean) - Method in class org.apache.commons.modeler.Registry
 
preDeregister() - Method in class org.apache.commons.modeler.BaseModelMBean
 
preDeregister() - Method in class org.apache.commons.modeler.Registry
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.commons.modeler.BaseModelMBean
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.commons.modeler.Registry
 
processArgs(Object, String[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
processArgs(Object, String[], String[], String[], Hashtable) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 

R

readable - Variable in class org.apache.commons.modeler.AttributeInfo
 
readXml(InputStream) - Static method in class org.apache.commons.modeler.util.DomUtil
Read XML as DOM.
recycle() - Method in class org.apache.commons.modeler.BaseNotification
 
refresh() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
Refresh the proxies, if updateInterval passed
refreshAttributes() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
refreshMetadata() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
registerComponent(Object, String, String) - Method in class org.apache.commons.modeler.Registry
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerComponent(Object, ObjectName, String) - Method in class org.apache.commons.modeler.Registry
Register a component XXX make it private
registerComponent(Object, String, String, String) - Method in class org.apache.commons.modeler.Registry
Deprecated. - may still be used in code using pre-1.1 builds
registerComponent(Object, String, String) - Method in interface org.apache.commons.modeler.RegistryMBean
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registry - Variable in class org.apache.commons.modeler.BaseModelMBean
Registry we are associated with
Registry - Class in org.apache.commons.modeler
Registry for modeler MBeans.
Registry() - Constructor for class org.apache.commons.modeler.Registry
 
RegistryMBean - Interface in org.apache.commons.modeler
Interface for modeler MBeans.
RegistryTask - Class in org.apache.commons.modeler.ant
Load descriptors into registry.
RegistryTask() - Constructor for class org.apache.commons.modeler.ant.RegistryTask
 
removeAttribute(String) - Method in class org.apache.commons.modeler.BaseAttributeFilter
Remove an attribute name from the set of names accepted by this filter.
removeAttribute(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
 
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, 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.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, Object) - 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.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
replaceProperties(String, Object) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Deprecated. Use the explicit method
replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Replace ${NAME} with the property value
replay() - Method in class org.apache.commons.modeler.JndiJmx
 
resetMetadata() - Method in class org.apache.commons.modeler.Registry
 
resolveEntity(String, String) - Method in class org.apache.commons.modeler.util.DomUtil.NullResolver
 
resource - Variable in class org.apache.commons.modeler.BaseModelMBean
The managed resource this MBean is associated with (if any).
resourceType - Variable in class org.apache.commons.modeler.BaseModelMBean
 
returnType - Variable in class org.apache.commons.modeler.OperationInfo
 
role - Variable in class org.apache.commons.modeler.OperationInfo
 

S

save() - Method in class org.apache.commons.modeler.modules.MbeansSource
Store the mbeans.
save() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
Save the file.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class org.apache.commons.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
sendAttributeChangeNotification(Attribute, Attribute) - 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(String) - Method in class org.apache.commons.modeler.BaseModelMBean
Send a Notification which contains the specified string as a jmx.modelmbean.generic notification.
sendNotification(Notification) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
Send the specified notification to all interested listeners.
ServiceTask - Class in org.apache.commons.modeler.ant
Group a set of mbeans in a service, and perform actions on it.
ServiceTask() - Constructor for class org.apache.commons.modeler.ant.ServiceTask
 
setAction(String) - Method in class org.apache.commons.modeler.ant.ServiceTask
Set action to be executed on the mbean collection.
setArchive(String) - Method in class org.apache.commons.modeler.ant.MLETTask
 
setAttribute(String) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setAttribute(Attribute) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the value of a specific attribute of this MBean.
setAttribute(ObjectName, Attribute) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setAttribute(Node, String, String) - Static method in class org.apache.commons.modeler.util.DomUtil
 
setAttribute(String, Object) - Method in interface org.apache.commons.modeler.util.IntrospectionUtils.AttributeHolder
 
setAttribute(Object, String, Object) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Call void setAttribute( String ,Object )
setAttributes(AttributeList) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the values of several attributes of this MBean.
setAttributes(Object, Node) - Static method in class org.apache.commons.modeler.util.DomUtil
 
setClassName(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setCode(String) - Method in class org.apache.commons.modeler.ant.MLETTask
 
setCodebase(String) - Method in class org.apache.commons.modeler.ant.MLETTask
 
setComponentContext(Context) - Method in class org.apache.commons.modeler.JndiJmx
If a JNDI context is set, all components will be registered in the context.
setConfigContext(Context) - Method in class org.apache.commons.modeler.JndiJmx
JNDI context where attributes will be stored for persistence
setDefault(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setDescription(String) - Method in class org.apache.commons.modeler.AttributeInfo
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.FeatureInfo
 
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.OperationInfo
Override the description property setter.
setDescription(String) - Method in class org.apache.commons.modeler.ParameterInfo
Override the description property setter.
setDescriptorContext(Context) - Method in class org.apache.commons.modeler.JndiJmx
JNDI context for component descriptors ( metadata ).
setDisplayName(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setDisplayName(String) - Method in class org.apache.commons.modeler.ConstructorInfo
 
setDomain(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setDomain(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setF(String) - Method in class org.apache.commons.modeler.Main
 
setFile(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
 
setFile(String) - Method in class org.apache.commons.modeler.Main
 
setFilter(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setGetMethod(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setGetMethodObj(Method) - Method in class org.apache.commons.modeler.AttributeInfo
 
setGroup(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setGuard(Object) - Method in class org.apache.commons.modeler.Registry
Set a guard object that will prevent access to this registry by unauthorized components
setImpact(String) - Method in class org.apache.commons.modeler.OperationInfo
 
setIs(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
 
setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
 
setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
 
setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
 
setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
 
setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansSource
 
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.
setMBeanServer(MBeanServer) - Method in class org.apache.commons.modeler.Registry
Set the MBeanServer to be utilized for our registered management beans.
setMethod - Variable in class org.apache.commons.modeler.AttributeInfo
 
setMethodObj - Variable in class org.apache.commons.modeler.AttributeInfo
 
setModeledType(String) - Method in class org.apache.commons.modeler.BaseModelMBean
Set the type of the mbean.
setModeler(boolean) - Method in class org.apache.commons.modeler.ant.MLETTask
 
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.ant.JmxSet
 
setName(String) - Method in class org.apache.commons.modeler.ant.MLETTask
 
setName(String) - Method in class org.apache.commons.modeler.AttributeInfo
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.FeatureInfo
 
setName(String) - Method in class org.apache.commons.modeler.FieldInfo
 
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.OperationInfo
Override the name property setter.
setName(String) - Method in class org.apache.commons.modeler.ParameterInfo
Override the name property setter.
setNote(int, Object) - Method in class org.apache.commons.modeler.BaseNotification
 
setObjectName(String) - Method in class org.apache.commons.modeler.ant.JmxInvoke
 
setObjectName(String) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setObjectName(ObjectName) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setObjValue(Object) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setOperation(String) - Method in class org.apache.commons.modeler.ant.JmxInvoke
 
setOut(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
 
setPass(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setPersist(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setProperty(Object, String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
setReadable(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
 
setRefId(String) - Method in class org.apache.commons.modeler.ant.ServiceTask
Perform the action on a previously declared service
setRegistry(Registry) - Method in class org.apache.commons.modeler.BaseModelMBean
 
setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
 
setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
 
setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
 
setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
 
setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansSource
 
setResource(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
 
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
Deprecated. Use the instance method
setSetMethod(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setSetMethodObj(Method) - Method in class org.apache.commons.modeler.AttributeInfo
 
setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
 
setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
 
setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
 
setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
 
setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
 
setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansSource
 
setSource(Object) - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
Set the source to be used to load the mbeans
setStatusPath(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setText(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
Set or replace the text value
setType(String) - Method in class org.apache.commons.modeler.ant.Arg
 
setType(String) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setType(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
Set the resource type that will be loaded
setType(String) - Method in class org.apache.commons.modeler.AttributeInfo
 
setType(String) - Method in class org.apache.commons.modeler.ManagedBean
 
setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
Used if a single component is loaded
setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
Used if a single component is loaded
setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
Used if a single component is loaded
setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
Used if a single component is loaded
setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
Used if a single component is loaded
setType(String) - Method in class org.apache.commons.modeler.modules.MbeansSource
Used if a single component is loaded
setType(String) - Method in class org.apache.commons.modeler.ParameterInfo
 
setUpdateInterval(long) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setUseContextClassLoader(boolean) - Static method in class org.apache.commons.modeler.Registry
Allow containers to isolate apps.
setUser(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setValue(String) - Method in class org.apache.commons.modeler.ant.Arg
 
setValue(String) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setValue(Object) - Method in class org.apache.commons.modeler.FieldInfo
 
setValueRef(String) - Method in class org.apache.commons.modeler.ant.JmxSet
 
setWebServerHost(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setWebServerPort(int) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
setWriteable(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
 
SimpleRemoteConnector - Class in org.apache.commons.modeler.mbeans
Based on jk2 proxy.
SimpleRemoteConnector() - Constructor for class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
source - Variable in class org.apache.commons.modeler.BaseModelMBean
Source object used to read this mbean.
source - Variable in class org.apache.commons.modeler.modules.ModelerSource
 
start() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
 
start() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
stop() - Method in class org.apache.commons.modeler.modules.MbeansSource
 
stop() - Method in class org.apache.commons.modeler.Registry
Lifecycle method - clean up the registry metadata.
stop() - Method in interface org.apache.commons.modeler.RegistryMBean
Reset all metadata cached by this registry.
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.
store() - Method in class org.apache.commons.modeler.modules.ModelerSource
 

T

toString() - Method in class org.apache.commons.modeler.AttributeInfo
Return a string representation of this attribute descriptor.
toString() - Method in class org.apache.commons.modeler.BaseModelMBean
 
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.OperationInfo
Return a string representation of this operation descriptor.
toString() - Method in class org.apache.commons.modeler.ParameterInfo
Return a string representation of this parameter descriptor.
type - Variable in class org.apache.commons.modeler.AttributeInfo
 
type - Variable in class org.apache.commons.modeler.ManagedBean
 
type - Variable in class org.apache.commons.modeler.ParameterInfo
 

U

unCapitalize(String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
 
unregisterComponent(String) - Method in class org.apache.commons.modeler.Registry
Unregister a component.
unregisterComponent(ObjectName) - Method in class org.apache.commons.modeler.Registry
Unregister a component.
unregisterComponent(String, String) - Method in class org.apache.commons.modeler.Registry
 
unregisterComponent(String) - Method in interface org.apache.commons.modeler.RegistryMBean
Unregister a component.
unregisterRegistry(ClassLoader) - Method in class org.apache.commons.modeler.Registry
Called by a registry or by the container to unload a loader
updateField(ObjectName, String, Object) - Method in class org.apache.commons.modeler.modules.MbeansSource
 
updateField(ObjectName, String, Object) - Method in class org.apache.commons.modeler.modules.ModelerSource
Callback from the BaseMBean to notify that an attribute has changed.

V

value - Variable in class org.apache.commons.modeler.FieldInfo
The field value for this field of a descriptor.

W

writeable - Variable in class org.apache.commons.modeler.AttributeInfo
 
writeXml(Node, OutputStream) - Static method in class org.apache.commons.modeler.util.DomUtil
 

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

Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.