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

org.objectweb.cjdbc.console.text.commands.monitor.ShowDatabases Class Reference

Inheritance diagram for org.objectweb.cjdbc.console.text.commands.monitor.ShowDatabases:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ShowDatabases (MonitorConsole module)
void parse (String commandText) throws Exception
String getCommandName ()
String getCommandDescription ()

Detailed Description

This class defines a ShowDatabases

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file ShowDatabases.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.console.text.commands.monitor.ShowDatabases.ShowDatabases MonitorConsole  module  ) 
 

Creates a new ShowDatabases.java object

Parameters:
module monitoring module

Definition at line 45 of file ShowDatabases.java.

00046   {
00047     super(module);
00048   }


Member Function Documentation

String org.objectweb.cjdbc.console.text.commands.monitor.ShowDatabases.getCommandDescription  )  [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandDescription()

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 70 of file ShowDatabases.java.

00071   {
00072     return ConsoleTranslate.get("monitor.command.databases");
00073   }

String org.objectweb.cjdbc.console.text.commands.monitor.ShowDatabases.getCommandName  )  [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandName()

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 62 of file ShowDatabases.java.

00063   {
00064     return "showDatabases";
00065   }

void org.objectweb.cjdbc.console.text.commands.monitor.ShowDatabases.parse String  commandText  )  throws Exception [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.parse(java.lang.String)

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 53 of file ShowDatabases.java.

References org.objectweb.cjdbc.console.jmx.RmiJmxClient.getDataCollectorProxy(), and org.objectweb.cjdbc.console.text.Console.showInfo().

00054   {
00055     console.showInfo(jmxClient.getDataCollectorProxy()
00056         .retrieveVirtualDatabasesData(), new DatabasesViewer(null));
00057   }


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