sdlip.helpers
Class ClientDaslTransport
java.lang.Object
|
+--sdlip.helpers.ClientTransportModule
|
+--sdlip.helpers.ClientDaslTransport
- public class ClientDaslTransport
- extends ClientTransportModule
Constructor Summary
Method Summary
void
search(int clientSID,
XMLObject subcols,
XMLObject query,
int numDocs,
XMLObject docProps,
int stateTimeoutReq,
XMLObject queryOptions,
IntHolder expectedTotal,
IntHolder stateTimeout,
IntHolder serverSID,
XMLObject serverDelegate,
XMLObject result)
Implementation of the search method of the Abstract Interface
void
setAuthorization(java.lang.String name,
java.lang.String passwd)
experimental use only; needed to talk to Glyphica server
void
setProtocolVersion(java.lang.String version)
experimental use only; needed to talk to Glyphica server
Methods inherited from class java.lang.Object
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait
Constructor Detail
ClientDaslTransport
public ClientDaslTransport()
ClientDaslTransport
public ClientDaslTransport(java.lang.String lsp)
throws SDLIPException
Method Detail
setLspUri
public void setLspUri(java.lang.String lspStr)
throws SDLIPException
- Overrides:
- setLspUri in class ClientTransportModule
setAuthorization
public void setAuthorization(java.lang.String name,
java.lang.String passwd)
- experimental use only; needed to talk to Glyphica server
setProtocolVersion
public void setProtocolVersion(java.lang.String version)
- experimental use only; needed to talk to Glyphica server
search
public void search(int clientSID,
XMLObject subcols,
XMLObject query,
int numDocs,
XMLObject docProps,
int stateTimeoutReq,
XMLObject queryOptions,
IntHolder expectedTotal,
IntHolder stateTimeout,
IntHolder serverSID,
XMLObject serverDelegate,
XMLObject result)
throws SDLIPException
- Implementation of the search method of the Abstract Interface
cancelRequest
public void cancelRequest(int serverSID,
int reqID)
throws SDLIPException
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
getInterface
public void getInterface(XMLObject intf)
throws SDLIPException
getSubcollectionInfo
public void getSubcollectionInfo(XMLObject subcolInfo)
throws SDLIPException
getPropertyInfo
public void getPropertyInfo(java.lang.String subcolName,
XMLObject propInfo)
throws SDLIPException
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object