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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

This class defines a ShowBackends

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file monitor/ShowBackends.java.


Constructor & Destructor Documentation

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

Creates a new ShowBackends.java object

Parameters:
module monitoring module

Definition at line 45 of file monitor/ShowBackends.java.

00046   {
00047     super(module);
00048   }


Member Function Documentation

String org.objectweb.cjdbc.console.text.commands.monitor.ShowBackends.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 monitor/ShowBackends.java.

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

String org.objectweb.cjdbc.console.text.commands.monitor.ShowBackends.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 monitor/ShowBackends.java.

00063   {
00064     return "showBackends";
00065   }

void org.objectweb.cjdbc.console.text.commands.monitor.ShowBackends.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 monitor/ShowBackends.java.

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

00054   {
00055     console.showInfo(jmxClient.getDataCollectorProxy().retrieveBackendsData(
00056         currentTarget), new BackendViewer(null));
00057   }


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