All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class NET.shudo.moba.place.MobaPlace

java.lang.Object
   |
   +----NET.shudo.moba.place.MobaPlace

public class MobaPlace
extends Object
移送スレッドの place。
ThreadServer, ClassServer, CommandServer など 各種デーモンを起動する。

See Also:
ThreadServer, ClassServer, CommandServer

Variable Index

 o accessController
アクセスコントローラ。
 o THREAD_TANK_NAME
移送スレッドの ThreadGroup の名前。
 o threadPool
スレッドプール。接続(移送,コマンド)をさばくスレッドをここから調達する。
 o threadTank
移送スレッドの ThreadGroup。

Constructor Index

 o MobaPlace()

Method Index

 o debug()
デバッグフラグを返す。
 o eventNotifier()
 o main(String[])
 o threadByID(int)
 o threads()
 o usage()

Variables

 o THREAD_TANK_NAME
 public static final String THREAD_TANK_NAME
移送スレッドの ThreadGroup の名前。

 o threadTank
 public static final ThreadGroup threadTank
移送スレッドの ThreadGroup。

 o threadPool
 public static final ThreadPool threadPool
スレッドプール。接続(移送,コマンド)をさばくスレッドをここから調達する。

 o accessController
 public static AccessController accessController
アクセスコントローラ。

Constructors

 o MobaPlace
 public MobaPlace()

Methods

 o debug
 public static boolean debug()
デバッグフラグを返す。

 o usage
 public void usage()
 o threadByID
 public static Thread threadByID(int id)
 o threads
 public static Thread[] threads()
 o eventNotifier
 public static PlaceEventNotifier eventNotifier()
 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index