インタフェース
jp.wda.g2.extention.socklet.CommandRequest の使用

CommandRequest を使用しているパッケージ
jp.wda.g2.extention.socklet   
 

jp.wda.g2.extention.socklet での CommandRequest の使用
 

jp.wda.g2.extention.socklet での CommandRequest のサブインタフェース
 interface XMLCommandRequest
          
[変更履歴]
2.0.0-a1 2006/06/04 19:14:11 導入
 

CommandRequest を実装している jp.wda.g2.extention.socklet のクラス
 class CommandRequestImpl
          
[変更履歴]
2.0.0-a1 2006/03/03 1:18:28 導入
 class XMLCommandRequestImpl
          
[変更履歴]
2.0.0-a1 2006/06/04 18:47:28 導入
 

CommandRequest を返す jp.wda.g2.extention.socklet のメソッド
protected  CommandRequest XMLCommandSocklet.parseCommand(CommandRequestImpl req)
          送られてきたコマンドを解析し、メソッドをリフレクションするための情報を作成します。
protected abstract  CommandRequest CommandSocklet.parseCommand(CommandRequestImpl request)
          送られてきたコマンドを解析し、メソッドをリフレクションするための情報を作成します。
 

CommandRequest 型のパラメータを持つ jp.wda.g2.extention.socklet のメソッド
 java.lang.Object CommandSocklet.cmdUndefined(CommandRequest request)
          コマンド名処理リフレクションメソッド未定義字の処理を行ないます。
 java.lang.Object ICommandSocklet.doCommandMethod(CommandRequest request)
           
 java.lang.Object CommandSocklet.doCommandMethod(CommandRequest request)
           
 void CommandSocklet.preProcess(CommandRequest request)
          コマンド実行前処理を行ないます。