src/org/objectweb/cjdbc/console/text/commands/controller/GetXml.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.ConsoleException; 00029 import org.objectweb.cjdbc.console.text.commands.ConsoleCommand; 00030 import org.objectweb.cjdbc.console.text.module.AbstractConsoleModule; 00031 00038 public class GetXml extends ConsoleCommand 00039 { 00040 00046 public GetXml(AbstractConsoleModule module) 00047 { 00048 super(module); 00049 } 00050 00054 public void parse(String commandText) throws Exception 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 } 00066 00070 public String getCommandName() 00071 { 00072 return "getXml"; 00073 } 00074 00078 public String getCommandDescription() 00079 { 00080 return ConsoleTranslate.get("controller.command.getXml"); 00081 } 00082 00083 }

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