Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.DSIParms

Uses of DSIParms in org.mitre.cvw
 

Fields in org.mitre.cvw declared as DSIParms
(package private)  DSIParms DSIController.resultParms
           
(package private)  DSIParms DocServerInterface.result
           
(package private)  DSIParms DocServerInterface.parms
           
 

Methods in org.mitre.cvw that return DSIParms
 DSIParms DSIController.startDSSyncOp(int opcode, DSIParms params)
          Start a request, and wait for it to finish.
private  DSIParms DSIController.handleThreadReturn(int threadID)
          Handles the return of a particular thread.
 

Methods in org.mitre.cvw with parameters of type DSIParms
 int DSIController.startDSOp(int opcode, DSIParms params)
          Methods to start a DS request, query a current request's status, and retrieve the results of a request Start a request.
 DSIParms DSIController.startDSSyncOp(int opcode, DSIParms params)
          Start a request, and wait for it to finish.
 

Constructors in org.mitre.cvw with parameters of type DSIParms
DocServerInterface(DSIController dsiController, int Operation, DSIParms params, int myID)
          Constructor