Interface JmxManagedProcessEngineMBean
- All Known Implementing Classes:
JmxManagedProcessEngine
,JmxManagedProcessEngineController
public interface JmxManagedProcessEngineMBean
An MBean interface for the
ProcessEngine
.- Author:
- Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
If the engine's job executor is deloyment aware, these are the deployments it acquires jobs for.void
registerDeployment
(String deploymentId) void
void
unregisterDeployment
(String deploymentId)
-
Method Details
-
getName
String getName()- Returns:
- the name of the
ProcessEngine
-
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
-
unregisterDeployment
-
reportDbMetrics
void reportDbMetrics()
-