Class RuntimeManagerFactory.Factory

  • Enclosing interface:
    RuntimeManagerFactory

    public static class RuntimeManagerFactory.Factory
    extends java.lang.Object
    A Factory for this RuntimeManagerFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RuntimeManagerFactory get()
      Returns a reference to the RuntimeManagerFactory singleton
      static RuntimeManagerFactory get​(java.lang.ClassLoader classLoader)  
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • get

        public static RuntimeManagerFactory get()
        Returns a reference to the RuntimeManagerFactory singleton
      • 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.