API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.management.
StringValueExp
View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
Object
StringValueExp
Implements
ValueExp
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class StringValueExp
Represents strings that are arguments to relational constraints.
Represents strings that are arguments to relational constraints.
A
StringValueExp
may be used anywhere a
ValueExp
is required.
See also:
Constructors
public
StringValueExp
()
Basic constructor.
public
StringValueExp
(
String
val)
Creates a new
StringValueExp
representing the given string.
Creates a new
StringValueExp
representing the
given string.
Parameters:
-
val
- the string that will be the value of this expression
Methods
Hide/Show inherited methods
public
ValueExp
apply
(
ObjectName
name) throws
BadStringOperationException
BadBinaryOpValueExpException
BadAttributeValueExpException
InvalidApplicationException
[Specified in
ValueExp
]
Applies the ValueExp on a MBean.
Applies the ValueExp on a MBean.
Returns:
The
ValueExp
.
Parameters:
-
name
- The name of the MBean on which the ValueExp will be applied.
Throws:
-
BadStringOperationException
-
-
BadBinaryOpValueExpException
-
-
BadAttributeValueExpException
-
-
InvalidApplicationException
-
public
String
getValue
()
Returns the string represented by the
StringValueExp
instance.
Returns the string represented by the
StringValueExp
instance.
Returns:
the string.
public
void
setMBeanServer
(
MBeanServer
s)
[Specified in
ValueExp
]
Sets the MBean server on which the query is to be performed.
Sets the MBean server on which the query is to be performed.
Parameters:
-
s
- The MBean server on which the query is to be performed.
public
String
toString
()
Returns the string representing the object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar