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

説明を見る。
00001 00025 package org.objectweb.cjdbc.console.text.commands.controller; 00026 00027 import org.objectweb.cjdbc.common.i18n.ConsoleTranslate; 00028 import org.objectweb.cjdbc.console.text.commands.ConsoleCommand; 00029 import org.objectweb.cjdbc.console.text.module.AbstractConsoleModule; 00030 00037 public class Monitor extends ConsoleCommand 00038 { 00039 00045 public Monitor(AbstractConsoleModule module) 00046 { 00047 super(module); 00048 } 00049 00053 public void parse(String commandText) throws Exception 00054 { 00055 console.getMonitorModule().login(new String[]{commandText.trim()}); 00056 console.getMonitorModule().handlePrompt(); 00057 } 00058 00062 public String getCommandName() 00063 { 00064 return "monitor"; 00065 } 00066 00070 public String getCommandDescription() 00071 { 00072 return ConsoleTranslate.get("controller.command.monitor"); 00073 } 00074 00078 public String getCommandParameters() 00079 { 00080 return "<VirtualDatabase>"; 00081 } 00082 }

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