|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueExp
A value expression.
Implementations of this interface represent arguments to expressions.
Method Summary | |
---|---|
ValueExp |
apply(ObjectName name)
Apply this value expression to an MBean. |
void |
setMBeanServer(MBeanServer server)
Set the MBeanServer for this expression. |
Method Detail |
---|
ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException
name
- the object name of the mbean
BadStringOperationException
- when an invalid string operation
is used during query construction
BadBinaryOpValueExpException
- when an invalid binary operation
is used during query construction
BadAttributeValueExpException
- when an invalid MBean attribute
is used during query construction
InvalidApplicationException
- when trying to apply a subquery
expression to an MBean or an attribute expression to an
MBean of the wrong class.void setMBeanServer(MBeanServer server)
server
- the MBeanServer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |