Alphabetical Index

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

A

action - field in class org.apache.commons.modeler.ant.ServiceTask
addArg(org.apache.commons.modeler.ant.Arg) - method in class org.apache.commons.modeler.ant.MLETTask
addAttribute(org.apache.commons.modeler.ant.JmxSet) - method in class org.apache.commons.modeler.ant.MLETTask
addAttribute(org.apache.commons.modeler.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.
Add an attribute change notification event listener to this MBean.
addConstructor(org.apache.commons.modeler.ConstructorInfo) - method in class org.apache.commons.modeler.ManagedBean
Add a new constructor to the set of constructors for this MBean.
addField(org.apache.commons.modeler.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(org.apache.commons.modeler.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(org.apache.commons.modeler.ManagedBean) - method in class org.apache.commons.modeler.Registry
Add a new bean metadata to the set of beans known to this registry.
addMbean(org.apache.commons.modeler.ant.MLETTask) - method in class org.apache.commons.modeler.ant.ServiceTask
Add a new notification to the set of notifications for this MBean.
Add a notification event listener to this MBean.
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(org.apache.commons.modeler.OperationInfo) - method in class org.apache.commons.modeler.ManagedBean
Add a new operation to the set of operations for this MBean.
addParameter(org.apache.commons.modeler.ParameterInfo) - method in class org.apache.commons.modeler.ConstructorInfo
Add a new parameter to the set of parameters for this constructor.
addParameter(org.apache.commons.modeler.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
archive - field in class org.apache.commons.modeler.ant.MLETTask
Arg - class org.apache.commons.modeler.ant.Arg
args - field in class org.apache.commons.modeler.ant.JmxInvoke
args - field in class org.apache.commons.modeler.ant.MLETTask
attribute - field in class org.apache.commons.modeler.ant.JmxSet
attributeBroadcaster - field 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.
attributes - field in class org.apache.commons.modeler.BaseModelMBean
Attribute values.
attributes - field in class org.apache.commons.modeler.JndiJmx
attributes - field in class org.apache.commons.modeler.ManagedBean
attributes - field in class org.apache.commons.modeler.ant.MLETTask
atts - field in class org.apache.commons.modeler.mbeans.MBeanProxy

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.
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.
BaseNotification - class org.apache.commons.modeler.BaseNotification
Base JMX Notification.
BaseNotification(String,Object,long,long,int) - constructor for class org.apache.commons.modeler.BaseNotification
Private constructor.
BaseNotificationBroadcaster - class org.apache.commons.modeler.BaseNotificationBroadcaster
Implementation of NotificationBroadcaster for attribute change notifications.
Utility class representing a particular registered listener entry.
bindJmx(String,String,String,List) - method in class org.apache.commons.modeler.ant.MLETTask

C

callMain(Class,args[]) - 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,params[],typeParams[]) - 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 - field in class org.apache.commons.modeler.ManagedBean
classPathAdd(urls[],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
code - field in class org.apache.commons.modeler.BaseNotification
code - field in class org.apache.commons.modeler.ant.MLETTask
codebase - field in class org.apache.commons.modeler.ant.MLETTask
componentContext - field in class org.apache.commons.modeler.JndiJmx
configContext - field in class org.apache.commons.modeler.JndiJmx
ConstructorInfo - class org.apache.commons.modeler.ConstructorInfo
Internal configuration information for a Constructor descriptor.
constructors - field 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.
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
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

d(String) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
dbg - static field in class org.apache.commons.modeler.util.IntrospectionUtils
defaultStringValue - field in class org.apache.commons.modeler.AttributeInfo
description - field in class org.apache.commons.modeler.FeatureInfo
description - field in class org.apache.commons.modeler.ManagedBean
descriptorContext - field in class org.apache.commons.modeler.JndiJmx
descriptors - field in class org.apache.commons.modeler.Registry
The set of ManagedBean instances for the beans this registry knows about, keyed by name.
descriptorsByClass - field in class org.apache.commons.modeler.Registry
List of managed byeans, keyed by class name
destroy() - method in class org.apache.commons.modeler.modules.MbeansSource
destroy() - method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
displayClassPath(String,URL[]) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
Debug method, display the classpath
displayName - field in class org.apache.commons.modeler.AttributeInfo
displayName - field in class org.apache.commons.modeler.ConstructorInfo
document - field in class org.apache.commons.modeler.modules.MbeansSource
domain - field in class org.apache.commons.modeler.ManagedBean
domain - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
DomUtil - class org.apache.commons.modeler.util.DomUtil
Few simple utils to read DOM
dumpStatus() - method in class org.apache.commons.modeler.JndiJmx

E

emptyArray - static field in class org.apache.commons.modeler.util.IntrospectionUtils
entries - field 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.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() - 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(Object,String) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
Execute a no-param method.

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.
FieldInfo - class org.apache.commons.modeler.FieldInfo
Simple JavaBean representing the contents of a <field> element in an MBeans descriptor file.
fields - field in class org.apache.commons.modeler.FeatureInfo
fields - field in class org.apache.commons.modeler.ManagedBean
file - field in class org.apache.commons.modeler.Main
file - field in class org.apache.commons.modeler.ant.RegistryTask
filter - field in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
filter - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
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.
findDescriptor(Class,String) - method in class org.apache.commons.modeler.Registry
Lookup the component descriptor in the package and in the parent packages.
findManagedBean(Class,String) - method in class org.apache.commons.modeler.Registry
findManagedBean(Object,Class,String) - method in class org.apache.commons.modeler.Registry
Find or load metadata.
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.
findMethod(Class,String,params[]) - 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 org.apache.commons.modeler.FixedNotificationFilter
Special NotificationFilter that allows modeler to optimize its notifications.
FixedNotificationFilter(names[]) - constructor for class org.apache.commons.modeler.FixedNotificationFilter
Construct a new filter that accepts only the specified notification names.

G

generalBroadcaster - field in class org.apache.commons.modeler.BaseModelMBean
Notification broadcaster for general notifications.
getAttMap - field in class org.apache.commons.modeler.BaseModelMBean
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 )
getAttribute(String) - method in class org.apache.commons.modeler.BaseModelMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - method in class org.apache.commons.modeler.mbeans.MBeanProxy
getAttributeClass(String) - method in class org.apache.commons.modeler.BaseModelMBean
getAttributes() - method in class org.apache.commons.modeler.ManagedBean
The collection of attributes for this MBean.
getAttributes(names[]) - method in class org.apache.commons.modeler.BaseModelMBean
Obtain and return the values of several attributes of this MBean.
getChild(Node,int) - static method in class org.apache.commons.modeler.util.DomUtil
Get the first direct child with a given type
getChild(Node,String) - static method in class org.apache.commons.modeler.util.DomUtil
Get the first element child.
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(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.
getClassPath(Vector) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
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 class 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
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.modules.MbeansSource
Return the list of mbeans created by this source.
getMBeans() - method in class org.apache.commons.modeler.modules.MbeansSourceMBean
Return the list of loaded mbeans names
getMbeans() - method in class org.apache.commons.modeler.ant.ServiceTask
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 - field 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
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.
getMethodObj - field in class org.apache.commons.modeler.AttributeInfo
getModelerSource(String) - method in class org.apache.commons.modeler.Registry
getModelerType() - method in class org.apache.commons.modeler.BaseModelMBean
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.ant.JmxSet
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.BaseModelMBean
getObjectName() - method in class org.apache.commons.modeler.ant.MLETTask
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 class org.apache.commons.modeler.util.IntrospectionUtils.PropertySource
getRegistry() - method in class org.apache.commons.modeler.BaseModelMBean
getRegistry() - static method in class org.apache.commons.modeler.Registry
Get a "singelton" registry, or one per thread if setUseContextLoader was called
getRegistry(Object,Object) - 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
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
Factory method to create (if necessary) and return our MBeanServer instance.
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 class 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(urls[],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 - field in class org.apache.commons.modeler.ManagedBean
guard - field in class org.apache.commons.modeler.Registry
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

handback - field in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
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
home - field in class org.apache.commons.modeler.Main
hookCount - field in class org.apache.commons.modeler.BaseNotificationBroadcaster
hooks - field in class org.apache.commons.modeler.BaseNotificationBroadcaster

I

idDomains - field in class org.apache.commons.modeler.Registry
ids - field in class org.apache.commons.modeler.Registry
impact - field in class org.apache.commons.modeler.OperationInfo
info - field in class org.apache.commons.modeler.AttributeInfo
The ModelMBeanAttributeInfo object that corresponds to this AttributeInfo instance.
info - field in class org.apache.commons.modeler.BaseModelMBean
The ModelMBeanInfo object that controls our activity.
info - field in class org.apache.commons.modeler.ConstructorInfo
The ModelMBeanConstructorInfo object that corresponds to this ConstructorInfo instance.
info - field in class org.apache.commons.modeler.ManagedBean
The ModelMBeanInfo object that corresponds to this ManagedBean instance.
info - field in class org.apache.commons.modeler.NotificationInfo
The ModelMBeanNotificationInfo object that corresponds to this NotificationInfo instance.
info - field in class org.apache.commons.modeler.OperationInfo
The ModelMBeanOperationInfo object that corresponds to this OperationInfo instance.
info - field in class org.apache.commons.modeler.ParameterInfo
The MBeanParameterInfo object that corresponds to this ParameterInfo instance.
init() - method in class org.apache.commons.modeler.JndiJmx
init() - method in class org.apache.commons.modeler.modules.MbeansSource
init() - method in class org.apache.commons.modeler.modules.MbeansSourceMBean
Call the init method on all mbeans.
init() - method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
init(String,Object,long,long,int) - method in class org.apache.commons.modeler.BaseNotification
Process the methods and extract 'attributes', methods, etc
initModelInfo(String) - method in class org.apache.commons.modeler.BaseModelMBean
Set the type of the mbean.
instances - field in class org.apache.commons.modeler.JndiJmx
IntrospectionUtils - class org.apache.commons.modeler.util.IntrospectionUtils
Utils for introspection and reflection Source: jakarta-tomcat-connector/util
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 class org.apache.commons.modeler.RegistryMBean
Invoke an operation on a set of mbeans.
invoke(Object,String,params[],signature[]) - method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
invoke(String,params[],signature[]) - method in class org.apache.commons.modeler.BaseModelMBean
Invoke a particular method on this MBean, and return any returned value.
invoke(String,params[],signature[]) - method in class org.apache.commons.modeler.mbeans.MBeanProxy
invokeAttMap - field in class org.apache.commons.modeler.BaseModelMBean
is - field 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?

IMPLEMENTATION NOTE - This implementation does not check anything, but this method can be overridden as required.

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

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

K

key - field in class org.apache.commons.modeler.Registry

L

lastRefresh - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
lastUpdate - field in class org.apache.commons.modeler.modules.MbeansSource
listener - field 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.
load() - method in class org.apache.commons.modeler.modules.MbeansSource
load() - method in class org.apache.commons.modeler.modules.MbeansSourceMBean
Load the mbeans from the source.
load(String,Object,String) - method in class org.apache.commons.modeler.Registry
Experimental.
loadCachedDescriptors(Object) - method in class org.apache.commons.modeler.Registry
Load the registry from a cached .ser file.
loadDescriptors(Object) - method in class org.apache.commons.modeler.Registry
Load the registry from the XML input found in the specified input stream.
Load data, returns a list of items.
Load data, returns a list of items.
Load data, returns a list of items.
Load data, returns a list of items.
Load data, returns a list of items.
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
Experimental.
loaderLoaded - static field in class org.apache.commons.modeler.modules.MbeansSource
loaderRef - field in class org.apache.commons.modeler.ant.MLETTask
loading - field in class org.apache.commons.modeler.modules.MbeansSource
loadMBeans(Object) - method in class org.apache.commons.modeler.Registry
loadMBeans(Object,ClassLoader) - method in class org.apache.commons.modeler.Registry
Load an extended mlet file.
loadMBeans(Object,ClassLoader) - method in class 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 class org.apache.commons.modeler.RegistryMBean
Load descriptors.
loadMetaInfDescriptors(ClassLoader) - method in class org.apache.commons.modeler.Registry
Discover all META-INF/modeler.xml files in classpath and register the components
loadRegistry(InputStream) - static method in class org.apache.commons.modeler.Registry
Load the registry from the XML input found in the specified input stream.
localDomain - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
location - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
location - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
location - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
location - field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
location - field in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
location - field in class org.apache.commons.modeler.modules.ModelerSource
log - static field in class org.apache.commons.modeler.BaseModelMBean
log - static field in class org.apache.commons.modeler.util.DomUtil
log - static field in class org.apache.commons.modeler.ant.JmxSet
log - static field in class org.apache.commons.modeler.JndiJmx
log - static field in class org.apache.commons.modeler.mbeans.MBeanProxy
log - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
log - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
log - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
log - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
log - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
log - static field in class org.apache.commons.modeler.modules.MbeansSource
log - static field in class org.apache.commons.modeler.ant.MLETTask
log - static field in class org.apache.commons.modeler.ant.ModelerTask
log - static field in class org.apache.commons.modeler.Registry
The Log instance to which we will write our log messages.
log - static field in class org.apache.commons.modeler.ant.RegistryTask
log - static field in class org.apache.commons.modeler.ant.ServiceTask
log - static field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector

M

Main - class org.apache.commons.modeler.Main
Small main that loads mbeans.
main(args[]) - static method in class org.apache.commons.modeler.Main
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
Constructor.
MBeanProxy - class org.apache.commons.modeler.mbeans.MBeanProxy
Use the same metadata, except that we replace the attribute get/set methods.
MBeanProxy(org.apache.commons.modeler.mbeans.SimpleRemoteConnector,String) - constructor for class org.apache.commons.modeler.mbeans.MBeanProxy
mbeans - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
mbeans - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
mbeans - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
mbeans - field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
mbeans - field in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
mbeans - field in class org.apache.commons.modeler.modules.MbeansSource
mbeans - field in class org.apache.commons.modeler.ant.ServiceTask
mbeans - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
MbeansDescriptorsDigesterSource - class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
MbeansDescriptorsDOMSource - class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
Extract metadata from a dynamic mbean.
MbeansDescriptorsSerSource - class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
MbeansSource - class org.apache.commons.modeler.modules.MbeansSource
This will create mbeans based on a config file.
MbeansSourceMBean - interface org.apache.commons.modeler.modules.MbeansSourceMBean
This mbean will load an extended mlet file ( similar in syntax with jboss ).
method - field in class org.apache.commons.modeler.ant.JmxInvoke
MLETTask - class org.apache.commons.modeler.ant.MLETTask
Load an MBean.
MLETTask() - constructor for class org.apache.commons.modeler.ant.MLETTask
modeler - field in class org.apache.commons.modeler.ant.MLETTask
MODELER_MANIFEST - static field in class org.apache.commons.modeler.Registry
Experimental support for manifest-based discovery.
ModelerSource - class org.apache.commons.modeler.modules.ModelerSource
Source for descriptor data.
ModelerTask - class org.apache.commons.modeler.ant.ModelerTask
Like MLETTask, but it wraps the bean in a BaseModelMBean.
ModelerTask() - constructor for class org.apache.commons.modeler.ant.ModelerTask
mserver - field in class org.apache.commons.modeler.JndiJmx
mserver - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector

N

name - field in class org.apache.commons.modeler.FeatureInfo
name - field in class org.apache.commons.modeler.FieldInfo
The field name for this field of a descriptor.
name - field in class org.apache.commons.modeler.ManagedBean
names - field in class org.apache.commons.modeler.BaseAttributeFilter
The set of attribute names that are accepted by this filter.
names - field in class org.apache.commons.modeler.FixedNotificationFilter
The set of attribute names that are accepted by this filter.
namesA - field in class org.apache.commons.modeler.FixedNotificationFilter
NO_ARGS_PARAM - static field in class org.apache.commons.modeler.BaseModelMBean
NO_ARGS_PARAM_SIG - static field in class org.apache.commons.modeler.BaseModelMBean
NO_PARAMS - static field in class org.apache.commons.modeler.util.IntrospectionUtils
notes - field in class org.apache.commons.modeler.BaseNotification
NotificationInfo - class org.apache.commons.modeler.NotificationInfo
Internal configuration information for a Notification descriptor.
notifications - field in class org.apache.commons.modeler.ManagedBean
notifTypes - field in class org.apache.commons.modeler.NotificationInfo
DomUtil.NullResolver - class org.apache.commons.modeler.util.DomUtil.NullResolver

O

object2Node - field in class org.apache.commons.modeler.modules.MbeansSource
objectMethods - static field in class org.apache.commons.modeler.util.IntrospectionUtils
objectName - field in class org.apache.commons.modeler.ant.JmxInvoke
objectName - field in class org.apache.commons.modeler.ant.JmxSet
objectName - field in class org.apache.commons.modeler.ant.MLETTask
objNameArray - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
objValue - field in class org.apache.commons.modeler.ant.JmxSet
oname - field in class org.apache.commons.modeler.BaseModelMBean
oname - field in class org.apache.commons.modeler.ant.JmxSet
oname - field in class org.apache.commons.modeler.ant.MLETTask
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 - field in class org.apache.commons.modeler.ManagedBean
The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification.
Ant Tasks for Commons Modeler Integration.
Implementation classes - should not be used directly.
outFile - field in class org.apache.commons.modeler.ant.RegistryTask

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 - field in class org.apache.commons.modeler.ConstructorInfo
parameters - field in class org.apache.commons.modeler.OperationInfo
pass - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
PATH_SEPARATOR - static field in class org.apache.commons.modeler.util.IntrospectionUtils
perLoaderRegistries - static field in class org.apache.commons.modeler.Registry
Will be used to isolate different apps and enhance security
persist - field 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
prefix - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
preRegister(MBeanServer,ObjectName) - method in class org.apache.commons.modeler.BaseModelMBean
preRegister(MBeanServer,ObjectName) - method in class org.apache.commons.modeler.Registry
processArg(Node) - method in class org.apache.commons.modeler.modules.MbeansSource
processArgs(Object,args[]) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
processArgs(Object,args[],args0[],args1[],Hashtable) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
processAttribute(MBeanServer,Node,String) - method in class org.apache.commons.modeler.modules.MbeansSource
IntrospectionUtils.PropertySource - interface org.apache.commons.modeler.util.IntrospectionUtils.PropertySource

R

readable - field 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
refId - field in class org.apache.commons.modeler.ant.ServiceTask
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
reg - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
registerComponent(Object,ObjectName,String) - method in class org.apache.commons.modeler.Registry
Register a component XXX make it private
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,String,String) - method in class org.apache.commons.modeler.RegistryMBean
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerComponent(Object,String,String,String) - method in class org.apache.commons.modeler.Registry
registry - field in class org.apache.commons.modeler.BaseModelMBean
Registry we are associated with
registry - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
registry - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
registry - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
registry - field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
registry - field in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
registry - field in class org.apache.commons.modeler.modules.MbeansSource
Registry - class org.apache.commons.modeler.Registry
Registry for modeler MBeans.
registry - static field in class org.apache.commons.modeler.Registry
The registry instance created by our factory method the first time it is called.
Registry() - constructor for class org.apache.commons.modeler.Registry
RegistryMBean - interface org.apache.commons.modeler.RegistryMBean
Interface for modeler MBeans.
RegistryTask - class org.apache.commons.modeler.ant.RegistryTask
Load descriptors into registry.
RegistryTask() - constructor for class org.apache.commons.modeler.ant.RegistryTask
removeAttribute(Node,String) - static method in class org.apache.commons.modeler.util.DomUtil
removeAttribute(String) - method in class org.apache.commons.modeler.BaseAttributeFilter
Remove an attribute name from the set of names accepted by this filter.
Remove an attribute change notification event listener from this MBean.
Remove an attribute change notification event listener from this MBean.
removeManagedBean(org.apache.commons.modeler.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.
Remove a notification event listener from this MBean.
Remove a notification event listener from this MBean.
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.
Remove a notification event listener from this MBean.
replaceProperties(String,Hashtable,dynamicProp[]) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
Replace ${NAME} with the property value
replaceProperties(String,Object) - 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 - field in class org.apache.commons.modeler.BaseModelMBean
The managed resource this MBean is associated with (if any).
resource - field in class org.apache.commons.modeler.ant.RegistryTask
resourceType - field in class org.apache.commons.modeler.BaseModelMBean
returnType - field in class org.apache.commons.modeler.OperationInfo
role - field in class org.apache.commons.modeler.OperationInfo

S

save() - method in class org.apache.commons.modeler.modules.MbeansSource
Store the mbeans.
save() - method in class org.apache.commons.modeler.modules.MbeansSourceMBean
Save the file.
searchedPaths - field in class org.apache.commons.modeler.Registry
sendAttributeChangeNotification(Attribute,Attribute) - method in class org.apache.commons.modeler.BaseModelMBean
Send an AttributeChangeNotification to all registered listeners.
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.
seq - field in class org.apache.commons.modeler.BaseNotification
serialVersionUID - static field in class org.apache.commons.modeler.AttributeInfo
serialVersionUID - static field in class org.apache.commons.modeler.ConstructorInfo
serialVersionUID - static field in class org.apache.commons.modeler.FeatureInfo
serialVersionUID - static field in class org.apache.commons.modeler.FieldInfo
serialVersionUID - static field in class org.apache.commons.modeler.NotificationInfo
serialVersionUID - static field in class org.apache.commons.modeler.OperationInfo
serialVersionUID - static field in class org.apache.commons.modeler.ParameterInfo
server - field in class org.apache.commons.modeler.ant.MLETTask
server - field in class org.apache.commons.modeler.Registry
The MBeanServer instance that we will use to register management beans.
ServiceTask - class org.apache.commons.modeler.ant.ServiceTask
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
setAttMap - field in class org.apache.commons.modeler.BaseModelMBean
setAttribute(Attribute) - method in class org.apache.commons.modeler.BaseModelMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - method in class org.apache.commons.modeler.mbeans.MBeanProxy
setAttribute(Node,String,String) - static method in class org.apache.commons.modeler.util.DomUtil
setAttribute(Object,String,Object) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
Call void setAttribute( String ,Object )
setAttribute(ObjectName,Attribute) - method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
setAttribute(String) - method in class org.apache.commons.modeler.ant.JmxSet
setAttribute(String,Object) - method in class org.apache.commons.modeler.util.IntrospectionUtils.AttributeHolder
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.Main
setFile(String) - method in class org.apache.commons.modeler.ant.RegistryTask
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 - field in class org.apache.commons.modeler.AttributeInfo
setMethodObj - field 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.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.ant.JmxSet
setName(String) - method in class org.apache.commons.modeler.ManagedBean
setName(String) - method in class org.apache.commons.modeler.ant.MLETTask
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(ObjectName) - method in class org.apache.commons.modeler.ant.JmxSet
setObjectName(String) - method in class org.apache.commons.modeler.ant.JmxInvoke
setObjectName(String) - 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) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
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).
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(org.apache.commons.modeler.Registry) - method in class org.apache.commons.modeler.BaseModelMBean
setRegistry(org.apache.commons.modeler.Registry) - method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
setRegistry(org.apache.commons.modeler.Registry) - method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
setRegistry(org.apache.commons.modeler.Registry) - method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
setRegistry(org.apache.commons.modeler.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
Set the MBeanServer to be utilized for our registered management beans.
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 class 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.AttributeInfo
setType(String) - method in class org.apache.commons.modeler.ant.JmxSet
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
setType(String) - method in class org.apache.commons.modeler.ant.RegistryTask
Set the resource type that will be loaded
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(Object) - method in class org.apache.commons.modeler.FieldInfo
setValue(String) - method in class org.apache.commons.modeler.ant.Arg
setValue(String) - method in class org.apache.commons.modeler.ant.JmxSet
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 org.apache.commons.modeler.mbeans.SimpleRemoteConnector
Based on jk2 proxy.
SimpleRemoteConnector() - constructor for class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
source - field in class org.apache.commons.modeler.BaseModelMBean
Source object used to read this mbean.
source - field in class org.apache.commons.modeler.BaseNotification
source - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
source - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
source - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
source - field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
source - field in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
source - field in class org.apache.commons.modeler.modules.ModelerSource
sourceTypeFromExt(String) - method in class org.apache.commons.modeler.Registry
specialMethods - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
start() - method in class org.apache.commons.modeler.modules.MbeansSource
start() - method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
statusPath - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
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 class 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
strArray - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
STRING_OBJ_PARAM - static field in class org.apache.commons.modeler.util.IntrospectionUtils
STRING_PARAM - static field in class org.apache.commons.modeler.util.IntrospectionUtils
supportedType(Class) - method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
Check if this class is one of the supported types.
supportedTypes - static field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource

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.
tstamp - field in class org.apache.commons.modeler.BaseNotification
type - field in class org.apache.commons.modeler.ant.Arg
type - field in class org.apache.commons.modeler.AttributeInfo
type - field in class org.apache.commons.modeler.BaseNotification
type - field in class org.apache.commons.modeler.ant.JmxSet
type - field in class org.apache.commons.modeler.ManagedBean
type - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
type - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
type - field in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
type - field in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
type - field in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
type - field in class org.apache.commons.modeler.modules.MbeansSource
type - field in class org.apache.commons.modeler.ParameterInfo
type - field in class org.apache.commons.modeler.ant.RegistryTask

U

unCapitalize(String) - static method in class org.apache.commons.modeler.util.IntrospectionUtils
unCapitalize(String) - static method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
Converts the first character of the given String into lower-case.
unregisterComponent(ObjectName) - method in class org.apache.commons.modeler.Registry
Unregister a component.
unregisterComponent(String) - method in class org.apache.commons.modeler.Registry
Unregister a component.
unregisterComponent(String) - method in class org.apache.commons.modeler.RegistryMBean
Unregister a component.
unregisterComponent(String,String) - method in class org.apache.commons.modeler.Registry
unregisterRegistry(ClassLoader) - method in class org.apache.commons.modeler.Registry
Called by a registry or by the container to unload a loader
update(String,String) - method in class org.apache.commons.modeler.mbeans.MBeanProxy
Called by the connector - will update the value when a chunk of data is received
updateField(ObjectName,String,Object) - method in class org.apache.commons.modeler.modules.MbeansSource
Callback from the BaseMBean to notify that an attribute has changed.
updateField(ObjectName,String,Object) - method in class org.apache.commons.modeler.modules.ModelerSource
Callback from the BaseMBean to notify that an attribute has changed.
updateInterval - field in class org.apache.commons.modeler.modules.MbeansSource
updateInterval - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
user - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector

V

value - field in class org.apache.commons.modeler.ant.Arg
value - field in class org.apache.commons.modeler.FieldInfo
The field value for this field of a descriptor.
value - field in class org.apache.commons.modeler.ant.JmxSet
valueRef - field in class org.apache.commons.modeler.ant.JmxSet

W

webServerHost - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
webServerPort - field in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
writeable - field in class org.apache.commons.modeler.AttributeInfo
writeXml(Node,OutputStream) - static method in class org.apache.commons.modeler.util.DomUtil

Copyright (c) 2001-2003 - Apache Software Foundation