cm.bound.admin
クラス AdminServer

java.lang.Object
  拡張java.lang.Thread
      拡張cm.bound.admin.AdminServer
すべての実装インタフェース:
java.lang.Runnable

public class AdminServer
extends java.lang.Thread

$Rev: 68 $
$Date: 2005-03-06 17:02:22 +0900 (Sun, 06 Mar 2005) $
$Author: C.M $

管理コマンド受付け用サーバスレッドを表すクラス。


フィールドの概要
 
クラス java.lang.Thread から継承したフィールド
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
コンストラクタの概要
AdminServer(int port)
           
 
メソッドの概要
 void run()
           
 
クラス java.lang.Thread から継承したメソッド
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AdminServer

public AdminServer(int port)
メソッドの詳細

run

public void run()