src/org/objectweb/cjdbc/console/text/commands/controller/RefreshLogs.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.console.text.commands.controller; 00026 00027 import java.io.IOException; 00028 00029 import org.objectweb.cjdbc.common.i18n.ConsoleTranslate; 00030 import org.objectweb.cjdbc.console.text.ConsoleException; 00031 import org.objectweb.cjdbc.console.text.commands.ConsoleCommand; 00032 import org.objectweb.cjdbc.console.text.module.AbstractConsoleModule; 00033 00040 public class RefreshLogs extends ConsoleCommand 00041 { 00042 00046 public String getCommandDescription() 00047 { 00048 return ConsoleTranslate.get("controller.command.refreshlogs"); 00049 } 00053 public String getCommandName() 00054 { 00055 return "refreshLogs"; 00056 } 00060 public void parse(String commandText) throws IOException,ConsoleException 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 } 00078 public RefreshLogs(AbstractConsoleModule module) 00079 { 00080 super(module); 00081 } 00082 }

CJDBCversion1.0.4に対してTue Oct 12 15:15:59 2004に生成されました。 doxygen 1.3.8