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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AbstractMonitorCommand (MonitorConsole module)
void setCurrentTarget (String currentTarget)

Protected Attributes

MonitorConsole module
RmiJmxClient jmxClient
String currentTarget

Detailed Description

This class defines a AbstractMonitorCommand

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file AbstractMonitorCommand.java.


Constructor & Destructor Documentation

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

Creates a new AbstractMonitorCommand.java object

Parameters:
module the monitor console

Definition at line 49 of file AbstractMonitorCommand.java.

References org.objectweb.cjdbc.console.text.Console.getJmxClient().

00050   {
00051     super(module);
00052     this.module = module;
00053     this.currentTarget = module.getCurrentTarget();
00054     this.jmxClient = console.getJmxClient();
00055   }


Member Function Documentation

void org.objectweb.cjdbc.console.text.commands.monitor.AbstractMonitorCommand.setCurrentTarget String  currentTarget  ) 
 

Sets the currentTarget value.

Parameters:
currentTarget The currentTarget to set.

Definition at line 62 of file AbstractMonitorCommand.java.

00063   {
00064     this.currentTarget = currentTarget;
00065   }


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