Package org.kie.api.management
Interface KieContainerMonitorMXBean
public interface KieContainerMonitorMXBean
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe RelaseId configured while creating the KieContainer.The RelaseId configured while creating the KieContainer.The actual resolved ReleaseId.The actual resolved ReleaseId.
-
Field Details
-
CLASSPATH_KIECONTAINER_RELEASEID
-
-
Method Details
-
getContainerId
String getContainerId() -
getConfiguredReleaseId
GAV getConfiguredReleaseId()The RelaseId configured while creating the KieContainer. If the KieContainer has been created from Classpath instead, the hardcoded valueCLASSPATH_KIECONTAINER_RELEASEIDwill be returned.- Returns:
-
getConfiguredReleaseIdStr
String getConfiguredReleaseIdStr()The RelaseId configured while creating the KieContainer. If the KieContainer has been created from Classpath instead, the hardcoded valueCLASSPATH_KIECONTAINER_RELEASEIDwill be returned.- Returns:
-
getResolvedReleaseId
GAV getResolvedReleaseId()The actual resolved ReleaseId. If the KieContainer has been created from Classpath instead, the hardcoded valueCLASSPATH_KIECONTAINER_RELEASEIDwill be returned.- Returns:
-
getResolvedReleaseIdStr
String getResolvedReleaseIdStr()The actual resolved ReleaseId. If the KieContainer has been created from Classpath instead, the hardcoded valueCLASSPATH_KIECONTAINER_RELEASEIDwill be returned.- Returns:
-