Class JmxInvoke

  • All Implemented Interfaces:
    Cloneable

    public class JmxInvoke
    extends org.apache.tools.ant.Task
    Set mbean properties.
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      JmxInvoke()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      void setObjectName​(String name)  
      void setOperation​(String method)  
      • Methods inherited from class org.apache.tools.ant.Task

        bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    • Constructor Detail

      • JmxInvoke

        public JmxInvoke()
    • Method Detail

      • setObjectName

        public void setObjectName​(String name)
      • setOperation

        public void setOperation​(String method)
      • execute

        public void execute()
        Overrides:
        execute in class org.apache.tools.ant.Task