Class CompositeDataWrapper


  • public class CompositeDataWrapper
    extends AbstractWrapper
    A Wrapper for a JMX Composite used in JEXL expressions.
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositeDataWrapper​(javax.management.MBeanServerConnection connection, javax.management.openmbean.CompositeDataSupport data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.String name)
      Get the value of the requested attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeDataWrapper

        public CompositeDataWrapper​(javax.management.MBeanServerConnection connection,
                                    javax.management.openmbean.CompositeDataSupport data)
    • Method Detail

      • get

        public java.lang.Object get​(java.lang.String name)
        Description copied from class: AbstractWrapper
        Get the value of the requested attribute. Implementors should wrap the result using the AbstractWrapper.wrap(Object) method.
        Specified by:
        get in class AbstractWrapper
        Parameters:
        name - the name of the requested attribute
        Returns:
        the value