- 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(JmxSet) - Method in class org.apache.commons.modeler.ant.MLETTask
-
- addAttribute(String) - Method in class org.apache.commons.modeler.BaseAttributeFilter
-
Add a new attribute name to the set of names accepted by this filter.
- addAttribute(AttributeInfo) - Method in class org.apache.commons.modeler.ManagedBean
-
Add a new attribute to the set of attributes for this MBean.
- addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Add an attribute change notification event listener to this MBean.
- addConstructor(ConstructorInfo) - Method in class org.apache.commons.modeler.ManagedBean
-
Add a new constructor to the set of constructors for this MBean.
- addField(FieldInfo) - Method in class org.apache.commons.modeler.FeatureInfo
-
Add a new field to the fields associated with the
Descriptor that will be created from this metadata.
- addField(FieldInfo) - Method in class org.apache.commons.modeler.ManagedBean
-
Add a new field to the fields associated with the
Descriptor that will be created from this metadata.
- addFields(Descriptor) - Method in class org.apache.commons.modeler.FeatureInfo
-
Add the name/value fields that have been stored into the
specified Descriptor
instance.
- addJarsFromClassPath(Vector, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
add elements from the classpath cp to a Vector
jars as file URLs (We use Vector for JDK 1.1 compat).
- addManagedBean(ManagedBean) - Method in class org.apache.commons.modeler.Registry
-
Add a new bean metadata to the set of beans known to this registry.
- addMbean(MLETTask) - Method in class org.apache.commons.modeler.ant.ServiceTask
-
- addNotification(NotificationInfo) - Method in class org.apache.commons.modeler.ManagedBean
-
Add a new notification to the set of notifications for this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Add a notification event listener to this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Add a notification event listener to this MBean.
- addNotifType(String) - Method in class org.apache.commons.modeler.NotificationInfo
-
Add a new notification type to the set managed by an MBean.
- addOperation(OperationInfo) - Method in class org.apache.commons.modeler.ManagedBean
-
Add a new operation to the set of operations for this MBean.
- addParameter(ParameterInfo) - Method in class org.apache.commons.modeler.ConstructorInfo
-
Add a new parameter to the set of parameters for this constructor.
- addParameter(ParameterInfo) - Method in class org.apache.commons.modeler.OperationInfo
-
Add a new parameter to the set of arguments for this operation.
- addText(String) - Method in class org.apache.commons.modeler.ant.Arg
-
- addText(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- addToClassPath(Vector, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Add all the jar files in a dir to the classpath,
represented as a Vector of URLs.
- addToolsJar(Vector) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
- 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
-
- 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
-
- 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, Object, String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
-
XXX Find if the 'className' is the name of the MBean or
the real class ( I suppose first )
XXX Read (optional) descriptions from a .properties, generated
from source
XXX Deal with constructors
- createManagedBean(Registry, String, Class, String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
XXX Find if the 'className' is the name of the MBean or
the real class ( I suppose first )
XXX Read (optional) descriptions from a .properties, generated
from source
XXX Deal with constructors
- createMBean() - Method in class org.apache.commons.modeler.ManagedBean
-
Create and return a ModelMBean
that has been
preconfigured with the ModelMBeanInfo
information
for this managed bean, but is not associated with any particular
managed resource.
- createMBean(Object) - Method in class org.apache.commons.modeler.ManagedBean
-
Create and return a ModelMBean
that has been
preconfigured with the ModelMBeanInfo
information
for this managed bean, and is associated with the specified
managed object instance.
- createMBeanInfo() - Method in class org.apache.commons.modeler.ManagedBean
-
Create and return a ModelMBeanInfo
object that
describes this entire managed bean.
- createNotificationInfo() - Method in class org.apache.commons.modeler.NotificationInfo
-
Create and return a ModelMBeanNotificationInfo
object that
corresponds to the attribute described by this instance.
- createOperationInfo() - Method in class org.apache.commons.modeler.OperationInfo
-
Create and return a ModelMBeanOperationInfo
object that
corresponds to the attribute described by this instance.
- createParameterInfo() - Method in class org.apache.commons.modeler.ParameterInfo
-
Create and return a MBeanParameterInfo
object that
corresponds to the parameter described by this instance.
- createResource() - Method in class org.apache.commons.modeler.BaseModelMBean
-
Set the type of the mbean.
- generalBroadcaster - Variable in class org.apache.commons.modeler.BaseModelMBean
-
Notification broadcaster for general notifications.
- getAttMap - Variable in class org.apache.commons.modeler.BaseModelMBean
-
- 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
-
- getAttribute(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Call void getAttribute( String )
- getAttributeClass(String) - Method in class org.apache.commons.modeler.BaseModelMBean
-
- getAttributes(String[]) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Obtain and return the values of several attributes of this MBean.
- getAttributes() - Method in class org.apache.commons.modeler.ManagedBean
-
The collection of attributes for this MBean.
- getChild(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
-
Get the first element child.
- getChild(Node, int) - Static method in class org.apache.commons.modeler.util.DomUtil
-
Get the first direct child with a given type
- getChildContent(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
-
Get the first child's content ( ie it's included TEXT node ).
- getClassName() - Method in class org.apache.commons.modeler.BaseModelMBean
-
- getClassName() - Method in class org.apache.commons.modeler.ManagedBean
-
The fully qualified name of the Java class of the MBean
described by this descriptor.
- getClassPath(Vector) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Return a URL[] that can be used to construct a class loader
- getClassPath(String, String, String, boolean) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Construct a URL classpath from files in a directory,
a cpath property, and tools.jar.
- getCode() - Method in class org.apache.commons.modeler.BaseNotification
-
Action id, useable in switches and table indexes
- getConstructors() - Method in class org.apache.commons.modeler.ManagedBean
-
The collection of constructors for this MBean.
- getContent(Node) - Static method in class org.apache.commons.modeler.util.DomUtil
-
Get the trimed text content of a node or null if there is no text
- getDefault() - Method in class org.apache.commons.modeler.AttributeInfo
-
Default value.
- getDescription() - Method in class org.apache.commons.modeler.FeatureInfo
-
The human-readable description of this feature.
- getDescription() - Method in class org.apache.commons.modeler.ManagedBean
-
The human-readable description of this MBean.
- getDisplayName() - Method in class org.apache.commons.modeler.AttributeInfo
-
The display name of this attribute.
- getDisplayName() - Method in class org.apache.commons.modeler.ConstructorInfo
-
The display name of this attribute.
- getDomain() - Method in class org.apache.commons.modeler.ManagedBean
-
The (optional) ObjectName
domain in which this MBean
should be registered in the MBeanServer.
- getDomain() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- getFields() - Method in class org.apache.commons.modeler.FeatureInfo
-
The field information for this feature.
- getFields() - Method in class org.apache.commons.modeler.ManagedBean
-
Return a
List
of the
FieldInfo
objects for
the name/value pairs that should be
added to the Descriptor created from this metadata.
- getFilesByExt(String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Return all files with a given extension in a dir
- getFilter() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- getGetMethod() - Method in class org.apache.commons.modeler.AttributeInfo
-
The name of the property getter method, if non-standard.
- getGetMethodObj() - Method in class org.apache.commons.modeler.AttributeInfo
-
- getGroup() - Method in class org.apache.commons.modeler.ManagedBean
-
The (optional) group to which this MBean belongs.
- getId(String, String) - Method in class org.apache.commons.modeler.Registry
-
Return an int ID for faster access.
- getId(String, String) - Method in interface org.apache.commons.modeler.RegistryMBean
-
Return an int ID for faster access.
- getImpact() - Method in class org.apache.commons.modeler.OperationInfo
-
The "impact" of this operation, which should be a (case-insensitive)
string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".
- getInputStream() - Method in class org.apache.commons.modeler.modules.ModelerSource
-
- getJmxName() - Method in class org.apache.commons.modeler.BaseModelMBean
-
- getLocation() - Method in class org.apache.commons.modeler.modules.MbeansSource
-
- getManagedResource() - Method in class org.apache.commons.modeler.BaseModelMBean
-
Get the instance handle of the object against which we execute
all methods in this ModelMBean management interface.
- getMBeanInfo() - Method in class org.apache.commons.modeler.BaseModelMBean
-
Return the MBeanInfo
object for this MBean.
- getMbeans() - Method in class org.apache.commons.modeler.ant.ServiceTask
-
- getMBeans() - Method in class org.apache.commons.modeler.modules.MbeansSource
-
Return the list of mbeans created by this source.
- getMBeans() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
-
Return the list of loaded mbeans names
- getMBeanServer() - Method in class org.apache.commons.modeler.ant.MLETTask
-
- getMBeanServer() - Method in class org.apache.commons.modeler.Registry
-
Factory method to create (if necessary) and return our
MBeanServer
instance.
- getMethod - Variable in class org.apache.commons.modeler.AttributeInfo
-
- getMethodInfo(ObjectName, String) - Method in class org.apache.commons.modeler.Registry
-
Find the operation info for a method
- 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(Object, Object) - Static method in class org.apache.commons.modeler.Registry
-
Factory method to create (if necessary) and return our
Registry
instance.
- getRegistry() - Static method in class org.apache.commons.modeler.Registry
-
Deprecated.
Not enough info - use the method that takes CL and domain
- getReturnType() - Method in class org.apache.commons.modeler.OperationInfo
-
The fully qualified Java class name of the return type for this
operation.
- getRole() - Method in class org.apache.commons.modeler.OperationInfo
-
The role of this operation ("getter", "setter", "operation", or
"constructor").
- getServer() - Static method in class org.apache.commons.modeler.Registry
-
Deprecated.
Use the instance method
- getSetMethod() - Method in class org.apache.commons.modeler.AttributeInfo
-
The name of the property setter method, if non-standard.
- getSetMethodObj() - Method in class org.apache.commons.modeler.AttributeInfo
-
- getSignature() - Method in class org.apache.commons.modeler.ConstructorInfo
-
The set of parameters for this constructor.
- getSignature() - Method in class org.apache.commons.modeler.OperationInfo
-
The set of parameters for this operation.
- 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.
- 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 this AttributeInfo
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 this ConstructorInfo
instance.
- info - Variable in class org.apache.commons.modeler.ManagedBean
-
The ModelMBeanInfo
object that corresponds
to this ManagedBean
instance.
- info - Variable in class org.apache.commons.modeler.NotificationInfo
-
The ModelMBeanNotificationInfo
object that corresponds
to this NotificationInfo
instance.
- info - Variable in class org.apache.commons.modeler.OperationInfo
-
The ModelMBeanOperationInfo
object that corresponds
to this OperationInfo
instance.
- info - Variable in class org.apache.commons.modeler.ParameterInfo
-
The MBeanParameterInfo
object that corresponds
to this ParameterInfo
instance.
- init(String, Object, long, long, int) - Method in class org.apache.commons.modeler.BaseNotification
-
- init() - Method in class org.apache.commons.modeler.JndiJmx
-
- init() - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- init() - Method in class org.apache.commons.modeler.modules.MbeansSource
-
- init() - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
-
Call the init method on all mbeans.
- 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(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(Object, String, Object[], String[]) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- invoke(List, String, boolean) - Method in class org.apache.commons.modeler.Registry
-
Invoke a operation on a list of mbeans.
- invoke(List, String, boolean) - Method in interface org.apache.commons.modeler.RegistryMBean
-
Invoke an operation on a set of mbeans.
- 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?
- 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, ObjectName, String) - Method in class org.apache.commons.modeler.Registry
-
Register a component
XXX make it private
- registerComponent(Object, String, String, String) - Method in class org.apache.commons.modeler.Registry
-
Deprecated.
- may still be used in code using pre-1.1 builds
- registerComponent(Object, String, String) - Method in interface org.apache.commons.modeler.RegistryMBean
-
Register a bean by creating a modeler mbean and adding it to the
MBeanServer.
- 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 - Class in org.apache.commons.modeler
-
Registry for modeler MBeans.
- Registry() - Constructor for class org.apache.commons.modeler.Registry
-
- registry - Static variable in class org.apache.commons.modeler.Registry
-
The registry instance created by our factory method the first time
it is called.
- RegistryMBean - Interface in org.apache.commons.modeler
-
Interface for modeler MBeans.
- RegistryTask - Class in org.apache.commons.modeler.ant
-
Load descriptors into registry.
- RegistryTask() - Constructor for class org.apache.commons.modeler.ant.RegistryTask
-
- removeAttribute(String) - Method in class org.apache.commons.modeler.BaseAttributeFilter
-
Remove an attribute name from the set of names accepted by this
filter.
- removeAttribute(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
-
- removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove an attribute change notification event listener from
this MBean.
- removeAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove an attribute change notification event listener from
this MBean.
- removeManagedBean(ManagedBean) - Method in class org.apache.commons.modeler.Registry
-
Remove an existing bean from the set of beans known to this registry.
- removeNotificationListener(NotificationListener) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- replaceProperties(String, Object) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Deprecated.
Use the explicit method
- replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Replace ${NAME} with the property value
- replay() - Method in class org.apache.commons.modeler.JndiJmx
-
- resetMetadata() - Method in class org.apache.commons.modeler.Registry
-
- resolveEntity(String, String) - Method in class org.apache.commons.modeler.util.DomUtil.NullResolver
-
- resource - Variable in class org.apache.commons.modeler.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
-
- 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(Notification) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Send a Notification
to all registered listeners as a
jmx.modelmbean.general
notification.
- sendNotification(String) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Send a Notification
which contains the specified string
as a jmx.modelmbean.generic
notification.
- sendNotification(Notification) - Method in class org.apache.commons.modeler.BaseNotificationBroadcaster
-
Send the specified notification to all interested listeners.
- 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(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setAttribute(Attribute) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(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
-
- setAttribute(String, Object) - Method in interface org.apache.commons.modeler.util.IntrospectionUtils.AttributeHolder
-
- setAttribute(Object, String, Object) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Call void setAttribute( String ,Object )
- setAttributes(AttributeList) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Set the values of several attributes of this MBean.
- setAttributes(Object, Node) - Static method in class org.apache.commons.modeler.util.DomUtil
-
- setClassName(String) - Method in class org.apache.commons.modeler.ManagedBean
-
- setCode(String) - Method in class org.apache.commons.modeler.ant.MLETTask
-
- setCodebase(String) - Method in class org.apache.commons.modeler.ant.MLETTask
-
- setComponentContext(Context) - Method in class org.apache.commons.modeler.JndiJmx
-
If a JNDI context is set, all components
will be registered in the context.
- setConfigContext(Context) - Method in class org.apache.commons.modeler.JndiJmx
-
JNDI context where attributes will be stored for persistence
- setDefault(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setDescription(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
Override the description
property setter.
- setDescription(String) - Method in class org.apache.commons.modeler.ConstructorInfo
-
Override the description
property setter.
- setDescription(String) - Method in class org.apache.commons.modeler.FeatureInfo
-
- setDescription(String) - Method in class org.apache.commons.modeler.ManagedBean
-
- setDescription(String) - Method in class org.apache.commons.modeler.NotificationInfo
-
Override the description
property setter.
- setDescription(String) - Method in class org.apache.commons.modeler.OperationInfo
-
Override the description
property setter.
- setDescription(String) - Method in class org.apache.commons.modeler.ParameterInfo
-
Override the description
property setter.
- setDescriptorContext(Context) - Method in class org.apache.commons.modeler.JndiJmx
-
JNDI context for component descriptors ( metadata ).
- setDisplayName(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setDisplayName(String) - Method in class org.apache.commons.modeler.ConstructorInfo
-
- setDomain(String) - Method in class org.apache.commons.modeler.ManagedBean
-
- setDomain(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setF(String) - Method in class org.apache.commons.modeler.Main
-
- setFile(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
-
- setFile(String) - Method in class org.apache.commons.modeler.Main
-
- setFilter(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setGetMethod(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setGetMethodObj(Method) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setGroup(String) - Method in class org.apache.commons.modeler.ManagedBean
-
- setGuard(Object) - Method in class org.apache.commons.modeler.Registry
-
Set a guard object that will prevent access to this registry
by unauthorized components
- setImpact(String) - Method in class org.apache.commons.modeler.OperationInfo
-
- setIs(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
-
- setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
-
- setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
-
- setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
-
- setLocation(String) - Method in class org.apache.commons.modeler.modules.MbeansSource
-
- setManagedResource(Object, String) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Set the instance handle of the object against which we will execute
all methods in this ModelMBean management interface.
- setMBeanServer(MBeanServer) - Method in class org.apache.commons.modeler.Registry
-
Set the MBeanServer
to be utilized for our
registered management beans.
- setMethod - Variable in class org.apache.commons.modeler.AttributeInfo
-
- setMethodObj - Variable in class org.apache.commons.modeler.AttributeInfo
-
- setModeledType(String) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Set the type of the mbean.
- setModeler(boolean) - Method in class org.apache.commons.modeler.ant.MLETTask
-
- setModelMBeanInfo(ModelMBeanInfo) - Method in class org.apache.commons.modeler.BaseModelMBean
-
Initialize the ModelMBeanInfo
associated with this
ModelMBean
.
- setName(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setName(String) - Method in class org.apache.commons.modeler.ant.MLETTask
-
- setName(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
Override the name
property setter.
- setName(String) - Method in class org.apache.commons.modeler.ConstructorInfo
-
Override the name
property setter.
- setName(String) - Method in class org.apache.commons.modeler.FeatureInfo
-
- setName(String) - Method in class org.apache.commons.modeler.FieldInfo
-
- setName(String) - Method in class org.apache.commons.modeler.ManagedBean
-
- setName(String) - Method in class org.apache.commons.modeler.NotificationInfo
-
Override the name
property setter.
- setName(String) - Method in class org.apache.commons.modeler.OperationInfo
-
Override the name
property setter.
- setName(String) - Method in class org.apache.commons.modeler.ParameterInfo
-
Override the name
property setter.
- setNote(int, Object) - Method in class org.apache.commons.modeler.BaseNotification
-
- setObjectName(String) - Method in class org.apache.commons.modeler.ant.JmxInvoke
-
- setObjectName(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setObjectName(ObjectName) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setObjValue(Object) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setOperation(String) - Method in class org.apache.commons.modeler.ant.JmxInvoke
-
- setOut(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
-
- setPass(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setPersist(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setProperty(Object, String, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
Find a method with the right name
If found, call the method ( if param is int or boolean we'll convert
value to the right type before) - that means you can have setDebug(1).
- setProperty(Object, String) - Static method in class org.apache.commons.modeler.util.IntrospectionUtils
-
- setReadable(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setRefId(String) - Method in class org.apache.commons.modeler.ant.ServiceTask
-
Perform the action on a previously declared service
- setRegistry(Registry) - Method in class org.apache.commons.modeler.BaseModelMBean
-
- setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
-
- setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
-
- setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
-
- setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
-
- setRegistry(Registry) - Method in class org.apache.commons.modeler.modules.MbeansSource
-
- setResource(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
-
- setReturnType(String) - Method in class org.apache.commons.modeler.OperationInfo
-
- setRole(String) - Method in class org.apache.commons.modeler.OperationInfo
-
- setServer(MBeanServer) - Static method in class org.apache.commons.modeler.Registry
-
Deprecated.
Use the instance method
- setSetMethod(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setSetMethodObj(Method) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
-
- setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
-
- setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
-
- setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
-
- setSource(Object) - Method in class org.apache.commons.modeler.modules.MbeansSource
-
- setSource(Object) - Method in interface org.apache.commons.modeler.modules.MbeansSourceMBean
-
Set the source to be used to load the mbeans
- setStatusPath(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setText(Node, String) - Static method in class org.apache.commons.modeler.util.DomUtil
-
Set or replace the text value
- setType(String) - Method in class org.apache.commons.modeler.ant.Arg
-
- setType(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setType(String) - Method in class org.apache.commons.modeler.ant.RegistryTask
-
Set the resource type that will be loaded
- setType(String) - Method in class org.apache.commons.modeler.AttributeInfo
-
- setType(String) - Method in class org.apache.commons.modeler.ManagedBean
-
- setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsDynamicMBeanSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsIntrospectionSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.commons.modeler.modules.MbeansSource
-
Used if a single component is loaded
- setType(String) - Method in class org.apache.commons.modeler.ParameterInfo
-
- setUpdateInterval(long) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setUseContextClassLoader(boolean) - Static method in class org.apache.commons.modeler.Registry
-
Allow containers to isolate apps.
- setUser(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setValue(String) - Method in class org.apache.commons.modeler.ant.Arg
-
- setValue(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setValue(Object) - Method in class org.apache.commons.modeler.FieldInfo
-
- setValueRef(String) - Method in class org.apache.commons.modeler.ant.JmxSet
-
- setWebServerHost(String) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setWebServerPort(int) - Method in class org.apache.commons.modeler.mbeans.SimpleRemoteConnector
-
- setWriteable(boolean) - Method in class org.apache.commons.modeler.AttributeInfo
-
- 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
-