A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- action - Variable in class org.apache.commons.modeler.ant.ServiceTask
- addArg(Arg) - Method in class org.apache.commons.modeler.ant.MLETTask
- addArgPair(String, Object) - Method in class org.apache.commons.modeler.modules.MbeansSource.ArgsInfo
- 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(JmxSet) - Method in class org.apache.commons.modeler.ant.MLETTask
- 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
- archive - Variable in class org.apache.commons.modeler.ant.MLETTask
- Arg - Class in org.apache.commons.modeler.ant
- Arg() - Constructor for class org.apache.commons.modeler.ant.Arg
- args - Variable in class org.apache.commons.modeler.ant.JmxInvoke
- args - Variable in class org.apache.commons.modeler.ant.MLETTask
- ArgsInfo() - Constructor for class org.apache.commons.modeler.modules.MbeansSource.ArgsInfo
- attribute - Variable in class org.apache.commons.modeler.ant.JmxSet
- 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.ant.MLETTask
- attributes - Variable in class org.apache.commons.modeler.BaseModelMBean
-
Attribute values.
- attributes - Variable in class org.apache.commons.modeler.JndiJmx
- attributes - Variable in class org.apache.commons.modeler.ManagedBean
- atts - Variable in class org.apache.commons.modeler.mbeans.MBeanProxy
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 defaultModelMBeanInfo
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
- BaseModelMBean(ModelMBeanInfo) - Constructor for class org.apache.commons.modeler.BaseModelMBean
-
Construct a
ModelMBean
associated with the specifiedModelMBeanInfo
information. - BaseModelMBean.MethodKey - Class in org.apache.commons.modeler
- BaseNotification - Class in org.apache.commons.modeler
-
Base JMX Notification.
- BaseNotification(String, Object, long, long, int) - Constructor for class org.apache.commons.modeler.BaseNotification
-
Private constructor.
- BaseNotificationBroadcaster - Class in org.apache.commons.modeler
-
Implementation of
NotificationBroadcaster
for attribute change notifications. - BaseNotificationBroadcaster() - Constructor for class org.apache.commons.modeler.BaseNotificationBroadcaster
- BaseNotificationBroadcasterEntry - Class in org.apache.commons.modeler
-
Utility class representing a particular registered listener entry.
- BaseNotificationBroadcasterEntry(NotificationListener, NotificationFilter, Object) - Constructor for class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
- 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
- code - Variable in class org.apache.commons.modeler.ant.MLETTask
- code - Variable in class org.apache.commons.modeler.BaseNotification
- codebase - Variable in class org.apache.commons.modeler.ant.MLETTask
- 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, 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
- 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
- createMBean() - Method in class org.apache.commons.modeler.ManagedBean
-
Create and return a
ModelMBean
that has been preconfigured with theModelMBeanInfo
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 theModelMBeanInfo
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 variable in class org.apache.commons.modeler.util.IntrospectionUtils
- 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
- descriptors - Variable in class org.apache.commons.modeler.Registry
-
The set of ManagedBean instances for the beans this registry knows about, keyed by name.
- descriptorsByClass - Variable in class org.apache.commons.modeler.Registry
-
List of managed byeans, keyed by class name
- 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
- document - Variable in class org.apache.commons.modeler.modules.MbeansSource
- domain - Variable in class org.apache.commons.modeler.ManagedBean
- domain - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- 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
- dumpStatus() - Method in class org.apache.commons.modeler.JndiJmx
E
- emptyArray - Static variable in class org.apache.commons.modeler.util.IntrospectionUtils
- entries - Variable in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
The set of registered
BaseNotificationBroadcasterEntry
entries. - equals(Object) - Method in class org.apache.commons.modeler.BaseModelMBean.MethodKey
- 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
, andOperationInfo
classes that will be used to collect configuration information for theModelMBean
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
- file - Variable in class org.apache.commons.modeler.ant.RegistryTask
- file - Variable in class org.apache.commons.modeler.Main
- filter - Variable in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
- filter - Variable 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, 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.
- getAttMap - Variable in class org.apache.commons.modeler.BaseModelMBean
- 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
- getAttribute(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
- 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(String[]) - 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 theFieldInfo
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
- 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 - Variable 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.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() - Static method in class org.apache.commons.modeler.Registry
-
Deprecated.Not enough info - use the method that takes CL and domain
- 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
-
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.
- getSigs() - Method in class org.apache.commons.modeler.modules.MbeansSource.ArgsInfo
- 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
- getValues() - Method in class org.apache.commons.modeler.modules.MbeansSource.ArgsInfo
- 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
- guard - Variable 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 - Variable in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
- handleNotification(Notification, Object) - Method in class org.apache.commons.modeler.JndiJmx
- hashCode() - Method in class org.apache.commons.modeler.BaseModelMBean.MethodKey
- hasHook(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Test if the object implements a particular method
- home - Variable in class org.apache.commons.modeler.Main
- hookCount - Variable in class org.apache.commons.modeler.BaseNotificationBroadcaster
- hooks - Variable in class org.apache.commons.modeler.BaseNotificationBroadcaster
I
- idDomains - Variable in class org.apache.commons.modeler.Registry
- ids - Variable in class org.apache.commons.modeler.Registry
- impact - Variable in class org.apache.commons.modeler.OperationInfo
- info - Variable in class org.apache.commons.modeler.AttributeInfo
-
The
ModelMBeanAttributeInfo
object that corresponds to thisAttributeInfo
instance. - info - Variable in class org.apache.commons.modeler.BaseModelMBean
-
The
ModelMBeanInfo
object that controls our activity. - info - Variable in class org.apache.commons.modeler.ConstructorInfo
-
The
ModelMBeanConstructorInfo
object that corresponds to thisConstructorInfo
instance. - info - Variable in class org.apache.commons.modeler.ManagedBean
-
The
ModelMBeanInfo
object that corresponds to thisManagedBean
instance. - info - Variable in class org.apache.commons.modeler.NotificationInfo
-
The
ModelMBeanNotificationInfo
object that corresponds to thisNotificationInfo
instance. - info - Variable in class org.apache.commons.modeler.OperationInfo
-
The
ModelMBeanOperationInfo
object that corresponds to thisOperationInfo
instance. - info - Variable in class org.apache.commons.modeler.ParameterInfo
-
The
MBeanParameterInfo
object that corresponds to thisParameterInfo
instance. - 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.
- init(String, Object, long, long, int) - Method in class org.apache.commons.modeler.BaseNotification
- initMethods(Class, Method[], Hashtable, Hashtable, Hashtable, Hashtable) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
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 - Variable in class org.apache.commons.modeler.JndiJmx
- 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(Object, String, Object[], String[]) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- 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(String, Object[], String[]) - Method in class org.apache.commons.modeler.mbeans.MBeanProxy
- 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.
- invokeAttMap - Variable in class org.apache.commons.modeler.BaseModelMBean
- 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
- jkmx - Variable in class org.apache.commons.modeler.mbeans.MBeanProxy
- 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
- lastRefresh - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- lastUpdate - Variable in class org.apache.commons.modeler.modules.MbeansSource
- listener - Variable in class org.apache.commons.modeler.BaseNotificationBroadcasterEntry
- load() - Method in class org.apache.commons.modeler.BaseModelMBean
-
Instantiates this MBean instance from data found in the persistent store.
- 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(Object) - Method in class org.apache.commons.modeler.Registry
-
Load the registry from the XML input found in the specified input stream.
- 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(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.
- loaderLoaded - Static variable in class org.apache.commons.modeler.modules.MbeansSource
- loaderRef - Variable in class org.apache.commons.modeler.ant.MLETTask
- loading - Variable 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 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.
- 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
-
Deprecated.use normal class method instead
- localDomain - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- location - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
- location - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
- location - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
- location - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- location - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
- location - Variable in class org.apache.commons.modeler.modules.ModelerSource
- log - Static variable in class org.apache.commons.modeler.ant.JmxSet
- log - Static variable in class org.apache.commons.modeler.ant.MLETTask
- log - Static variable in class org.apache.commons.modeler.ant.ModelerTask
- log - Static variable in class org.apache.commons.modeler.ant.RegistryTask
- log - Static variable in class org.apache.commons.modeler.ant.ServiceTask
- log - Static variable in class org.apache.commons.modeler.BaseModelMBean
- log - Static variable in class org.apache.commons.modeler.JndiJmx
- log - Static variable in class org.apache.commons.modeler.mbeans.MBeanProxy
- log - Static variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- log - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
- log - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
- log - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
- log - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- log - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
- log - Static variable in class org.apache.commons.modeler.modules.MbeansSource
- log - Static variable in class org.apache.commons.modeler.Registry
-
The Log instance to which we will write our log messages.
- log - Static variable in class org.apache.commons.modeler.util.DomUtil
M
- main(String[]) - Static method in class org.apache.commons.modeler.Main
- Main - Class in org.apache.commons.modeler
-
Small main that loads mbeans.
- Main() - Constructor for 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.
- MBeanProxy - Class in org.apache.commons.modeler.mbeans
-
Use the same metadata, except that we replace the attribute get/set methods.
- MBeanProxy(SimpleRemoteConnector, String) - Constructor for class org.apache.commons.modeler.mbeans.MBeanProxy
- mbeans - Variable in class org.apache.commons.modeler.ant.ServiceTask
- mbeans - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- mbeans - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
- mbeans - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
- mbeans - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
- mbeans - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- mbeans - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
- mbeans - Variable in class org.apache.commons.modeler.modules.MbeansSource
- 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
- MbeansSource.ArgsInfo - Class in org.apache.commons.modeler.modules
- MbeansSourceMBean - Interface in org.apache.commons.modeler.modules
-
This mbean will load an extended mlet file ( similar in syntax with jboss ).
- method - Variable in class org.apache.commons.modeler.ant.JmxInvoke
- MethodKey(String, String[]) - Constructor for class org.apache.commons.modeler.BaseModelMBean.MethodKey
- MLETTask - Class in org.apache.commons.modeler.ant
-
Load an MBean.
- MLETTask() - Constructor for class org.apache.commons.modeler.ant.MLETTask
- modeler - Variable in 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
- mserver - Variable in class org.apache.commons.modeler.JndiJmx
- mserver - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
N
- name - Variable in class org.apache.commons.modeler.BaseModelMBean.MethodKey
- 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
- names - Variable in class org.apache.commons.modeler.BaseAttributeFilter
-
The set of attribute names that are accepted by this filter.
- names - Variable in class org.apache.commons.modeler.FixedNotificationFilter
-
The set of attribute names that are accepted by this filter.
- namesA - Variable in class org.apache.commons.modeler.FixedNotificationFilter
- NO_ARGS_PARAM - Static variable in class org.apache.commons.modeler.BaseModelMBean
- NO_ARGS_PARAM_SIG - Static variable in class org.apache.commons.modeler.BaseModelMBean
- NO_PARAMS - Static variable in class org.apache.commons.modeler.util.IntrospectionUtils
- notes - Variable in class org.apache.commons.modeler.BaseNotification
- 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
- NullResolver() - Constructor for class org.apache.commons.modeler.util.DomUtil.NullResolver
O
- object2Node - Variable in class org.apache.commons.modeler.modules.MbeansSource
- objectMethods - Static variable in class org.apache.commons.modeler.util.IntrospectionUtils
- objectName - Variable in class org.apache.commons.modeler.ant.JmxInvoke
- objectName - Variable in class org.apache.commons.modeler.ant.JmxSet
- objectName - Variable in class org.apache.commons.modeler.ant.MLETTask
- objNameArray - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- objValue - Variable in class org.apache.commons.modeler.ant.JmxSet
- oname - Variable in class org.apache.commons.modeler.ant.JmxSet
- oname - Variable in class org.apache.commons.modeler.ant.MLETTask
- 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 Jakarta 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
- outFile - Variable in class org.apache.commons.modeler.ant.RegistryTask
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
- pass - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- PATH_SEPARATOR - Static variable in class org.apache.commons.modeler.util.IntrospectionUtils
- perLoaderRegistries - Static variable in class org.apache.commons.modeler.Registry
-
Will be used to isolate different apps and enhance security
- 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
- prefix - Variable 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, 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
- processAttribute(MBeanServer, Node, String) - Method in class org.apache.commons.modeler.modules.MbeansSource
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
- refId - Variable 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 - Variable 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, String, String) - Method in interface 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
-
Deprecated.- may still be used in code using pre-1.1 builds
- registerComponent(Object, ObjectName, String) - Method in class org.apache.commons.modeler.Registry
-
Register a component XXX make it private
- registerNotifications(FixedNotificationFilter) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
- registry - Variable in class org.apache.commons.modeler.BaseModelMBean
-
Registry we are associated with
- registry - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
- registry - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
- registry - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
- registry - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- registry - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
- registry - Variable in class org.apache.commons.modeler.modules.MbeansSource
- registry - Static variable in class org.apache.commons.modeler.Registry
-
The registry instance created by our factory method the first time it is called.
- Registry - Class 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) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- 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.ant.RegistryTask
- 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.
- searchedPaths - Variable in class org.apache.commons.modeler.Registry
- 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(String) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Send a
Notification
which contains the specified string as ajmx.modelmbean.generic
notification. - sendNotification(Notification) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Send a
Notification
to all registered listeners as ajmx.modelmbean.general
notification. - sendNotification(Notification) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Send the specified notification to all interested listeners.
- seq - Variable in class org.apache.commons.modeler.BaseNotification
- serialVersionUID - Static variable in class org.apache.commons.modeler.AttributeInfo
- serialVersionUID - Static variable in class org.apache.commons.modeler.ConstructorInfo
- serialVersionUID - Static variable in class org.apache.commons.modeler.FeatureInfo
- serialVersionUID - Static variable in class org.apache.commons.modeler.FieldInfo
- serialVersionUID - Static variable in class org.apache.commons.modeler.NotificationInfo
- serialVersionUID - Static variable in class org.apache.commons.modeler.OperationInfo
- serialVersionUID - Static variable in class org.apache.commons.modeler.ParameterInfo
- server - Variable in class org.apache.commons.modeler.ant.MLETTask
- server - Variable in class org.apache.commons.modeler.Registry
-
The
MBeanServer
instance that we will use to register management beans. - 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
- setAttMap - Variable in class org.apache.commons.modeler.BaseModelMBean
- setAttribute(Object, String, Object) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Call void setAttribute( String ,Object )
- setAttribute(String) - Method in class org.apache.commons.modeler.ant.JmxSet
- setAttribute(String, Object) - Method in interface org.apache.commons.modeler.util.IntrospectionUtils.AttributeHolder
- 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(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
- setAttributes(Object, Node) - Static method in class org.apache.commons.modeler.util.DomUtil
- setAttributes(AttributeList) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Set the values of several attributes of this MBean.
- setClassName(String) - Method in class org.apache.commons.modeler.ManagedBean
- 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 thisModelMBean
. - 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) - 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(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(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
- signature - Variable in class org.apache.commons.modeler.BaseModelMBean.MethodKey
- sigs - Variable in class org.apache.commons.modeler.modules.MbeansSource.ArgsInfo
- 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.BaseNotification
- source - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
- source - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
- source - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
- source - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- source - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
- source - Variable in class org.apache.commons.modeler.modules.ModelerSource
- sourceTypeFromExt(String) - Method in class org.apache.commons.modeler.Registry
- specialMethods - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- start() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- start() - Method in class org.apache.commons.modeler.modules.MbeansSource
- statusPath - Variable 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 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
- strArray - Static variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- STRING_OBJ_PARAM - Static variable in class org.apache.commons.modeler.util.IntrospectionUtils
- STRING_PARAM - Static variable 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 variable 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 - Variable in class org.apache.commons.modeler.BaseNotification
- type - Variable in class org.apache.commons.modeler.ant.Arg
- type - Variable in class org.apache.commons.modeler.ant.JmxSet
- type - Variable in class org.apache.commons.modeler.ant.RegistryTask
- type - Variable in class org.apache.commons.modeler.AttributeInfo
- type - Variable in class org.apache.commons.modeler.BaseNotification
- type - Variable in class org.apache.commons.modeler.ManagedBean
- type - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
- type - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
- type - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
- type - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
- type - Variable in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
- type - Variable in class org.apache.commons.modeler.modules.MbeansSource
- type - Variable in class org.apache.commons.modeler.ParameterInfo
U
- unCapitalize(String) - Static method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
Converts the first character of the given String into lower-case.
- 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(String) - Method in interface org.apache.commons.modeler.RegistryMBean
-
Unregister a component.
- unregisterComponent(String, String) - Method in class org.apache.commons.modeler.Registry
- unregisterComponent(ObjectName) - Method in class org.apache.commons.modeler.Registry
-
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
- 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
- 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 - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- updateInterval - Variable in class org.apache.commons.modeler.modules.MbeansSource
- user - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
V
- value - Variable in class org.apache.commons.modeler.ant.Arg
- value - Variable in class org.apache.commons.modeler.ant.JmxSet
- value - Variable in class org.apache.commons.modeler.FieldInfo
-
The field value for this field of a descriptor.
- valueRef - Variable in class org.apache.commons.modeler.ant.JmxSet
- values - Variable in class org.apache.commons.modeler.modules.MbeansSource.ArgsInfo
W
- webServerHost - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- webServerPort - Variable in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
- writeable - Variable in class org.apache.commons.modeler.AttributeInfo
- writeXml(Node, OutputStream) - Static method in class org.apache.commons.modeler.util.DomUtil
All Classes All Packages