Interface JmxManagedProcessEngineMBean

    • Method Detail

      • getRegisteredDeployments

        Set<String> getRegisteredDeployments()
        If the engine's job executor is deloyment aware, these are the deployments it acquires jobs for.
        Returns:
        all deployments that are registered with this ProcessEngine
      • registerDeployment

        void registerDeployment​(String deploymentId)
      • unregisterDeployment

        void unregisterDeployment​(String deploymentId)
      • reportDbMetrics

        void reportDbMetrics()