java.lang.Object | |
↳ | javax.management.StringValueExp |
Represents strings that are arguments to relational constraints.
A StringValueExp
may be used anywhere a ValueExp
is required.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Basic constructor.
| |||||||||||
Creates a new
StringValueExp representing the
given string. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Applies the ValueExp on a MBean.
| |||||||||||
Returns the string represented by the
StringValueExp instance. | |||||||||||
Sets the MBean server on which the query is to be performed.
| |||||||||||
Returns the string representing the object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Basic constructor.
Creates a new StringValueExp
representing the
given string.
val | the string that will be the value of this expression |
---|
Applies the ValueExp on a MBean.
name | The name of the MBean on which the ValueExp will be applied. |
---|
ValueExp
.BadStringOperationException | |
BadBinaryOpValueExpException | |
BadAttributeValueExpException | |
InvalidApplicationException | |
BadAttributeValueExpException | |
BadBinaryOpValueExpException | |
BadStringOperationException |
Returns the string represented by the
StringValueExp
instance.
Sets the MBean server on which the query is to be performed.
s | The MBean server on which the query is to be performed. |
---|
Returns the string representing the object.