Interface KieContainerMonitorMXBean


public interface KieContainerMonitorMXBean
  • Field Details

    • CLASSPATH_KIECONTAINER_RELEASEID

      static final GAV 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 value CLASSPATH_KIECONTAINER_RELEASEID will be returned.

      Returns:
    • getConfiguredReleaseIdStr

      String getConfiguredReleaseIdStr()
      The RelaseId configured while creating the KieContainer.

      If the KieContainer has been created from Classpath instead, the hardcoded value CLASSPATH_KIECONTAINER_RELEASEID will be returned.

      Returns:
    • getResolvedReleaseId

      GAV getResolvedReleaseId()
      The actual resolved ReleaseId.

      If the KieContainer has been created from Classpath instead, the hardcoded value CLASSPATH_KIECONTAINER_RELEASEID will be returned.

      Returns:
    • getResolvedReleaseIdStr

      String getResolvedReleaseIdStr()
      The actual resolved ReleaseId.

      If the KieContainer has been created from Classpath instead, the hardcoded value CLASSPATH_KIECONTAINER_RELEASEID will be returned.

      Returns: