Class StandardServer

java.lang.Object
org.cristalise.kernel.process.AbstractMain
org.cristalise.kernel.process.StandardServer

public class StandardServer extends AbstractMain
Base class for all servers i.e. c2k processes that serve Entities
  • Field Details

  • Constructor Details

    • StandardServer

      public StandardServer()
  • Method Details

    • standardInitialisation

      public static void standardInitialisation(Properties props, ResourceLoader res) throws Exception
      Initialise the server
      Parameters:
      props - initiliased Properties
      res - the instantiated ResourceLoader
      Throws:
      Exception - throw whatever happens
    • standardInitialisation

      public static void standardInitialisation(String[] args) throws Exception
      Initialise the server
      Parameters:
      args - command line parameters
      Throws:
      Exception - throw whatever happens
    • main

      public static void main(String[] args) throws Exception
      Main to launch a Standard Server process
      Parameters:
      args - command line parameters
      Throws:
      Exception - throw whatever happens