Modifier and Type | Field and Description |
---|---|
private String | |
private static final long | |
private static final long | |
private static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public ValueExp | Returns: The ValueExp.The name of the MBean on which the ClassAttributeValueExp will be applied. name)Overrides javax. Implements javax. Applies the ClassAttributeValueExp on an MBean. |
protected Object | |
public String | toString()
Overrides javax. Returns the string "Class" representing its value |
attr | back to summary |
---|---|
private String attr |
newSerialVersionUID | back to summary |
---|---|
private static final long newSerialVersionUID |
oldSerialVersionUID | back to summary |
---|---|
private static final long oldSerialVersionUID |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
ClassAttributeValueExp | back to summary |
---|---|
public ClassAttributeValueExp() Basic Constructor. |
apply | back to summary |
---|---|
public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException Overrides javax. Implements javax. Applies the ClassAttributeValueExp on an MBean. Returns the name of the Java implementation class of the MBean.
|
getValue | back to summary |
---|---|
protected Object getValue(ObjectName name) |
toString | back to summary |
---|---|
public String toString() Overrides javax. Returns the string "Class" representing its value
|