public static class LBRRTL.LBR_IDX
extends java.lang.Object
Constructor and Description |
---|
LBR_IDX() |
Modifier and Type | Method and Description |
---|---|
VMSLibrary.Result<java.lang.Void> |
LBR$CLOSE()
Call LBR$CLOSE.
|
VMSLibrary.Result<java.lang.String> |
LBR$GET_HELP(java.lang.String... topics)
Call LBR$GET_HELP.
|
VMSLibrary.Result<java.lang.String> |
LBR$GET_RECORD()
Call LBR$GET_RECORD.
|
VMSLibrary.Result<java.lang.Void> |
LBR$INI_CONTROL(int access,
int typ)
Call LBR$INI_CONTROL.
|
VMSLibrary.Result<java.lang.Void> |
LBR$LOOKUP_KEY(java.lang.String key)
Call LBR$LOOKUP_KEY.
|
VMSLibrary.Result<java.lang.Void> |
LBR$OPEN(java.lang.String fnm)
Call LBR$OPEN.
|
public VMSLibrary.Result<java.lang.Void> LBR$INI_CONTROL(int access, int typ)
access
- LBR$C_CREATE / LBR$C_READ / LBR$C_UPDATEtyp
- LBR$C_TYP_OBJ / LBR$C_TYP_MLB / LBR$C_TYP_HLP / LBR$C_TYP_TXTpublic VMSLibrary.Result<java.lang.Void> LBR$OPEN(java.lang.String fnm) throws java.io.UnsupportedEncodingException
fnm
- file namejava.io.UnsupportedEncodingException
- if file name can not be encodedpublic VMSLibrary.Result<java.lang.Void> LBR$LOOKUP_KEY(java.lang.String key) throws dk.vajhoej.record.RecordException, java.io.UnsupportedEncodingException
key
- key to lookupdk.vajhoej.record.RecordException
- if internal problemjava.io.UnsupportedEncodingException
- if key can not be encodedpublic VMSLibrary.Result<java.lang.String> LBR$GET_RECORD() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
- if record can not be decodedpublic VMSLibrary.Result<java.lang.String> LBR$GET_HELP(java.lang.String... topics) throws java.io.UnsupportedEncodingException
topics
- help topicsjava.io.UnsupportedEncodingException
- if help topics can not be encoded or help text can not be decodedpublic VMSLibrary.Result<java.lang.Void> LBR$CLOSE()