|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.utgenome.shell.UTGBPortable
public class UTGBPortable
The stand-alone UTGB server launcher
Constructor Summary | |
---|---|
UTGBPortable(String[] args)
Create an instance of the UTGBServer |
|
UTGBPortable(UTGBPortableConfig config)
|
Method Summary | |
---|---|
void |
addServerListener(ServerListener listener)
|
static void |
main(String[] args)
entry point of the UTGBServer |
protected void |
runInCUIMode()
|
protected void |
runInGUIMode()
|
void |
start()
Starts the web server |
void |
start(int terminationTime,
TimeUnit timeUnit)
|
void |
startTomcatServer(UTGBPortableConfig utgbPortableConfig)
starts the Tomcat server |
void |
stopTomcatServer(UTGBPortableConfig config)
stops the Tomcat server |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UTGBPortable(String[] args) throws org.xerial.util.opt.OptionParserException
args
- command-line arguments
org.xerial.util.opt.OptionParserException
public UTGBPortable(UTGBPortableConfig config)
Method Detail |
---|
public static void main(String[] args)
args
- public void addServerListener(ServerListener listener)
public void start() throws org.xerial.core.XerialException
org.xerial.core.XerialException
public void start(int terminationTime, TimeUnit timeUnit) throws org.xerial.core.XerialException
org.xerial.core.XerialException
protected void runInGUIMode()
protected void runInCUIMode() throws org.xerial.core.XerialException
org.xerial.core.XerialException
public void startTomcatServer(UTGBPortableConfig utgbPortableConfig) throws org.xerial.core.XerialException
org.xerial.core.XerialException
public void stopTomcatServer(UTGBPortableConfig config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |