public class AlternatorDB extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PERSISTENCE_LOCATION |
static String |
SANDBOX_STATUS |
| Constructor and Description |
|---|
AlternatorDB() |
AlternatorDB(int port) |
AlternatorDB(int port,
File persistence) |
AlternatorDB(int port,
File persistence,
Boolean sanboxStatus) |
| Modifier and Type | Method and Description |
|---|---|
AlternatorDB |
join() |
AlternatorDB |
restart() |
AlternatorDB |
start() |
AlternatorDB |
stop() |
public static final String PERSISTENCE_LOCATION
public static final String SANDBOX_STATUS
public AlternatorDB()
public AlternatorDB(int port)
public AlternatorDB(int port,
File persistence)
public AlternatorDB start() throws Exception
Exceptionpublic AlternatorDB join() throws Exception
Exceptionpublic AlternatorDB stop() throws Exception
Exceptionpublic AlternatorDB restart() throws Exception
ExceptionCopyright © 2014. All Rights Reserved.