public static class SYS.QUI_CTX
extends java.lang.Object
Constructor and Description |
---|
QUI_CTX() |
Modifier and Type | Method and Description |
---|---|
VMSLibrary.Result<java.lang.Void> |
SYS$GETQUIW_Cancel()
Call SYS$GETQUIW to cancel queue context.
|
VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> |
SYS$GETQUIW_File(int[] itms)
Call SYS$GETQUIW to get information about next file in job.
|
VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> |
SYS$GETQUIW_Job(int[] itms)
Call SYS$GETQUIW to get information about next job in queue.
|
VMSLibrary.Result<java.lang.Void> |
SYS$GETQUIW_Queue(java.lang.String queuename)
Call SYS$GETQUIW to establish queue context.
|
public VMSLibrary.Result<java.lang.Void> SYS$GETQUIW_Queue(java.lang.String queuename) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
queuename
- queue namejava.io.UnsupportedEncodingException
- if queue name can not be encodeddk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> SYS$GETQUIW_Job(int[] itms) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
itms
- array of itemsjava.io.UnsupportedEncodingException
- if some string values can not be decodeddk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> SYS$GETQUIW_File(int[] itms) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
itms
- array of itemsjava.io.UnsupportedEncodingException
- if some string values can not be decodeddk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.lang.Void> SYS$GETQUIW_Cancel() throws dk.vajhoej.record.RecordException
dk.vajhoej.record.RecordException
- if internal error