All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class bmsi.edx.Edxspool.Request
java.lang.Object
   |
   +----bmsi.edx.Edxspool.Request

  Summary

public static class  Edxspool.Request
     extends java.lang.Object
{
          // Fields 3
     public String btasdir;
     public byte[] parms;
     public String prog;

          // Constructors 1
     public Request();

          // Methods 2
     public short getResult();
     public synchronized short waitForResult() throws InterruptedException;
}


  Cross Reference

Returned By:
Edxspool.Queue.nextRequest()





  Fields

· prog

Summary  |  Top
   public String prog

The EDX program to run in the form "NAME,VOL".


· btasdir

Summary  |  Top
   public String btasdir

The BTAS dir to use in EDX format.


· parms

Summary  |  Top
   public byte[] parms

The Parameter block passed to and returned from the EDX program.


  Constructors

· Request

Summary  |  Top

   public Request() 

Default constructor



  Methods

· getResult

Summary  |  Top
   public short getResult() 

The return code of the EDX program - or 0 if still queued or executing.



· waitForResult

Summary  |  Top
   public synchronized short waitForResult()  throws InterruptedException

Wait for the EDX program to finish executing, and return the result code.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7