sdlip
Interface ResultAccess
- All Known Implementing Classes:
- ClientTransportModule, SwitchBoardLSP, BritannicaLSP, Z39LSP
- public abstract interface ResultAccess
This is the SDLIP ResultAccess interface.
CANCEL_ALL_REQUESTS
public static final int CANCEL_ALL_REQUESTS
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