sdlip.examples
Class DumpServer

java.lang.Object
  |
  +--sdlip.examples.DumpServer

public class DumpServer
extends java.lang.Object
implements Search, ResultAccess


Constructor Summary
DumpServer()
           
 
Method Summary
 void cancelRequest(int serverSID, int reqID)
           
 void extendStateTimeout(int serverSID, int additionalTime, org.omg.CORBA.IntHolder timeAllotted)
           
 void getDocs(int serverSID, int reqID, XMLObject docPropList, java.lang.String docsToGet, XMLObject res)
           
 void getSessionInfo(int serverSID, org.omg.CORBA.IntHolder expectedTotal, org.omg.CORBA.IntHolder stateTimeout)
           
static void main(java.lang.String[] args)
           
 void search(int clientSID, XMLObject subcollections, XMLObject query, int numDocs, XMLObject docProps, int stateTimeoutReq, XMLObject queryOptions, org.omg.CORBA.IntHolder stateTimeout, org.omg.CORBA.IntHolder serverSID, XMLObject serverDelegate, XMLObject result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpServer

public DumpServer()
Method Detail

search

public void search(int clientSID,
                   XMLObject subcollections,
                   XMLObject query,
                   int numDocs,
                   XMLObject docProps,
                   int stateTimeoutReq,
                   XMLObject queryOptions,
                   org.omg.CORBA.IntHolder stateTimeout,
                   org.omg.CORBA.IntHolder serverSID,
                   XMLObject serverDelegate,
                   XMLObject result)
            throws SDLIPException
Specified by:
search in interface Search

cancelRequest

public void cancelRequest(int serverSID,
                          int reqID)
                   throws SDLIPException
Specified by:
cancelRequest in interface ResultAccess

getSessionInfo

public void getSessionInfo(int serverSID,
                           org.omg.CORBA.IntHolder expectedTotal,
                           org.omg.CORBA.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,
                               org.omg.CORBA.IntHolder timeAllotted)
                        throws SDLIPException
Specified by:
extendStateTimeout in interface ResultAccess

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception