public class SYS extends VMSLibrary
Modifier and Type | Class and Description |
---|---|
static class |
SYS.ID_CTX
Class ID_CTX represents the context for SYS$IDTOASC calls.
|
static class |
SYS.PID_CTX
Class PID_CTX represents the context for SYS$PROCESS_SCAN calls.
|
VMSLibrary.Pair<T1,T2>, VMSLibrary.Result<T>
Constructor and Description |
---|
SYS() |
Modifier and Type | Method and Description |
---|---|
static VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> |
SYS$GETDVIW(java.lang.String devnam,
int[] itms)
Call SYS$GETDVIW to get a list of items.
|
static VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> |
SYS$GETJPIW(int pid,
int[] itms)
Call SYS$GETJPIW to get a list of items.
|
static VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> |
SYS$GETUAI(java.lang.String usrnam,
int[] itms)
Call SYS$GETUAI to get a list of items.
|
static VMSLibrary.Result<java.lang.String> |
SYS$IDTOASC(int id)
Call SYS$IDTOASC to get name for identifier.
|
static VMSLibrary.Result<java.lang.Integer> |
SYS$PROCESS_SCAN(int code,
java.lang.String value)
Call SYS$PROCESS_SCAN to get first matching PID.
|
public static VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> SYS$GETDVIW(java.lang.String devnam, int[] itms) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
devnam
- device nameitms
- array of itemsjava.io.UnsupportedEncodingException
- if some string values can not be encodeddk.vajhoej.record.RecordException
- if internal errorpublic static VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> SYS$GETJPIW(int pid, int[] itms) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
pid
- PIDitms
- array of itemsjava.io.UnsupportedEncodingException
- if some string values can not be encodeddk.vajhoej.record.RecordException
- if internal errorpublic static VMSLibrary.Result<java.lang.String> SYS$IDTOASC(int id) throws java.io.UnsupportedEncodingException
id
- identifierjava.io.UnsupportedEncodingException
- if error encoding identifier namepublic static VMSLibrary.Result<java.util.Map<java.lang.Integer,java.lang.Object>> SYS$GETUAI(java.lang.String usrnam, int[] itms) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
usrnam
- usernameitms
- array of itemsjava.io.UnsupportedEncodingException
- if some string values can not be encodeddk.vajhoej.record.RecordException
- if internal errorpublic static VMSLibrary.Result<java.lang.Integer> SYS$PROCESS_SCAN(int code, java.lang.String value) throws java.io.UnsupportedEncodingException
code
- code for SYS$PROCESS_SCANvalue
- value for SYS$PROCESS_SCANjava.io.UnsupportedEncodingException
- if value can not be decoded