org.eclipse.emf.emfstore.server
Class ESEMFStoreController

java.lang.Object
  extended by org.eclipse.emf.emfstore.server.ESEMFStoreController

public final class ESEMFStoreController
extends Object

Controller to start and stop the EMFStore server.

Author:
jsommerfeldt

Method Summary
static void startEMFStore()
          Starts a new EMFStore server.
static boolean stopEMFStore()
          Stop the EMFStore server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startEMFStore

public static void startEMFStore()
                          throws FatalESException
Starts a new EMFStore server.

Throws:
FatalESException - If a problem when starting occurs.

stopEMFStore

public static boolean stopEMFStore()
Stop the EMFStore server.

Returns:
Was there a server?


Copyright © 2015. All Rights Reserved.