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

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

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

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

説明

This class defines a GetXml

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

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

Public メソッド

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


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

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

Creates a new GetXml.java object

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


メソッド

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

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

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

GetXml.java78 行で定義されています。

00079 { 00080 return ConsoleTranslate.get("controller.command.getXml"); 00081 }

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

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

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

GetXml.java70 行で定義されています。

00071 { 00072 return "getXml"; 00073 }

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

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

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

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

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

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


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