|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.StringValueExp
A String that is an arguement to a query.
| Constructor Summary | |
StringValueExp()
Construct a string value expression for the null string. |
|
StringValueExp(java.lang.String value)
Construct a string value expression for the passed string |
|
| Method Summary | |
ValueExp (src) |
apply(ObjectName (src) name)
Apply this value expression to an MBean. |
java.lang.String |
getValue()
Get the value of the string. |
void |
setMBeanServer(MBeanServer (src) server)
Set the MBeanServer for this expression. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StringValueExp()
public StringValueExp(java.lang.String value)
value - the string| Method Detail |
public ValueExp (src) apply(ObjectName (src) name)
throws BadStringOperationException (src) ,
BadBinaryOpValueExpException (src) ,
BadAttributeValueExpException (src) ,
InvalidApplicationException (src)
ValueExp (src)
apply in interface ValueExp (src) name - the object name of the mbean
BadAttributeValueExpException (src) - when an invalid MBean attribute
is used during query construction
InvalidApplicationException (src) - when trying to apply a subquery
expression to an MBean or an attribute expression to an
MBean of the wrong class.
BadBinaryOpValueExpException (src) - when an invalid binary operation
is used during query construction
BadStringOperationException (src) - when an invalid string operation
is used during query constructionpublic java.lang.String getValue()
public void setMBeanServer(MBeanServer (src) server)
ValueExp (src)
setMBeanServer in interface ValueExp (src) server - the MBeanServerpublic java.lang.String toString()
|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||