Package com.basis.api.admin
Interface BBjAdminOpenFile
- All Superinterfaces:
BBjAdminPropertyReader,Comparable<BBjAdminOpenFile>,Remote
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhether advisory locking was enabled.static final StringA long value representing the lock byte of the extracted record if currently extracted.static final StringIP address for the client who opened this file.static final StringA unique identifier for this open file.static final StringReturns the java.lang.System.identityHashCode() value of an internal file handle object as a string.static final StringWhether the file is locked or not.static final StringContains the string in the STBL !SESSIONINFO for the interpreter if present.static final StringThe MODE string used by the OPEN or SQLOPEN call in the interpreter.static final StringName of the file.static final StringAn integer value indicating how the file was opened.static final StringA human-readable string indicating how the file was opened.static final StringWhether the file was opened as read-only.static final StringThe 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, getValueMethods 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
-