public class LIBRTL_Script extends LIBRTL_Util
Modifier and Type | Class and Description |
---|---|
static class |
LIBRTL_Script.TIMER_CTX
Class TIMER_CTX represent context for LIB$INIT_TIMER and LIB$STAT_TIMER calls.
|
LIBRTL.FIND_FILE_CTX
VMSLibrary.Pair<T1,T2>, VMSLibrary.Result<T>
Constructor and Description |
---|
LIBRTL_Script() |
Modifier and Type | Method and Description |
---|---|
static VMSLibrary.Result<java.lang.Integer> |
LIB$GETDVI_AsInt(java.lang.String code,
java.lang.String devnam)
Call LIB$GETDVI to get single item as int.
|
static VMSLibrary.Result<java.lang.String> |
LIB$GETDVI_AsString(java.lang.String code,
java.lang.String devnam)
Call LIB$GETDVI to get single item as String.
|
static VMSLibrary.Result<java.lang.Integer> |
LIB$GETJPI_AsInt(java.lang.String code,
int pid)
Call LIB$GETJPI to get single item as int.
|
static VMSLibrary.Result<java.lang.String> |
LIB$GETJPI_AsString(java.lang.String code,
int pid)
Call LIB$GETJPI to get single item as String.
|
static VMSLibrary.Result<java.lang.Integer> |
LIB$GETSYI_AsInt(java.lang.String code)
Call LIB$GETSYI to get single item as int.
|
static VMSLibrary.Result<java.lang.String> |
LIB$GETSYI_AsString(java.lang.String code)
Call LIB$GETSYI to get single item as String.
|
LIB$FIND_FILE, LIB$FIND_FILE
LIB$CREATE_DIR, LIB$DELETE_FILE, LIB$DELETE_LOGICAL, LIB$DELETE_SYMBOL, LIB$DISABLE_CTRL, LIB$DO_COMMAND, LIB$ENABLE_CTRL, LIB$EXPAND_NODENAME, LIB$GET_COMMON, LIB$GET_FOREIGN, LIB$GET_LOGICAL, LIB$GET_SYMBOL, LIB$GETDVI_AsInt, LIB$GETDVI_AsString, LIB$GETJPI_AsInt, LIB$GETJPI_AsString, LIB$GETSYI_AsInt, LIB$GETSYI_AsString, LIB$PAUSE, LIB$PUT_COMMON, LIB$SET_LOGICAL, LIB$SET_LOGICAL, LIB$SET_SYMBOL, LIB$SUB_TIMES, LIB$SYS_ASCTIM, LIB$SYS_GETMSG, LIB$WAIT
public static VMSLibrary.Result<java.lang.Integer> LIB$GETDVI_AsInt(java.lang.String code, java.lang.String devnam) throws java.io.UnsupportedEncodingException
code
- item codedevnam
- device namejava.io.UnsupportedEncodingException
- if device name can not be encodedpublic static VMSLibrary.Result<java.lang.String> LIB$GETDVI_AsString(java.lang.String code, java.lang.String devnam) throws java.io.UnsupportedEncodingException
code
- item codedevnam
- device namejava.io.UnsupportedEncodingException
- if device name can not be encoded or value can not be decodedpublic static VMSLibrary.Result<java.lang.Integer> LIB$GETJPI_AsInt(java.lang.String code, int pid) throws java.io.UnsupportedEncodingException
code
- item codepid
- PIDjava.io.UnsupportedEncodingException
- will never happenpublic static VMSLibrary.Result<java.lang.String> LIB$GETJPI_AsString(java.lang.String code, int pid) throws java.io.UnsupportedEncodingException
code
- item codepid
- PIDjava.io.UnsupportedEncodingException
- if value can not be decodedpublic static VMSLibrary.Result<java.lang.Integer> LIB$GETSYI_AsInt(java.lang.String code) throws java.io.UnsupportedEncodingException
code
- item codejava.io.UnsupportedEncodingException
- will never happenpublic static VMSLibrary.Result<java.lang.String> LIB$GETSYI_AsString(java.lang.String code) throws java.io.UnsupportedEncodingException
code
- item codejava.io.UnsupportedEncodingException
- if value can not be decoded