Method Summary
All Methods Instance Methods Abstract Methods
void
Clear the containerId reference from the internal registry hold by the KieServices.
void
Methods inherited from interface org.kie.api.KieServices
getCommands , getKieClasspathContainer , getKieClasspathContainer , getKieClasspathContainer , getKieClasspathContainer , getLoggers , getMarshallers , getRepository , getResources , getStoreServices , newEnvironment , newKieBaseConfiguration , newKieBaseConfiguration , newKieBaseConfiguration , newKieBuilder , newKieBuilder , newKieBuilder , newKieClasspathContainer , newKieClasspathContainer , newKieClasspathContainer , newKieClasspathContainer , newKieClasspathContainer , newKieContainer , newKieContainer , newKieContainer , newKieContainer , newKieFileSystem , newKieModuleModel , newKieScanner , newKieScanner , newKieSessionConfiguration , newKieSessionConfiguration , newKieSessionConfiguration , newReleaseId
Method Details
clearRefToContainerId
Clear the containerId reference from the internal registry hold by the KieServices.
Epsecially helpful to avoid leaking reference on container dispose(), to inadvertently keep a reference in the internal registry which would never be GC.