クラス
jp.wda.gpss.system.ExecutableBase の使用

ExecutableBase を使用しているパッケージ
jp.wda.gpss   
jp.wda.gpss.system   
 

jp.wda.gpss での ExecutableBase の使用
 

ExecutableBase を返す jp.wda.gpss のメソッド
 ExecutableBase GeneralSocklet.getMain()
          推奨されていません。  
 

ExecutableBase 型のパラメータを持つ jp.wda.gpss のメソッド
 void Socklet.deployedBy(ExecutableBase server, java.lang.String name)
          このSockletを配備したSocklet名を設定します。
 void GeneralSocklet.setMain(ExecutableBase server)
          メインサーバを設定します。
 void GeneralSocklet.deployedBy(ExecutableBase server, java.lang.String name)
          このSockletを配備したSocklet名を設定します。
 

jp.wda.gpss.system での ExecutableBase の使用
 

jp.wda.gpss.system での ExecutableBase のサブクラス
 class Main
           [ OProject GPSS for FlashMX ] FlashMX用汎用ソケットサーバ
ソケット待ちうけメインサーバクラス

一番目の引数に、config.xml初期設定ファイルを指定して、起動してください。
 class MainNio
           [ OProject GPSS for FlashMX ] FlashMX用汎用ソケットサーバ
ソケット待ちうけメインサーバクラス

一番目の引数に、config.xml初期設定ファイルを指定して、起動してください。
 class MainNioPooledThread
           [ OProject GPSS for FlashMX ] FlashMX用汎用ソケットサーバ
ソケット待ちうけメインサーバクラス
java.nioとutil.concurrentを使った実装です。
 class MainReactor
           [ OProject GPSS for FlashMX ] FlashMX用汎用ソケットサーバ
ソケット待ちうけメインサーバクラス
java.nioとutil.concurrentを使った実装です。