Uses of Class
com.indexdata.masterkey.pazpar2.client.ClientCommand

Packages that use ClientCommand
com.indexdata.masterkey.pazpar2.client   
 

Uses of ClientCommand in com.indexdata.masterkey.pazpar2.client
 

Methods in com.indexdata.masterkey.pazpar2.client that return ClientCommand
 ClientCommand Pazpar2Session.getSearchCommand()
           
 ClientCommand Pazpar2Client.getSearchCommand()
          Returns the most recent search command registered with this client
 ClientCommand AbstractPazpar2Client.getSearchCommand()
          Returns the latest search command executed through this proxy client
 

Methods in com.indexdata.masterkey.pazpar2.client with parameters of type ClientCommand
 Pazpar2HttpResponse Pazpar2Client.executeCommand(ClientCommand command, OutputStream os)
          Forwards any Pazpar2 command and stores the results in the OutputStream
 Pazpar2HttpResponse AbstractPazpar2Client.executeCommand(ClientCommand command, OutputStream os)
           
 boolean ClientCommand.isSameAs(ClientCommand anotherCommand)
          Compares queryStrings
 void Pazpar2Session.setSearchCommand(ClientCommand command)
          If the command is a search it is inserted as latest command and the hitherto latest search command is now previous.
 void Pazpar2Client.setSearchCommand(ClientCommand command)
          Stores the latest search command issued through this proxy client
 void AbstractPazpar2Client.setSearchCommand(ClientCommand command)
          Stores the current search command on the proxy client
 



Copyright © 2012. All Rights Reserved.