Interface MonitorManipulator

  • All Known Subinterfaces:
    CacheManipulator, DBConnectionManipulator, JobManipulator, UserConnectionManipulator

    public interface MonitorManipulator
    The interface MonitorManipulator is the super interface for various type specific manipulator sub interfaces. This interface contains a batch operation to submit the user request to the Intelligence Server to carry out the monitoring operations at one shot.
    Since:
    MicroStrategy Web 9.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()
      Clear the internal collection which contains monitoring tasks.
      void submit()
      Submits the request to the Intelligence Server to carry out the monitoring operation, such as kill jobs, disconnect connections or load caches, etc.
    • Method Detail

      • clear

        void clear()
        Clear the internal collection which contains monitoring tasks.