javax.management
Class StringValueExp

java.lang.Object
  extended byjavax.management.StringValueExp
All Implemented Interfaces:
java.io.Serializable, ValueExp

public class StringValueExp
extends java.lang.Object
implements ValueExp

Version:
$Revision: 1.3 $
Author:
Carlos Quiroz, Simone Bordet
See Also:
Serialized Form

Constructor Summary
StringValueExp()
           
StringValueExp(java.lang.String value)
           
 
Method Summary
 ValueExp apply(ObjectName name)
          Apply the QueryExp on an MBean
 java.lang.String getValue()
           
 void setMBeanServer(MBeanServer server)
          Sets the MBeanServer
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringValueExp

public StringValueExp()

StringValueExp

public StringValueExp(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

apply

public ValueExp apply(ObjectName name)
               throws BadStringOperationException,
                      BadBinaryOpValueExpException,
                      BadAttributeValueExpException,
                      InvalidApplicationException
Description copied from interface: ValueExp
Apply the QueryExp on an MBean

Specified by:
apply in interface ValueExp
Parameters:
name - The ObjectName of the MBean to apply this ValueExp againts.
Returns:
ValueExp The value exp.
Throws:
BadStringOperationException
BadAttributeValueExpException
BadBinaryOpValueExpException
InvalidApplicationException

setMBeanServer

public void setMBeanServer(MBeanServer server)
Description copied from interface: ValueExp
Sets the MBeanServer

Specified by:
setMBeanServer in interface ValueExp
Parameters:
server - The MBeanServer

toString

public java.lang.String toString()


Copyright © 2001-2002 MX4J Team. All Rights Reserved.