Package org.apache.tools.ant.taskdefs.optional.jmx

This package contains the JMX4Ant Ant task extensions providing integration with JMX (Java Management Extensions) MBeans.

See:
          Description

Class Summary
AbstractManagementTask This is the abstract base class for Ant JMX mbean tasks.
AbstractMBeanTask This is the abstract base class for Ant JMX mbean tasks.
ConfigureMBeanTask This is an Ant task that allows the attributes of a JMX mbean's to be changed or retrieved.
ConfigureMBeanTask.GetAttribute Nested getAttribute task.
ConfigureMBeanTask.SetAttribute Nested setAttribute task.
CopyMBeanTask This is an Ant task that allows a JMX mbean and all its attributes to be copied to a new domain, or mbean name. Refer to the user documentation for more information and examples on how to use this task.
CreateMBeanTask This is an Ant task that allows a JMX mbean to be created and the attributes of the new JMX mbean's to be changed or retrieved. Refer to the user documentation for more information and examples on how to use this task.
IfExists Specifies enumerated values for the ifExists attribute that is common to CopyMBeanTask and CreateMBeanTask.
InvokeMBeanTask This is an Ant task that allows the operations of a JMX mbean's to be invoked Refer to the user documentation for more information and examples on how to use this task.
InvokeMBeanTask.Parameter Nested parameter task.
JndiLookup This is task allows a lookup to be performed within a JNDI tree.
RemoveMBeanTask This is an Ant task that allows a JMX mbean to be removed.
ShowMBeanTask This is an Ant task that writes the definition (structure) of a JMX mbean and all of its current attributes values to the Ant log file.
 

Package org.apache.tools.ant.taskdefs.optional.jmx Description

This package contains the JMX4Ant Ant task extensions providing integration with JMX (Java Management Extensions) MBeans.