|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rapla.MainServer
Usage : [-?|-c PATH_TO_CONFIG_FILE] [ACTION] Possible actions: start : Starts the rapla-server (this is the default) stop : Stops the rapla-server import : Import the source into dest See importexport entry in raplaserver.xconf export : Import the dest into source See importexport entry in raplaserver.xconfYou can also display the list with the -? argument.
public final class MainServer
Field Summary | |
---|---|
static String |
DEFAULT_CONFIG_NAME
Deprecated. The default config filename is raplaserver.xconf |
static String |
USAGE
Deprecated. |
Method Summary | |
---|---|
static void |
main(String[] args)
Deprecated. This is the entry point for the server-application. |
void |
startExport()
Deprecated. Read the data out of the dest-operator and write it into the source operator. |
void |
startImport()
Deprecated. Read the data out of the source-operator and write it into the dest operator. |
void |
stopServerProcess(String configPath,
boolean restart)
Deprecated. stops the server that was started in a different process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_CONFIG_NAME
public static final String USAGE
Method Detail |
---|
public void stopServerProcess(String configPath, boolean restart) throws Exception
Exception
public void startExport() throws Exception
Exception
public void startImport() throws Exception
Exception
public static void main(String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |