org.utgenome.shell
クラス UTGBPortable

java.lang.Object
  上位を拡張 org.utgenome.shell.UTGBPortable

public class UTGBPortable
extends Object

The stand-alone UTGB server launcher

作成者:
leo

コンストラクタの概要
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
 

コンストラクタの詳細

UTGBPortable

public UTGBPortable(String[] args)
             throws org.xerial.util.opt.OptionParserException
Create an instance of the UTGBServer

パラメータ:
args - command-line arguments
例外:
org.xerial.util.opt.OptionParserException

UTGBPortable

public UTGBPortable(UTGBPortableConfig config)
メソッドの詳細

main

public static void main(String[] args)
entry point of the UTGBServer

パラメータ:
args -

addServerListener

public void addServerListener(ServerListener listener)

start

public void start()
           throws org.xerial.core.XerialException
Starts the web server

例外:
org.xerial.core.XerialException

start

public void start(int terminationTime,
                  TimeUnit timeUnit)
           throws org.xerial.core.XerialException
例外:
org.xerial.core.XerialException

runInGUIMode

protected void runInGUIMode()

runInCUIMode

protected void runInCUIMode()
                     throws org.xerial.core.XerialException
例外:
org.xerial.core.XerialException

startTomcatServer

public void startTomcatServer(UTGBPortableConfig utgbPortableConfig)
                       throws org.xerial.core.XerialException
starts the Tomcat server

例外:
org.xerial.core.XerialException

stopTomcatServer

public void stopTomcatServer(UTGBPortableConfig config)
stops the Tomcat server



Copyright © 2007-2011 utgenome.org. All Rights Reserved.