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
   
  -   accessController accessController
-   アクセスコントローラ。
  
-   THREAD_TANK_NAME THREAD_TANK_NAME
-   移送スレッドの ThreadGroup の名前。
  
-   threadPool threadPool
-   スレッドプール。接続(移送,コマンド)をさばくスレッドをここから調達する。
  
-   threadTank threadTank
-   移送スレッドの ThreadGroup。
   
  -   MobaPlace() MobaPlace()
-  
   
  -   debug() debug()
-  デバッグフラグを返す。
  
-   eventNotifier() eventNotifier()
-  
  
-   main(String[]) main(String[])
-  
  
-   threadByID(int) threadByID(int)
-  
  
-   threads() threads()
-  
  
-   usage() usage()
-  
   
 THREAD_TANK_NAME
THREAD_TANK_NAME
 public static final String THREAD_TANK_NAME
  -  移送スレッドの ThreadGroup の名前。
 
 threadTank
threadTank
 public static final ThreadGroup threadTank
  -  移送スレッドの ThreadGroup。
 
 threadPool
threadPool
 public static final ThreadPool threadPool
  -  スレッドプール。接続(移送,コマンド)をさばくスレッドをここから調達する。
 
 accessController
accessController
 public static AccessController accessController
  -  アクセスコントローラ。
 
   
 MobaPlace
MobaPlace
 public MobaPlace()
   
 debug
debug
 public static boolean debug()
  -  デバッグフラグを返す。
 
 usage
usage
 public void usage()
 threadByID
threadByID
 public static Thread threadByID(int id)
 threads
threads
 public static Thread[] threads()
 eventNotifier
eventNotifier
 public static PlaceEventNotifier eventNotifier()
 main
main
 public static void main(String argv[])
All Packages  Class Hierarchy  This Package  Previous  Next  Index