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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

This class defines a ShowCacheStats

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file ShowCacheStats.java.


Constructor & Destructor Documentation

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

Creates a new ShowCacheStats.java object

Parameters:
module monitoring module

Definition at line 45 of file ShowCacheStats.java.

00046   {
00047     super(module);
00048   }


Member Function Documentation

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

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

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

00063   {
00064     return "showCacheStats";
00065   }

void org.objectweb.cjdbc.console.text.commands.monitor.ShowCacheStats.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 ShowCacheStats.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 CacheStatsViewer(null));
00057   }


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