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

org.objectweb.cjdbc.console.text.commands.controller.SaveConfiguration Class Reference

Inheritance diagram for org.objectweb.cjdbc.console.text.commands.controller.SaveConfiguration:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SaveConfiguration (AbstractConsoleModule module)
void parse (String commandText) throws Exception
String getCommandName ()
String getCommandDescription ()

Detailed Description

This class defines a SaveConfiguration

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file SaveConfiguration.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.console.text.commands.controller.SaveConfiguration.SaveConfiguration AbstractConsoleModule  module  ) 
 

Creates a new SaveConfiguration.java object

Parameters:
module the command is attached to

Definition at line 45 of file SaveConfiguration.java.

00046   {
00047     super(module);
00048   }


Member Function Documentation

String org.objectweb.cjdbc.console.text.commands.controller.SaveConfiguration.getCommandDescription  )  [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandDescription()

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 69 of file SaveConfiguration.java.

00070   {
00071     return ConsoleTranslate.get("controller.command.saveConfiguration");
00072   }

String org.objectweb.cjdbc.console.text.commands.controller.SaveConfiguration.getCommandName  )  [virtual]
 

See also:
org.objectweb.cjdbc.console.text.commands.ConsoleCommand.getCommandName()

Implements org.objectweb.cjdbc.console.text.commands.ConsoleCommand.

Definition at line 61 of file SaveConfiguration.java.

00062   {
00063     return "saveConfiguration";
00064   }

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

References org.objectweb.cjdbc.console.jmx.RmiJmxClient.getControllerProxy().

00054   {
00055     jmxClient.getControllerProxy().saveConfiguration();
00056   }


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