クラス org.objectweb.cjdbc.console.text.commands.controller.GetInfo

org.objectweb.cjdbc.console.text.commands.controller.GetInfoに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.console.text.commands.controller.GetInfoのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

This class defines a GetInfo

作者:
Nicolas Modrzyk
バージョン:
1.0

GetInfo.java38 行で定義されています。

Public メソッド

 GetInfo (AbstractConsoleModule module)
void parse (String commandText) throws Exception
String getCommandName ()
String getCommandDescription ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.console.text.commands.controller.GetInfo.GetInfo AbstractConsoleModule  module  ) 
 

Creates a new GetInfo.java object

引数:
module the command is attached to
GetInfo.java46 行で定義されています。
00047 { 00048 super(module); 00049 }


メソッド

String org.objectweb.cjdbc.console.text.commands.controller.GetInfo.getCommandDescription  )  [virtual]
 

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandDescription()

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

GetInfo.java79 行で定義されています。

00080 { 00081 return ConsoleTranslate.get("controller.command.getInfo"); 00082 }

String org.objectweb.cjdbc.console.text.commands.controller.GetInfo.getCommandName  )  [virtual]
 

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandName()

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

GetInfo.java71 行で定義されています。

00072 { 00073 return "getInfo"; 00074 }

void org.objectweb.cjdbc.console.text.commands.controller.GetInfo.parse String  commandText  )  throws Exception [virtual]
 

参照:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.parse(java.lang.String)

org.objectweb.cjdbc.console.text.commands.ConsoleCommandを実装しています.

GetInfo.java54 行で定義されています。

参照先 org.objectweb.cjdbc.console.jmx.RmiJmxClient.getControllerProxy(), と org.objectweb.cjdbc.console.text.Console.println().

00055 { 00056 try 00057 { 00058 console.println(jmxClient.getControllerProxy().viewInfo()); 00059 } 00060 catch (Exception e) 00061 { 00062 throw new ConsoleException(ConsoleTranslate.get( 00063 "controller.command.getInfo.failed", e)); 00064 } 00065 00066 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:26 2004に生成されました。 doxygen 1.3.8