Class MicroBootstrap

java.lang.Object
cloud.piranha.dist.micro.MicroBootstrap
All Implemented Interfaces:
Runnable

public class MicroBootstrap extends Object implements Runnable
The micro version of Piranha.
Author:
Manfred Riem ([email protected]), Arjan Tijms
  • Constructor Details

    • MicroBootstrap

      public MicroBootstrap()
  • Method Details

    • main

      public static void main(String[] arguments)
      Main method.
      Parameters:
      arguments - the arguments.
    • configure

      public void configure(String[] arguments)
      Configure.
      Parameters:
      arguments - the arguments.
    • run

      public void run()
      Start method.
      Specified by:
      run in interface Runnable
    • stop

      public void stop()
      Stop method.