Package org.apache.catalina.ant.jmx
Class Arg
java.lang.Object
org.apache.catalina.ant.jmx.Arg
Represents a single argument for JMX operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Arg
public Arg()Constructs a new Arg.
-
-
Method Details
-
setType
Sets the argument type.- Parameters:
type- the argument type
-
setValue
Sets the argument value.- Parameters:
value- the argument value
-
getValue
Returns the argument value.- Returns:
- the argument value
-
getType
Returns the argument type.- Returns:
- the argument type
-