javax.management
Class StringValueExp
java.lang.Object
|
+--javax.management.StringValueExp
- All Implemented Interfaces:
- java.io.Serializable, ValueExp
- public class StringValueExp
- extends java.lang.Object
- implements ValueExp
- Version:
- $Revision: 1.3 $
- Author:
- Carlos Quiroz, Simone Bordet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringValueExp
public StringValueExp()
StringValueExp
public StringValueExp(java.lang.String value)
getValue
public java.lang.String getValue()
apply
public ValueExp apply(ObjectName name)
throws BadStringOperationException,
BadBinaryOpValueExpException,
BadAttributeValueExpException,
InvalidApplicationException
- Specified by:
apply
in interface ValueExp
setMBeanServer
public void setMBeanServer(MBeanServer server)
- Specified by:
setMBeanServer
in interface ValueExp
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object