KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > StringValueExp

javax.management
Class StringValueExp

java.lang.Object
  extended by javax.management.StringValueExp
All Implemented Interfaces:
Serializable, ValueExp
See Also:
Top Examples, Source Code

public ValueExp apply(ObjectName name)
               throws BadStringOperationException,
                      BadBinaryOpValueExpException,
                      BadAttributeValueExpException,
                      InvalidApplicationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMBeanServer(MBeanServer s)
See Also:
ValueExp
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StringValueExp()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StringValueExp(String val)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags