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

java.lang.Object
  extended byorg.objectweb.cjdbc.console.text.commands.ConsoleCommand
      extended byorg.objectweb.cjdbc.console.text.commands.monitor.AbstractMonitorCommand
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
ChangeTarget, ShowBackends, ShowCache, ShowCacheStats, ShowController, ShowDatabases, ShowRecoveryLog, ShowScheduler, ShowStats

public abstract class AbstractMonitorCommand
extends ConsoleCommand

This class defines a AbstractMonitorCommand

Version:
1.0
Author:
Nicolas Modrzyk

Field Summary
protected  java.lang.String currentTarget
           
protected  RmiJmxClient jmxClient
           
protected  MonitorConsole module
           
 
Fields inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand
console
 
Constructor Summary
AbstractMonitorCommand(MonitorConsole module)
          Creates a new AbstractMonitorCommand.java object
 
Method Summary
 void setCurrentTarget(java.lang.String currentTarget)
          Sets the currentTarget value.
 
Methods inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand
compareTo, execute, getCommandDescription, getCommandName, getCommandParameters, getUsage, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

protected MonitorConsole module

jmxClient

protected RmiJmxClient jmxClient

currentTarget

protected java.lang.String currentTarget
Constructor Detail

AbstractMonitorCommand

public AbstractMonitorCommand(MonitorConsole module)
Creates a new AbstractMonitorCommand.java object

Parameters:
module - the monitor console
Method Detail

setCurrentTarget

public void setCurrentTarget(java.lang.String currentTarget)
Sets the currentTarget value.

Parameters:
currentTarget - The currentTarget to set.


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.