Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

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

Inheritance diagram for org.objectweb.cjdbc.console.text.commands.dbadmin.AbstractAdminCommand:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.cjdbc.console.text.commands.dbadmin.AbstractAdminCommand:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AbstractAdminCommand (VirtualDatabaseAdmin module)

Protected Attributes

String user
String password
String dbName

Detailed Description

This class defines a AbstractAdminCommand

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 36 of file AbstractAdminCommand.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.console.text.commands.dbadmin.AbstractAdminCommand.AbstractAdminCommand VirtualDatabaseAdmin  module  ) 
 

Creates a new AbstractAdminCommand.java object

Parameters:
module the command is attached to

Definition at line 45 of file AbstractAdminCommand.java.

References org.objectweb.cjdbc.console.text.module.VirtualDatabaseAdmin.getLogin(), org.objectweb.cjdbc.console.text.module.VirtualDatabaseAdmin.getPassword(), and org.objectweb.cjdbc.console.text.module.VirtualDatabaseAdmin.getVirtualDbName().

00046   {
00047     super(module);
00048     user = module.getLogin();
00049     password = module.getPassword();
00050     dbName = module.getVirtualDbName();
00051   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:02:52 2005 for C-JDBC by  doxygen 1.3.9.1