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 Details

    • Factory

      public Factory()
  • Method Details

    • get

      public static RuntimeManagerFactory get()
      Returns a reference to the RuntimeManagerFactory singleton
    • get

      public static RuntimeManagerFactory get(ClassLoader classLoader)
    • 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.