org.camunda.bpm.container.impl.jmx.services
Interface JmxManagedProcessApplicationMBean

All Known Implementing Classes:
JmxManagedProcessApplication

public interface JmxManagedProcessApplicationMBean

MBean interface for ProcessApplications. This interface allows retrieving management information about process applications.

Author:
Daniel Meyer

Method Summary
 List<String> getDeploymentIds()
           
 List<String> getDeploymentNames()
           
 String getProcessApplicationName()
           
 

Method Detail

getProcessApplicationName

String getProcessApplicationName()
Returns:
the name of the process application

getDeploymentIds

List<String> getDeploymentIds()
Returns:
the ids of the process engine deployments performed by this application

getDeploymentNames

List<String> getDeploymentNames()
Returns:
the names of the deployments performed by this application


Copyright © 2016 camunda services GmbH. All rights reserved.