Package com.basis.api.admin
Interface BBjAdminOpenFile
- All Superinterfaces:
BBjAdminPropertyReader
,Comparable<BBjAdminOpenFile>
,Remote
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Whether advisory locking was enabled.static final String
A long value representing the lock byte of the extracted record if currently extracted.static final String
IP address for the client who opened this file.static final String
A unique identifier for this open file.static final String
Returns the java.lang.System.identityHashCode() value of an internal file handle object as a string.static final String
Whether the file is locked or not.static final String
Contains the string in the STBL !SESSIONINFO for the interpreter if present.static final String
The MODE string used by the OPEN or SQLOPEN call in the interpreter.static final String
Name of the file.static final String
An integer value indicating how the file was opened.static final String
A human-readable string indicating how the file was opened.static final String
Whether the file was opened as read-only.static final String
The user who opened this file. -
Method Summary
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
NAME
Name of the file.- See Also:
-
ID
A unique identifier for this open file. Files opened by BBj using OPEN will begin with BBJ: and include the INFO(3,0) value following the colon.- See Also:
-
USER
The user who opened this file.- See Also:
-
HOST
IP address for the client who opened this file.- See Also:
-
LOCKED
Whether the file is locked or not.- See Also:
-
EXTRACTED
A long value representing the lock byte of the extracted record if currently extracted.- See Also:
-
ADVISORY
Whether advisory locking was enabled.- See Also:
-
READ_ONLY
Whether the file was opened as read-only.- See Also:
-
OPEN_TYPE
An integer value indicating how the file was opened. 0 - Normal, 1 - String, 2 - Indexed.- See Also:
-
OPEN_TYPE_STRING
A human-readable string indicating how the file was opened. Normal, String, or Indexed.- See Also:
-
INSTANCE_ID
Returns the java.lang.System.identityHashCode() value of an internal file handle object as a string.- See Also:
-
MESSAGE
Contains the string in the STBL !SESSIONINFO for the interpreter if present.- See Also:
-
MODES
The MODE string used by the OPEN or SQLOPEN call in the interpreter.- See Also:
-
-
Method Details
-
forceClose
Force open file to close.- Throws:
BBjAdminException
-