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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

This class defines a ShowCache

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file ShowCache.java.


Constructor & Destructor Documentation

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

Creates a new ShowCache.java object

Parameters:
module monitor module

Definition at line 45 of file ShowCache.java.

00046   {
00047     super(module);
00048   }


Member Function Documentation

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

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

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

00063   {
00064     return "showCache";
00065   }

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

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

00054   {
00055     console.showInfo(jmxClient.getDataCollectorProxy().retrieveCacheData(
00056         currentTarget), new CacheViewer(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