|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.console.text.commands.ConsoleCommand
org.objectweb.cjdbc.console.text.commands.dbadmin.AbstractAdminCommand
org.objectweb.cjdbc.console.text.commands.dbadmin.Replicate
This class defines a Replicate
| Field Summary |
| Fields inherited from class org.objectweb.cjdbc.console.text.commands.dbadmin.AbstractAdminCommand |
dbName, password, user |
| Fields inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand |
console, jmxClient, module |
| Constructor Summary | |
Replicate(VirtualDatabaseAdmin module)
Creates a new Replicate.java object |
|
| Method Summary | |
java.lang.String |
getCommandDescription()
Get the description of the command |
java.lang.String |
getCommandName()
Get the name of the command |
java.lang.String |
getCommandParameters()
Return a String description of the parameters of this
command. |
void |
parse(java.lang.String commandText)
Parse the text of the command |
| Methods inherited from class org.objectweb.cjdbc.console.text.commands.ConsoleCommand |
compareTo, execute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Replicate(VirtualDatabaseAdmin module)
Replicate.java object
module - admin module| Method Detail |
public void parse(java.lang.String commandText)
throws java.lang.Exception
ConsoleCommand
parse in class ConsoleCommandcommandText - the command text
java.lang.Exception - if connection with the mbean server is lost or command
does not have the proper formatConsoleCommand.parse(java.lang.String)public java.lang.String getCommandParameters()
ConsoleCommandString description of the parameters of this
command.
getCommandParameters in class ConsoleCommandString like <driverPathName>ConsoleCommand.getCommandParameters()public java.lang.String getCommandName()
ConsoleCommand
getCommandName in class ConsoleCommandString of the command nameConsoleCommand.getCommandName()public java.lang.String getCommandDescription()
ConsoleCommand
getCommandDescription in class ConsoleCommandString of the command descriptionConsoleCommand.getCommandDescription()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||