|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.server.rest.RestWsagEngine
public class RestWsagEngine
Field Summary | |
---|---|
static String |
WSAG4J_ENGINE_CONFIG_FILE
The name of the default configuration file for the REST remote stack. |
Method Summary | |
---|---|
static WsagEngine |
getInstance()
Returns the WsagEngine instance used by the REST remote stack. |
static void |
shutdown()
Terminates the default WsagEngine instance gracefully. |
static void |
startup()
Creates a new WsagEngine instance and initializes the instance using the default configuration
file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WSAG4J_ENGINE_CONFIG_FILE
Method Detail |
---|
public static WsagEngine getInstance()
WsagEngine
instance used by the REST remote stack.
public static void startup() throws EngineInstantiationException
WsagEngine
instance and initializes the instance using the default configuration
file.
EngineInstantiationException
- failed to startup default enginepublic static void shutdown() throws Exception
WsagEngine
instance gracefully.
Exception
- error during shutdown procedure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |