Interface JmxManagedProcessEngineMBean
-
- All Known Implementing Classes:
JmxManagedProcessEngine,JmxManagedProcessEngineController
public interface JmxManagedProcessEngineMBeanAn MBean interface for theProcessEngine.- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Set<String>getRegisteredDeployments()If the engine's job executor is deloyment aware, these are the deployments it acquires jobs for.voidregisterDeployment(String deploymentId)voidreportDbMetrics()voidunregisterDeployment(String deploymentId)
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the
ProcessEngine
-
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()
-
-