sdlip.examples
Class BritannicaLSP
java.lang.Object
|
+--sdlip.examples.BritannicaLSP
- public class BritannicaLSP
- extends java.lang.Object
- implements Search, ResultAccess, Metadata, Timeoutable
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 |
getInterface(XMLObject version)
|
void |
getPropertyInfo(java.lang.String subcolName,
XMLObject propInfo)
|
void |
getSessionInfo(int serverSID,
IntHolder expectedTotal,
IntHolder stateTimeout)
|
void |
getSubcollectionInfo(XMLObject subcolInfo)
|
static void |
main(java.lang.String[] args)
|
void |
search(int clientSID,
XMLObject subcollections,
XMLObject query,
int numDocs,
XMLObject docProps,
int stateTimeoutReq,
XMLObject queryOptions,
IntHolder expectedTotal,
IntHolder stateTimeout,
IntHolder serverSID,
XMLObject serverDelegate,
XMLObject result)
|
void |
setDBG(DBG dbg)
|
void |
timeout(java.lang.Object handle)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
BritannicaLSP
public BritannicaLSP()
setDBG
public void setDBG(DBG dbg)
search
public void search(int clientSID,
XMLObject subcollections,
XMLObject query,
int numDocs,
XMLObject docProps,
int stateTimeoutReq,
XMLObject queryOptions,
IntHolder expectedTotal,
IntHolder stateTimeout,
IntHolder serverSID,
XMLObject serverDelegate,
XMLObject result)
throws SDLIPException
- Specified by:
- search in interface Search
timeout
public void timeout(java.lang.Object handle)
- Specified by:
- timeout in interface Timeoutable
getInterface
public void getInterface(XMLObject version)
throws SDLIPException
- Specified by:
- getInterface in interface Metadata
getSubcollectionInfo
public void getSubcollectionInfo(XMLObject subcolInfo)
throws SDLIPException
- Specified by:
- getSubcollectionInfo in interface Metadata
getPropertyInfo
public void getPropertyInfo(java.lang.String subcolName,
XMLObject propInfo)
throws SDLIPException
- Specified by:
- getPropertyInfo in interface Metadata
cancelRequest
public void cancelRequest(int serverSID,
int reqID)
throws SDLIPException
- Specified by:
- cancelRequest in interface ResultAccess
getSessionInfo
public void getSessionInfo(int serverSID,
IntHolder expectedTotal,
IntHolder stateTimeout)
throws SDLIPException
- Specified by:
- getSessionInfo in interface ResultAccess
getDocs
public void getDocs(int serverSID,
int reqID,
XMLObject docPropList,
java.lang.String docsToGet,
XMLObject res)
throws SDLIPException
- Specified by:
- getDocs in interface ResultAccess
extendStateTimeout
public void extendStateTimeout(int serverSID,
int additionalTime,
IntHolder timeAllotted)
throws SDLIPException
- Specified by:
- extendStateTimeout in interface ResultAccess
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
main
public static void main(java.lang.String[] args)
throws java.lang.Exception