|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.utgenome.shell.UTGBPortable
public class UTGBPortable
The stand-alone UTGB server launcher
Constructor Summary | |
---|---|
UTGBPortable(java.lang.String[] args)
Create an instance of the UTGBServer |
|
UTGBPortable(UTGBPortableConfig config)
|
Method Summary | |
---|---|
void |
addServerListener(ServerListener listener)
|
static void |
main(java.lang.String[] args)
entry point of the UTGBServer |
protected void |
runInCUIMode()
|
protected void |
runInGUIMode()
|
void |
start()
Starts the web server |
void |
start(int terminationTime,
java.util.concurrent.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(java.lang.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(java.lang.String[] args)
args
- public void addServerListener(ServerListener listener)
public void start()
public void start(int terminationTime, java.util.concurrent.TimeUnit timeUnit)
protected void runInGUIMode()
protected void runInCUIMode()
public void startTomcatServer(UTGBPortableConfig utgbPortableConfig)
public void stopTomcatServer(UTGBPortableConfig config)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |