All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----bmsi.sna.FIFOSpooler
| Summary |
public class FIFOSpooler
extends java.lang.Object
{
// Constructors 1
public FIFOSpooler();
// Methods 1
public static void main(String[]) throws Exception;
}
Manage a job queue and output spooling using a FIFO interface compatible with the BMS Black Box AS/4 interface. While I have tried to keep the Gateway50 interface itself 100% pure Java, I use some native (Posix) and third party (JGL) libraries here. The FIFO interface is system dependent (Unix) and proprietary (BMS) anyway.
| Constructors |
· FIFOSpooler | Summary | Top |
public FIFOSpooler()
Default constructor
| Methods |
· main | Summary | Top |
public static void main(String[] argv) throws Exception
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7