Interface JmxManagedProcessApplicationMBean
-
- All Known Implementing Classes:
JmxManagedProcessApplication
public interface JmxManagedProcessApplicationMBean
MBean interface forProcessApplications
. This interface allows retrieving management information about process applications.- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getDeploymentIds()
java.util.List<java.lang.String>
getDeploymentNames()
java.lang.String
getProcessApplicationName()
-
-
-
Method Detail
-
getProcessApplicationName
java.lang.String getProcessApplicationName()
- Returns:
- the name of the process application
-
getDeploymentIds
java.util.List<java.lang.String> getDeploymentIds()
- Returns:
- the ids of the process engine deployments performed by this application
-
getDeploymentNames
java.util.List<java.lang.String> getDeploymentNames()
- Returns:
- the names of the deployments performed by this application
-
-