@ManagedResource(description="Job executor MBean") public class JobExecutorMBean extends Object
| Constructor and Description |
|---|
JobExecutorMBean(ProcessEngineConfiguration processEngineConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJobExecutorActivated() |
void |
setJobExecutorActivate(Boolean active) |
public JobExecutorMBean(ProcessEngineConfiguration processEngineConfig)
@ManagedAttribute(description="check if the job executor is activated") public boolean isJobExecutorActivated()
@ManagedOperation(description="set job executor activate") public void setJobExecutorActivate(Boolean active)
Copyright © 2016 Alfresco. All rights reserved.