Uses of Class
uk.org.ogsadai.client.databrowser.commands.Command

Packages that use Command
uk.org.ogsadai.client.databrowser Provides a graphical user-interface client (DataBrowser) to OGSA-DAI services. 
uk.org.ogsadai.client.databrowser.commands Provides classes to execute requests on an OGSA-DAI service via the client toolkit. 
 

Uses of Command in uk.org.ogsadai.client.databrowser
 

Methods in uk.org.ogsadai.client.databrowser with parameters of type Command
 void DBQueryController.runCommand(Command command)
          Executes a command.
 

Uses of Command in uk.org.ogsadai.client.databrowser.commands
 

Subclasses of Command in uk.org.ogsadai.client.databrowser.commands
 class SQLBagCommand
          Class to manage execution of SQL queries for the databrowser.
 class SQLQueryCommand
          Class to manage execution of SQL queries for the databrowser.
 class SQLResilientCommand
          Class to manage execution of SQL queries for the databrowser.
 class SQLUpdateCommand
          Class to manage execution of SQL updates for the databrowser.
 class XPathQueryCommand
          Class to manage execution of XPath queries for the databrowser.
 class XQueryCommand
          Class to manage execution of XQuery requests for the databrowser.
 

Methods in uk.org.ogsadai.client.databrowser.commands that return Command
static Command CommandFactory.create(java.lang.String name, DBQueryController controller)
          Creates a command.