nl.gx.webmanager.services.framework.spi
Class StartupState

java.lang.Object
  extended by nl.gx.webmanager.services.framework.spi.StartupState

public final class StartupState
extends java.lang.Object

Manages startup state for backend-webapp e.g. SiteWorks and filters.


Method Summary
static boolean hasFailed()
          Returns whether WebManager failed startup.
static boolean hasStarted()
          Returns whether WebManager was successfully started.
static void resetStatus()
          Reset WebManager startup state.
static void setFailed()
          Notification of a failed startup.
static void setStarted()
          Notification of a successful startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setStarted

public static void setStarted()
Notification of a successful startup. This method will be called from nl.gx.webmanager.startup.impl.Startup in webmanager-startup-bundle.


hasStarted

public static boolean hasStarted()
Returns whether WebManager was successfully started.


setFailed

public static void setFailed()
Notification of a failed startup.


hasFailed

public static boolean hasFailed()
Returns whether WebManager failed startup.


resetStatus

public static void resetStatus()
Reset WebManager startup state.



Copyright © 2007-2011 GX Software BV. All Rights Reserved.