Uses of Class
fedora.client.console.ConsoleCommand

Packages that use ConsoleCommand
fedora.client.console   
fedora.client.console.access   
fedora.client.console.management   
 

Uses of ConsoleCommand in fedora.client.console
 

Methods in fedora.client.console that return ConsoleCommand
static ConsoleCommand[] ServiceConsoleCommandFactory.getConsoleCommands(java.lang.Class javaInterface, javax.wsdl.PortType wsdlInterface)
           
 

Methods in fedora.client.console with parameters of type ConsoleCommand
 java.lang.Object Console.getInvocationTarget(ConsoleCommand cmd)
          Gets an object that fulfills the command.
 

Constructors in fedora.client.console with parameters of type ConsoleCommand
ConsoleCommandInvoker(ConsoleCommand command, Console console)
           
 

Uses of ConsoleCommand in fedora.client.console.access
 

Methods in fedora.client.console.access with parameters of type ConsoleCommand
 java.lang.Object AccessConsole.getInvocationTarget(ConsoleCommand cmd)
           
 

Uses of ConsoleCommand in fedora.client.console.management
 

Methods in fedora.client.console.management with parameters of type ConsoleCommand
 java.lang.Object ManagementConsole.getInvocationTarget(ConsoleCommand cmd)