Package org.kie.api.runtime.manager
Class RuntimeManagerFactory.Factory
- java.lang.Object
- 
- org.kie.api.runtime.manager.RuntimeManagerFactory.Factory
 
- 
- Enclosing interface:
- RuntimeManagerFactory
 
 public static class RuntimeManagerFactory.Factory extends Object A Factory for this RuntimeManagerFactory
- 
- 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
 
- 
- 
- 
Method Detail- 
getpublic static RuntimeManagerFactory get() Returns a reference to the RuntimeManagerFactory singleton
 - 
getpublic static RuntimeManagerFactory get(ClassLoader classLoader) 
 - 
resetpublic 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.
 
- 
 
-