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

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

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

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

説明

This class defines a RefreshLogs

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

RefreshLogs.java40 行で定義されています。

Public メソッド

String getCommandDescription ()
String getCommandName ()
void parse (String commandText) throws IOException,ConsoleException
 RefreshLogs (AbstractConsoleModule module)


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

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

Creates a new RefreshLogs.java object

引数:
module the command is attached to
RefreshLogs.java78 行で定義されています。
00079 { 00080 super(module); 00081 }


メソッド

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

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

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

RefreshLogs.java46 行で定義されています。

00047 { 00048 return ConsoleTranslate.get("controller.command.refreshlogs"); 00049 }

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

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

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

RefreshLogs.java53 行で定義されています。

00054 { 00055 return "refreshLogs"; 00056 }

void org.objectweb.cjdbc.console.text.commands.controller.RefreshLogs.parse String  commandText  )  throws IOException,ConsoleException [virtual]
 

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

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

RefreshLogs.java60 行で定義されています。

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

00061 { 00062 try 00063 { 00064 jmxClient.getControllerProxy().refreshLogConfiguration(); 00065 console.println(ConsoleTranslate.get("controller.command.refreshlogs.complete")); 00066 } 00067 catch (Exception e) 00068 { 00069 throw new ConsoleException(ConsoleTranslate.get("controller.command.refreshlogs.failed",e)); 00070 } 00071 00072 }


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