Class DataCacheJMXInstrument

    • Constructor Detail

      • DataCacheJMXInstrument

        public DataCacheJMXInstrument()
    • Method Detail

      • initialize

        public void initialize()
        Description copied from interface: Instrument
        Initializes the instrument. Depending on the instrument, the provider, options, and various options may need to be set before calling this method.
        Specified by:
        initialize in interface Instrument
        Specified by:
        initialize in class AbstractInstrument
      • getObjectName

        public javax.management.ObjectName getObjectName()
        Description copied from interface: JMXInstrument
        Returns the JMX object name for the instrument
        Specified by:
        getObjectName in interface JMXInstrument
      • start

        public void start()
        Description copied from interface: Instrument
        Starts the instrument. Typically this will be performed through the provider, but in some cases an instrument will have its own specialized startup.
        Specified by:
        start in interface Instrument
      • stop

        public void stop()
        Description copied from interface: Instrument
        Starts the instrument. Typically this will be performed through the provider, but in some cases an instrument will have its own specialized shutdown.
        Specified by:
        stop in interface Instrument