Interface ValueExp

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    AttributeValueExp, StringValueExp

    public interface ValueExp
    extends Serializable
    Represents values that can be passed as arguments to relational expressions. Strings, numbers, attributes are valid values and should be represented by implementations of ValueExp.
    Since:
    1.5
    • Method Summary

      Modifier and Type Method Description
      ValueExp apply​(ObjectName name)
      Applies the ValueExp on a MBean.
      void setMBeanServer​(MBeanServer s)
      Deprecated.
      This method is not needed because a ValueExp can access the MBean server in which it is being evaluated by using QueryEval.getMBeanServer().