sdlip
Interface ResultAccess

All Known Implementing Classes:
ClientTransportModule, SwitchBoardLSP, BritannicaLSP, Z39LSP

public abstract interface ResultAccess

This is the SDLIP ResultAccess interface.


Field Summary
static int CANCEL_ALL_REQUESTS
           
 
Method Summary
 void cancelRequest(int serverSID, int reqID)
           
 void extendStateTimeout(int serverSID, int additionalTime, IntHolder timeAllotted)
           
 void getDocs(int serverSID, int reqID, XMLObject docPropList, java.lang.String docsToGet, XMLObject res)
           
 void getSessionInfo(int serverSID, IntHolder expectedTotal, IntHolder stateTimeout)
           
 

Field Detail

CANCEL_ALL_REQUESTS

public static final int CANCEL_ALL_REQUESTS
Method Detail

getSessionInfo

public void getSessionInfo(int serverSID,
                           IntHolder expectedTotal,
                           IntHolder stateTimeout)
                    throws SDLIPException

getDocs

public void getDocs(int serverSID,
                    int reqID,
                    XMLObject docPropList,
                    java.lang.String docsToGet,
                    XMLObject res)
             throws SDLIPException

extendStateTimeout

public void extendStateTimeout(int serverSID,
                               int additionalTime,
                               IntHolder timeAllotted)
                        throws SDLIPException

cancelRequest

public void cancelRequest(int serverSID,
                          int reqID)
                   throws SDLIPException