org.apache.commons.modeler.ant
Class JmxSet

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.commons.modeler.ant.JmxSet
All Implemented Interfaces:
Cloneable

public class JmxSet
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
JmxSet()
           
 
Method Summary
 void addText(String value)
           
 void execute()
           
 String getName()
           
 void setAttribute(String attribute)
           
 void setName(String name)
           
 void setObjectName(ObjectName oname)
           
 void setObjectName(String name)
           
 void setObjValue(Object objValue)
           
 void setType(String type)
           
 void setValue(String value)
           
 void setValueRef(String valueRef)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxSet

public JmxSet()
Method Detail

setAttribute

public void setAttribute(String attribute)

setName

public void setName(String name)

getName

public String getName()

setValue

public void setValue(String value)

addText

public void addText(String value)

setValueRef

public void setValueRef(String valueRef)

setType

public void setType(String type)

setObjValue

public void setObjValue(Object objValue)

setObjectName

public void setObjectName(String name)

setObjectName

public void setObjectName(ObjectName oname)

execute

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


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.