org.objectweb.cjdbc.console.text.commands.dbadmin
Class AbstractAdminCommand

java.lang.Object
  extended byorg.objectweb.cjdbc.console.text.commands.ConsoleCommand
      extended byorg.objectweb.cjdbc.console.text.commands.dbadmin.AbstractAdminCommand
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
Backup, CopyLogFromCheckpoint, DeleteLogUpToCheckpoint, Disable, DisableAll, DisableRead, DisableWrite, Enable, EnableAll, EnableRead, EnableWrite, ExpertMode, ForceDisable, ForceEnable, GetBackendSchema, GetXml, ListBackends, RemoveCheckpoint, RemoveDump, Replicate, Restore, SetCheckpoint, ShowBackend, ShowBackendState, ShowControllers, TransferBackend, TransferDump, UpdateDumpPath, ViewBackupers, ViewCheckpointNames, ViewDumps

public abstract class AbstractAdminCommand
extends ConsoleCommand

This class defines a AbstractAdminCommand

Version:
1.0
Author:
Nicolas Modrzyk

Field Summary
protected  java.lang.String dbName
           
protected  java.lang.String password
           
protected  java.lang.String user
           
 
Fields inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand
console, jmxClient, module
 
Constructor Summary
AbstractAdminCommand(VirtualDatabaseAdmin module)
          Creates a new AbstractAdminCommand.java object
 
Methods inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand
compareTo, execute, getCommandDescription, getCommandName, getCommandParameters, getUsage, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected java.lang.String user

password

protected java.lang.String password

dbName

protected java.lang.String dbName
Constructor Detail

AbstractAdminCommand

public AbstractAdminCommand(VirtualDatabaseAdmin module)
Creates a new AbstractAdminCommand.java object

Parameters:
module - the command is attached to


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.