327328329330331332333334335336337
* * @return {@link IServer} state */ public synchronized int getState() { if (application != null) { AppState state = application.getState(); switch (state) { case STARTED: return IServer.STATE_STARTED; case UPDATING: return IServer.STATE_STARTING;