Class Bootstrap

java.lang.Object
org.cristalise.kernel.process.Bootstrap

public class Bootstrap extends Object
Bootstrap loads all Items defined in the kernel resource XMLs and the module XML
  • Field Details

    • shutdown

      public static boolean shutdown
  • Constructor Details

    • Bootstrap

      public Bootstrap()
  • Method Details

    • abort

      public static void abort()
      Set flag for the thread to abort gracefully
    • verifyBootDataItems

      public static void verifyBootDataItems() throws Exception
      Checks all kernel descriptions stored in resources and create or update them if they were changed
      Throws:
      Exception
    • checkAdminAgents

      public static void checkAdminAgents(TransactionKey transactionKey) throws Exception
      Throws:
      Exception