Modifier and Type | Field and Description |
---|---|
private StringValueExp | |
private static final long |
Access | Constructor and Description |
---|---|
public | InstanceOfQueryExp(StringValueExp
The classNameValue)StringValueExp returning the name of
the class of which selected MBeans should be instances.Creates a new InstanceOfExp with a specific class name. |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: True if the MBean specified by the name is instance of the class.The name of the MBean on which the InstanceOf will be applied. name)Implements javax. Applies the InstanceOf on a MBean. |
public StringValueExp | Returns: TheStringValueExp returning the name of
the class of which selected MBeans should be instances.Returns the class name. |
public String | Returns: a string representation of this InstanceOfQueryExp.Overrides java. Returns a string representation of this InstanceOfQueryExp. |
classNameValue | back to summary |
---|---|
private StringValueExp classNameValue |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
InstanceOfQueryExp | back to summary |
---|---|
public InstanceOfQueryExp(StringValueExp classNameValue) Creates a new InstanceOfExp with a specific class name.
|
apply | back to summary |
---|---|
public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException Implements javax. Applies the InstanceOf on a MBean.
|
getClassNameValue | back to summary |
---|---|
public StringValueExp getClassNameValue() Returns the class name.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string representation of this InstanceOfQueryExp.
|