Package org.kie.api.runtime.manager
Class RuntimeManagerFactory.Factory
java.lang.Object
org.kie.api.runtime.manager.RuntimeManagerFactory.Factory
- Enclosing interface:
- RuntimeManagerFactory
A Factory for this RuntimeManagerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeManagerFactoryget()Returns a reference to the RuntimeManagerFactory singletonstatic RuntimeManagerFactoryget(ClassLoader classLoader) static voidreset()This method is used in jBPM OSGi Activators as we need a way to force reset when starting the bundles in case it failed previously.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
get
Returns a reference to the RuntimeManagerFactory singleton -
get
-
reset
public static void reset()This method is used in jBPM OSGi Activators as we need a way to force reset when starting the bundles in case it failed previously.
-