All Packages This Package Class Hierarchy Class Search Index
| Summary |
public interface SNA3770
{
// Methods 5
public abstract void addDevice(SNADevice);
public abstract void command(String) throws IOException;
public abstract void dispose() throws IOException;
public abstract void logon(String) throws IOException;
public abstract void submit(Reader, int) throws IOException;
}
SNA 3770 emulators implement this interface. This lets us substitute either a BlackBox AS/4 or a JBM Gateway 50 interface for use with the spooling layer.
| Cross Reference |
| Methods |
· logon | Summary | Top |
public abstract void logon(String s) throws IOException
Send a LOGON or /*SIGNOFF command on all LUs.
· command | Summary | Top |
public abstract void command(String cmd) throws IOException
Issue a console command.
· submit | Summary | Top |
public abstract void submit(Reader in,
int medium) throws IOException
Send a job to the HOST from the "card reader". The job has been fully transmitted when/if this method returns. The data will be sent in EBCDIC form.
Parameter Description in the source for the data to send. medium the medium, for example FMH_1.FM_CARD
· addDevice | Summary | Top |
public abstract void addDevice(SNADevice dev)
Add an output device.
· dispose | Summary | Top |
public abstract void dispose() throws IOException
Shutdown the connection and release external resources.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7