src/org/objectweb/cjdbc/console/text/commands/dbadmin/EnableAll.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.console.text.commands.dbadmin; 00026 00027 import org.objectweb.cjdbc.common.i18n.ConsoleTranslate; 00028 import org.objectweb.cjdbc.console.text.module.VirtualDatabaseAdmin; 00029 00036 public class EnableAll extends AbstractAdminCommand 00037 { 00038 00044 public EnableAll(VirtualDatabaseAdmin module) 00045 { 00046 super(module); 00047 } 00048 00052 public void parse(String commandText) throws Exception 00053 { 00054 String checkpointName = commandText.trim(); 00055 jmxClient.getVirtualDatabaseProxy(dbName, user, password).enableAllBackend( 00056 checkpointName); 00057 } 00058 00062 public String getCommandName() 00063 { 00064 return "enableAll"; 00065 } 00066 00070 public String getCommandDescription() 00071 { 00072 return ConsoleTranslate.get("admin.command.enableAll"); 00073 } 00074 00078 public String getCommandParameters() 00079 { 00080 return "[<checkpoint>]"; 00081 } 00082 }

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