|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--com.novell.java.io.NOutputStream | +--com.novell.service.qms.QMSOutputStream
Provides the standard output stream functionality for NetWare queue jobs. It extends NOutputStream by adding support for the custom parameter data used to create a stream for a queue job.
In addition to the conventional output stream functionality (see java.io.OutputStream), the QMSOutputStream class includes an abort() method for closing the queue job.
NOutputStream
Method Summary | |
void |
abort()
Aborts a currently open stream. |
Methods inherited from class com.novell.java.io.NOutputStream |
close,
flush,
setDataAccessor,
write,
write,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void abort() throws java.io.IOException
This abort() method extends the NOutputStream interface to allow for aborting streams that have already been opened. This will cancel the job that has been created on this stream.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |