Class CheckManifestStep

  • All Implemented Interfaces:
    LaunchStep

    public class CheckManifestStep
    extends BaseStep
    Second Step on a restart operation.
    1. Checks the gateway's manifest against our cache's manifest
    2. Either continues, or exits and launches a new JVM depending on whether the manifests are equal or not.
    • Constructor Detail

    • Method Detail

      • run

        public void run()
                 throws java.lang.Exception
        Throws:
        java.lang.Exception