|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.utgenome.shell.UTGBPortable
public class UTGBPortable
The stand-alone UTGB server launcher
コンストラクタの概要 | |
---|---|
UTGBPortable(String[] args)
Create an instance of the UTGBServer |
|
UTGBPortable(UTGBPortableConfig config)
|
メソッドの概要 | |
---|---|
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 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public UTGBPortable(String[] args) throws org.xerial.util.opt.OptionParserException
args
- command-line arguments
org.xerial.util.opt.OptionParserException
public UTGBPortable(UTGBPortableConfig config)
メソッドの詳細 |
---|
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)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |