Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileRun
Tells this individual file to abort.
abort() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobRun
Abort a running online copy job.
ABORT_BBJ - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ABORT_ERROR_MESSAGE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
ABORT_ESQL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ABORT_RAW - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
abortSupportUploadJob(String) - Method in interface com.basis.api.admin.BBjAdminBase
Cancels the specified support upload job.
acceptLdapCertificate(String) - Method in interface com.basis.api.admin.BBjAdminBase
Called to accept the LDAP certificate and add it to the accepted certificate list.
ACCESS_POLICY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
The access policy for this database.
ADD_USER - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
addAttachment(BBjAdminEmailAttachment) - Method in interface com.basis.api.admin.BBjAdminEmailMessage
Add an email attachment to the message.
addClearListener(ConnectionMgr.ClearListener) - Method in interface com.basis.filesystem.ConnectionMgr
 
addDocument(URI) - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Adds the document at the specified URI to the document index.
addException(BBjAdminException) - Method in exception com.basis.api.admin.BBjAdminMultipleException
 
addExceptions(List<BBjAdminException>) - Method in exception com.basis.api.admin.BBjAdminMultipleException
 
addExclude(String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Adds a file to the list of files to exclude from being monitored.
addExclude(String) - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Adds a file to the list of files to exclude from replication.
addExclude(String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Adds a file to the list of files to exclude from replication.
addFile(String, boolean, String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Adds the specified file to the list of files being monitored.
addFile(String, boolean, String) - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Adds the specified file to the list of files being audited.
addGlobExclude(String, String, String, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Adds a new file/directory to the list of files/directories being excluded by this trigger job.
addGlobExclude(String, String, String, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
 
addGlobInclude(String, String, String, boolean, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Adds a new file/directory to the list of files/directories being monitored by this trigger job.
addGlobInclude(String, String, String, boolean, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
 
addJob() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Tells the job to add itself to the replication job list.
addJRE(String, String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Adds the JVM package located at the full path to the list of available JVMs for download from this server.
addMapping(String, String, boolean, String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Adds a source to destination replication mapping using a possibly different advisory locking setting than that set for the job.
addMapping(String, String, String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Adds a source to destination replication mapping using the currently set advisory locking setting for the job.
addProgram(BBjAdminAutorunProgram) - Method in interface com.basis.api.admin.BBjAdminAutorun
Add a single autorun program to the set or autorun programs.
addRegexExclude(String, String, String, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Adds a new file/directory to the list of files/directories being excluded by this trigger job.
addRegexExclude(String, String, String, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
 
addRegexInclude(String, String, String, boolean, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Adds a new file/directory to the list of files/directories being monitored by this trigger job.
addRegexInclude(String, String, String, boolean, boolean, boolean, String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
 
addReplicationJob(BBjAdminReplicationJob) - Method in interface com.basis.api.admin.BBjAdminBase
Add the specified replication job to the list of running jobs.
addResource(String, String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
 
addrsPersist() - Method in interface com.basis.bbj.bridge.JavaBBjBridge
Query BBjBridge as to whether ADDRd programs are persistent between successive calls to the bridge.
addType(String, BBjAdminType) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Adds a type for the specified property if this object was created with the ability to add new properties.
addUser(String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Create a new user (committed).
addUser(BBjAdminDatabase.UserType, String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Add a single user of a specified type.
ADMIN_ACCESS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
ADMIN_USERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of usernames who have admin privileges on the database.
ADMINUSERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See ADMIN_USERS
AdvancedGBFWrapper - Class in com.basis.tools.guidev
This class wraps the information contained in a .gbf file.
AdvancedGBFWrapper(GUIBuilder) - Constructor for class com.basis.tools.guidev.AdvancedGBFWrapper
One of these is passed into ProcessEventsBuilder.src.
AdvancedGBFWrapper.CodeBlock - Class in com.basis.tools.guidev
The CodeBlock class represents the code blocks you've added to the source node in AppBuilder IE: init, eoj, and other custom code blocks
AdvancedGBFWrapper.Event - Class in com.basis.tools.guidev
The base of all events in the GBFWrapper, extended by GuiEvent, and used directly for the NonGUIEvents (Timer, and Namespace)
AdvancedGBFWrapper.GuiEvent - Class in com.basis.tools.guidev
The base GUIevent class, extended by WinEvent and PopupEvent
AdvancedGBFWrapper.PopupEvent - Class in com.basis.tools.guidev
This class encapsulates the PopupEvents
AdvancedGBFWrapper.WinEvent - Class in com.basis.tools.guidev
This class encapsulates the TopLevel Window Events
ADVISORY - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
ADVISORY - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
ADVISORY_LOCKING - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True/false whether to use advisory locking when accessing the data files for tables or not.
ADVISORY_LOCKING - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
ADVISORY_LOCKING - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJob
 
ADVISORY_LOCKING - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
True if the job should use advisory locking when accessing the data files.
ADVISORYLOCKING - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See ADVISORY_LOCKING
AFTER_CLOSE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_CLOSE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_CLOSE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_ERASE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_ERASE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_ERASE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_KEY_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_KEY_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_KEY_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_OPEN_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_OPEN_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_OPEN_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_READ_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_READ_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_READ_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_REMOVE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_REMOVE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_REMOVE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_WRITE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_WRITE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
AFTER_WRITE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
ALERT_TYPE - Static variable in interface com.basis.api.admin.BBjAdminTable
 
ALIAS - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
ALIAS - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
ALL - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
ALL - Static variable in class com.basis.tools.guidev.AdvancedGBFWrapper
 
ALL_ABORTS - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ALL_COPIES - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ALL_CREATES - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ALL_FINISHES - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ALLOW_ALIAS - Static variable in interface com.basis.api.admin.BBjAdminServer
 
ALLOW_LEADING_WILDCARD - Static variable in interface com.basis.api.admin.BBjAdminLuceneDocumentIndex
 
ALLOW_PIPES - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
ALLOW_TRIGGER_DEBUGGING - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
ALT_INPUT - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
ALT_INPUT - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
ALTER_PROCEDURE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
ALTER_SEQUENCE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
ALTER_TABLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
ALTER_TRIGGER - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
ALTER_VIEW - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
ANALYSIS_FILTER_NO_OVERLAPS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
ANALYSIS_FILTER_NO_SINGLES - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
ANALYSIS_FILTER_NONE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
ANALYSIS_FILTER_UNINDEXED_ONLY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
AnalysisInfo(String, String, int) - Constructor for class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
ANALYZER - Static variable in interface com.basis.api.admin.BBjAdminTable
Lucene analyzer class to use on the FULLTEXT index if one is present on this table.
ANALYZER_CLASS - Static variable in interface com.basis.api.admin.BBjAdminLuceneDocumentIndex
 
APP1 - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
APP1 - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
APP2 - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
APP2 - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
APP3 - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
APP3 - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
APP_1 - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
APP_2 - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
APP_3 - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
APP_URL - Static variable in interface com.basis.api.admin.BBjAdminResourceUrl
 
APPLICATION - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
APPLICATION_NAME - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
APPLICATION_NAME_DASH_A - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
APPLICATION_USER - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
APPLICATION_USER - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
APPLICATION_USER - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
ARCHITECTURE - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
ARCHITECTURE - Static variable in interface com.basis.api.admin.BBjAdminJnlpPlatformResourceSection
 
ARGUMENTS - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
ARGV - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
AsyncEnvelope(Command) - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.AsyncEnvelope
 
ASYNCH_TRIGGER - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
ASYNCHRONOUS - Static variable in interface com.basis.api.admin.BBjAdminTask
 
ATTACH_EXISTING_DB - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
attachDatabaseOnDisk(String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Attach to an existing database on disk.
attachDatabaseOnDisk(String, String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Attach to an existing database on disk.
AUDIT - Static variable in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
AUDIT_DATABASE_NAME - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
AUDITING - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
AUTH - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
AUTH_LDAP_ACCESS_BIND_DN - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_ACCESS_BIND_DN - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_ACCESS_BIND_DN2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_ACCESS_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_ACCESS_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_ACCESS_PASSWORD2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_HOST - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_HOST - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_HOST2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PERMISSIONS_LDIF_ADD - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PERMISSIONS_LDIF_ADD2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PERMISSIONS_LDIF_MODIFY - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PERMISSIONS_LDIF_MODIFY2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PERMISSIONS_SEARCH - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_PERMISSIONS_SEARCH - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PERMISSIONS_SEARCH2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PORT - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_PORT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PORT2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_PREFIX - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_PREFIX - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_SSL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_SSL2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_SUFFIX - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_SUFFIX - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_USER_MATCH_PATTERNS - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_USER_MATCH_PATTERNS2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_USER_SEARCH - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_LDAP_USER_SEARCH - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_LDAP_USER_SEARCH2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_METHOD - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
AUTH_NONE - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
AUTH_PASSWORD_EXPIRATION - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_PASSWORD_MIN_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_PASSWORD_VALIDATION_TYPE - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_SSL - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
AUTH_TLS - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
AUTH_TYPE - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_TYPE - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_TYPE_BBJ - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_TYPE_LDAP - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_TYPE_LDAP - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_TYPE_LDAP2 - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_TYPE_MULTISERVER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_TYPE_SAML - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
AUTH_TYPE_WINDOWS - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
AUTH_TYPE_WINDOWS - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
authenticateBBj(byte[]) - Method in interface com.basis.filesystem.ConnectionMgr
 
AUTO_ANALYZE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See AUTO_ANALYZE_TABLES
AUTO_ANALYZE_TABLES - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True/false whether to allow BBjServices to automatically run table analysis when it deems appropriate.
AUTO_COMMIT - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
AUTO_RECORD_SIZE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
AUTOCOMMIT - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True if the default for the database should be to use autocommit.
AUTORUN - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Property to indicate if the group should run automatically at BBj Services startup.
available() - Method in class com.basis.filesystem.FilesystemInputStream
 

B

BACKGROUND - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
backupJournaled(String) - Method in interface com.basis.filesystem.ConnectionMgr
Backup a journaled system.
backupJournaled(String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Backup a journaled system.
BADARG - Static variable in exception com.basis.filesystem.FilesystemException
Bad arguments.
BADCIB - Static variable in exception com.basis.filesystem.FilesystemException
Attempting to unlock a file that is not locked.
BADHEAD - Static variable in exception com.basis.filesystem.FilesystemException
Bad header.
BASE_DN - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
BASE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
BASIS - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
BASIS_CERT_COMPANY_NAME - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
BASIS_CERT_JETTY_HOST - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
BASIS_CERT_JETTY_PORT - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
BASIS_GENERATED_CERT - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
BBJ - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
BBJ_CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
BBJ_PROCESSES - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
BBJ_SERVICES_START_TIME - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
String value indicating the date and time that BBjServices was last started.
BBJ_SKIN - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
BBJADMIN_REMOTE_HANDLE - Static variable in class com.basis.api.admin.BBjAdminFactory
 
BBjAdminAppDeploymentApplication - Interface in com.basis.api.admin
Configuration for a BUI and/or desktop app deployment application on the server.
BBjAdminAppDeploymentConfiguration - Interface in com.basis.api.admin
Configuration for BUI and/or remote-launch application related items on the server.
BBjAdminAppDeploymentDemo - Interface in com.basis.api.admin
Configuration for a web and desktop applications on the server.
BBjAdminAppDeploymentResource - Interface in com.basis.api.admin
 
BBjAdminAsynchTriggerJob - Interface in com.basis.api.admin
A single asynchronous trigger job configured on the system.
BBjAdminAsynchTriggerTarget - Interface in com.basis.api.admin
A single asynchronous trigger job target configured on the system.
BBjAdminAsyncTriggerAddBadFileEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerAddBadFileEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerAddBadFileEventHandler
 
BBjAdminAsyncTriggerEnabledStateEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerEnabledStateEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerEnabledStateEventHandler
 
BBjAdminAsyncTriggerErrorEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerErrorEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerErrorEventHandler
 
BBjAdminAsyncTriggerEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerEventHandler
 
BBjAdminAsyncTriggerFallBehindEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerFallBehindEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerFallBehindEventHandler
 
BBjAdminAsyncTriggerInitFileEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerInitFileEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerInitFileEventHandler
 
BBjAdminAsyncTriggerJobEventHandlerGroup - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerJobEventHandlerGroup() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
BBjAdminAsyncTriggerJobEventHandlerGroup(String, String) - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
BBjAdminAsyncTriggerRecopyInitiatedEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerRecopyInitiatedEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerRecopyInitiatedEventHandler
 
BBjAdminAsyncTriggerResetBadFileEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerResetBadFileEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerResetBadFileEventHandler
 
BBjAdminAsyncTriggerTargetConnectionEventHandler - Class in com.basis.api.admin.events
 
BBjAdminAsyncTriggerTargetConnectionEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminAsyncTriggerTargetConnectionEventHandler
 
BBjAdminAuditDB - Interface in com.basis.api.admin
Information for am individual audit database.
BBjAdminAuditMonitor - Class in com.basis.api.admin
 
BBjAdminAuditMonitor() - Constructor for class com.basis.api.admin.BBjAdminAuditMonitor
 
BBjAdminAuditReplicationJob - Interface in com.basis.api.admin
A single audit replication job that will be added to the replication system.
BBjAdminAuditReplicationTarget - Interface in com.basis.api.admin
A single audit replication target that will be added to the replication system.
BBjAdminAutorun - Interface in com.basis.api.admin
The complete autorun configuration.
BBjAdminAutorunProgram - Interface in com.basis.api.admin
A single autorun program.
BBjAdminBase - Interface in com.basis.api.admin
This is the main interface and entrypoint for accessing BBj administration functionality.
BBjAdminBaseEnvironment - Interface in com.basis.api.admin
 
BBjAdminBBjColumn - Interface in com.basis.api.admin
An individual column in a table from a new BBj format data dictionary.
BBjAdminBBjFile - Interface in com.basis.api.admin
Contains information about a data file examined by the BBj file system.
BBjAdminBBjFile_1412 - Interface in com.basis.api.admin
 
BBjAdminBBjIndex - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminBBjIndexSegment - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminBBjProcedure - Interface in com.basis.api.admin
An individual procedure in a database.
BBjAdminBBjProcess - Interface in com.basis.api.admin
Process information for am individual BBj Process.
BBjAdminBBjProcessStackElement - Interface in com.basis.api.admin
Individual stack elements for a BBj process.
BBjAdminBBjReplicationJob - Interface in com.basis.api.admin
A single BBj replication job that will be added to the replication system.
BBjAdminBBjReplicationJob_1310 - Interface in com.basis.api.admin
Version of BBjAdminBBjReplicationJob that is used for 13.10 and above.
BBjAdminBBjReplicationTarget - Interface in com.basis.api.admin
A single BBj replication target that will be added to the replication system.
BBjAdminBBjTable - Interface in com.basis.api.admin
An individual table in a database.
BBjAdminBBjTask - Interface in com.basis.api.admin
 
BBjAdminBBjTypeDef - Interface in com.basis.api.admin
An individual type definition in a database.
BBjAdminBuiApplication - Interface in com.basis.api.admin
Configuration for the BUI application on the server.
BBjAdminBuiConfiguration - Interface in com.basis.api.admin
Configuration for the BUI related items on the server.
BBjAdminBuiDemo - Interface in com.basis.api.admin
Configuration for the BUI application on the server.
BBjAdminBuiResource - Interface in com.basis.api.admin
 
BBjAdminClientAuditDBItem - Class in com.basis.api.admin.client
 
BBjAdminClientAuditDBItem() - Constructor for class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
BBjAdminClientBBjProcess - Class in com.basis.api.admin.client
This class is designed to contain the same information as the BBjAdminBBjProcess class with the exception that it does not have a server side implementation so that it does not make any calls back to the server from the client.
BBjAdminClientBBjProcess() - Constructor for class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
BBjAdminClientBBjProcessStackElement - Class in com.basis.api.admin.client
 
BBjAdminClientBBjProcessStackElement() - Constructor for class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
BBjAdminClientBBjTask - Class in com.basis.api.admin.client
 
BBjAdminClientBBjTask() - Constructor for class com.basis.api.admin.client.BBjAdminClientBBjTask
 
BBjAdminClientList<E> - Class in com.basis.api.admin.client
 
BBjAdminClientList() - Constructor for class com.basis.api.admin.client.BBjAdminClientList
 
BBjAdminClientOpenFile - Class in com.basis.api.admin.client
This class is designed to contain the same information as the BBjAdminOpenFile class with the exception that it does not have a server side implementation so that it does not make any calls back to the server from the client.
BBjAdminClientOpenFile() - Constructor for class com.basis.api.admin.client.BBjAdminClientOpenFile
 
BBjAdminClientOSFile - Class in com.basis.api.admin.client
 
BBjAdminClientOSFile() - Constructor for class com.basis.api.admin.client.BBjAdminClientOSFile
 
BBjAdminClientPauseTask - Class in com.basis.api.admin.client
 
BBjAdminClientPauseTask() - Constructor for class com.basis.api.admin.client.BBjAdminClientPauseTask
 
BBjAdminClientQueryData - Class in com.basis.api.admin.client
 
BBjAdminClientQueryData(String, BBjAdminList<BBjAdminClientQueryDataColumnList>, long) - Constructor for class com.basis.api.admin.client.BBjAdminClientQueryData
 
BBjAdminClientQueryDataColumnInfo - Class in com.basis.api.admin.client
 
BBjAdminClientQueryDataColumnInfo(String, int) - Constructor for class com.basis.api.admin.client.BBjAdminClientQueryDataColumnInfo
 
BBjAdminClientQueryDataColumnList - Class in com.basis.api.admin.client
 
BBjAdminClientQueryDataColumnList(BBjAdminList<BBjAdminClientQueryDataColumnInfo>, long, BBjAdminList<BBjAdminClientQueryDataScore>) - Constructor for class com.basis.api.admin.client.BBjAdminClientQueryDataColumnList
 
BBjAdminClientQueryDataScore - Class in com.basis.api.admin.client
An individual piece of query data
BBjAdminClientQueryDataScore() - Constructor for class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
BBjAdminClientReplicationJob - Class in com.basis.api.admin.client
This class is designed to contain the same information as the BBjAdminReplicationJob class with the exception that it does not have a server side implementation so that it does not make any calls back to the server from the client.
BBjAdminClientReplicationJob() - Constructor for class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
BBjAdminClientResumeTask - Class in com.basis.api.admin.client
 
BBjAdminClientResumeTask() - Constructor for class com.basis.api.admin.client.BBjAdminClientResumeTask
 
BBjAdminClientSCALLTask - Class in com.basis.api.admin.client
 
BBjAdminClientSCALLTask() - Constructor for class com.basis.api.admin.client.BBjAdminClientSCALLTask
 
BBjAdminClientTaskGroup - Class in com.basis.api.admin.client
 
BBjAdminClientTaskGroup() - Constructor for class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
BBjAdminColumn - Interface in com.basis.api.admin
An individual column in a table.
BBjAdminCommitPropertyWriter - Interface in com.basis.api.admin
An interface for classes that need to commit/rollback written properties.
BBjAdminCommitWriter - Interface in com.basis.api.admin
An interface for commit/rollback.
BBjAdminConfiguration - Interface in com.basis.api.admin
Contains the configuration for the server in a sigle object that can be used to gather valid properties, display names, valid values, value types.
BBjAdminConnectionPool - Interface in com.basis.api.admin
References an individual connection pool configuration.
BBjAdminContextInfo - Interface in com.basis.api.admin
Information on a single context configuration on the web server.
BBjAdminCrossReference - Interface in com.basis.api.admin
An individual foreign key on a table.
BBjAdminDatabase - Interface in com.basis.api.admin
References an individual database configuration and commands.
BBjAdminDatabase.AccessPolicy - Enum in com.basis.api.admin
 
BBjAdminDatabase.DatabaseType - Enum in com.basis.api.admin
 
BBjAdminDatabase.DateHandler - Interface in com.basis.api.admin
 
BBjAdminDatabase.UserType - Enum in com.basis.api.admin
 
BBjAdminDatabaseConnection - Interface in com.basis.api.admin
 
BBjAdminDatabaseStatement - Interface in com.basis.api.admin
 
BBjAdminDictionaryMigrationInfo - Interface in com.basis.api.admin
Necessary information to perform a data dictionary migration from one dictionary version to another.
BBjAdminDirectoryFilter - Interface in com.basis.api.admin
 
BBjAdminDiskSpaceLowEventHandler - Class in com.basis.api.admin.events
 
BBjAdminDiskSpaceLowEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminDiskSpaceLowEventHandler
 
BBjAdminDocumentIndex - Interface in com.basis.api.admin
A single document index available to BBj Services.
BBjAdminDocumentLocation - Interface in com.basis.api.admin
Location of documents that will be monitored by a BBjAdminDocumentIndex.
BBjAdminElasticsearchDocumentIndex - Interface in com.basis.api.admin
A single document index available to BBj Services.
BBjAdminEmailAttachment - Class in com.basis.api.admin
A single email message that will be sent through a BBjAdminEmailService.
BBjAdminEmailAttachment() - Constructor for class com.basis.api.admin.BBjAdminEmailAttachment
 
BBjAdminEmailMessage - Interface in com.basis.api.admin
A single email message to send through a BBjAdminEmailService.
BBjAdminEmailService - Interface in com.basis.api.admin
Contains all the configuration information for an email service.
BBjAdminEmailServiceConfig - Class in com.basis.api.admin
 
BBjAdminEmailServiceConfig() - Constructor for class com.basis.api.admin.BBjAdminEmailServiceConfig
 
BBjAdminESQLColumn - Interface in com.basis.api.admin
An individual column in a table from an ESQL table.
BBjAdminESQLIndex - Interface in com.basis.api.admin
An individual index in an ESQL table.
BBjAdminESQLIndexSegment - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminESQLTable - Interface in com.basis.api.admin
An individual ESQL table in a database.
BBjAdminEventHandler - Class in com.basis.api.admin.events
Configuration detail for a single event that the EventManager should notify when a particular type of event occurs.
BBjAdminEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminEventHandler
 
BBjAdminEventManager - Interface in com.basis.api.admin
The single event manager for the BBjServices installation.
BBjAdminException - Exception in com.basis.api.admin
This is the main exception class for BBjAdmin errors.
BBjAdminException(String, Throwable) - Constructor for exception com.basis.api.admin.BBjAdminException
 
BBjAdminException(String, Throwable, boolean) - Constructor for exception com.basis.api.admin.BBjAdminException
 
BBjAdminException(String) - Constructor for exception com.basis.api.admin.BBjAdminException
 
BBjAdminException(Throwable) - Constructor for exception com.basis.api.admin.BBjAdminException
 
BBjAdminFactory - Class in com.basis.api.admin
Factory class for BBjAdmin.
BBjAdminFactory() - Constructor for class com.basis.api.admin.BBjAdminFactory
 
BBjAdminFactory.BBjAdminImplConnection - Class in com.basis.api.admin
 
BBjAdminFactory.BBjAdminImplConnectionStream - Class in com.basis.api.admin
 
BBjAdminFactory.BBjAdminStubConnection - Class in com.basis.api.admin
 
BBjAdminFactory.BBjAdminStubConnection.AsyncEnvelope - Class in com.basis.api.admin
 
BBjAdminFactory.BBjAdminStubConnection.CreateEnvelope - Class in com.basis.api.admin
 
BBjAdminFactory.BBjAdminStubConnection.RMIEnvelope - Class in com.basis.api.admin
 
BBjAdminFactory.BBjAdminStubConnection.SyncEnvelope - Class in com.basis.api.admin
 
BBjAdminFile - Interface in com.basis.api.admin
A BBjAdminFile represents a file or directory on the file system of the machine running BBj Services.
BBjAdminFileOpenInfoKey - Class in com.basis.api.admin
 
BBjAdminFileOpenInfoKey() - Constructor for class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
BBjAdminFileOpenInfoValue - Class in com.basis.api.admin
 
BBjAdminFileOpenInfoValue() - Constructor for class com.basis.api.admin.BBjAdminFileOpenInfoValue
 
BBjAdminFilesystemServer - Interface in com.basis.api.admin
 
BBjAdminGitCommit - Class in com.basis.api.admin
 
BBjAdminGitCommit() - Constructor for class com.basis.api.admin.BBjAdminGitCommit
 
BBjAdminGitPerson - Class in com.basis.api.admin
 
BBjAdminGitPerson() - Constructor for class com.basis.api.admin.BBjAdminGitPerson
 
BBjAdminGlobFilter - Interface in com.basis.api.admin
 
BBjAdminImplConnection(AppEnvironment) - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminImplConnection
 
BBjAdminImplConnectionStream(OutputStream, ByteArrayOutputStream, ObjectOutputStream, ObjectInputStream, AppEnvironment) - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminImplConnectionStream
 
BBjAdminIndex - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminIndexBuilderJob - Interface in com.basis.api.admin
Represents an individual index builder job.
BBjAdminIndexSegment - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminJavaInformation - Interface in com.basis.api.admin
JVM properties.
BBjAdminJnlpApplication - Interface in com.basis.api.admin
Configuration for the JNLP application on the server.
BBjAdminJnlpApplication_1411 - Interface in com.basis.api.admin
 
BBjAdminJnlpApplicationDesc - Interface in com.basis.api.admin
 
BBjAdminJnlpConfiguration - Interface in com.basis.api.admin
Configuration for the JNLP related items on the server.
BBjAdminJnlpDemo - Interface in com.basis.api.admin
Configuration for the JNLP application on the server.
BBjAdminJnlpInfoSection - Interface in com.basis.api.admin
 
BBjAdminJnlpPlatformResourceSection - Interface in com.basis.api.admin
 
BBjAdminJnlpResourceJar - Interface in com.basis.api.admin
 
BBjAdminJnlpResourceLibrary - Interface in com.basis.api.admin
 
BBjAdminJnlpResourceNativeLib - Interface in com.basis.api.admin
 
BBjAdminJnlpResourceProperty - Interface in com.basis.api.admin
 
BBjAdminJnlpResourcesSection - Interface in com.basis.api.admin
 
BBjAdminJRE - Class in com.basis.api.admin
 
BBjAdminJRE(String, String, boolean) - Constructor for class com.basis.api.admin.BBjAdminJRE
 
BBjAdminJSON - Interface in com.basis.api.admin
Configuration for anything defined in JSON.
BBjAdminLDAPSearch - Interface in com.basis.api.admin
Contains the definition for an LDAP search query that is compatible with the information needed by the UnboundID LDAP SDK.
BBjAdminLegacyColumn - Interface in com.basis.api.admin
An individual column in a table from a legacy format data dictionary.
BBjAdminLegacyIndex - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminLegacyIndexSegment - Interface in com.basis.api.admin
An individual index in a table.
BBjAdminLegacyProcedure - Interface in com.basis.api.admin
An individual procedure in a database.
BBjAdminLegacyTable - Interface in com.basis.api.admin
An individual table in a database.
BBjAdminLegacyTypeDef - Interface in com.basis.api.admin
An individual type definition in a database.
BBjAdminLegacyView - Interface in com.basis.api.admin
An individual view in a database.
BBjAdminLicenseCheckoutFailedEventHandler - Class in com.basis.api.admin.events
 
BBjAdminLicenseCheckoutFailedEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminLicenseCheckoutFailedEventHandler
 
BBjAdminLicenseFeatureInfo - Class in com.basis.api.admin.client
This class contains the licensing information and does not have a server side implementation so that it does not make any calls back to the server from the client.
BBjAdminLicenseFeatureInfo() - Constructor for class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
BBjAdminList<E> - Interface in com.basis.api.admin
List that will work remotely.
BBjAdminLuceneDocumentIndex - Interface in com.basis.api.admin
A single document index available to BBj Services.
BBjAdminMap<K,V> - Interface in com.basis.api.admin
Map that will work remotely.
BBjAdminMemoryFreeMemoryTooLowEventHandler - Class in com.basis.api.admin.events
 
BBjAdminMemoryFreeMemoryTooLowEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminMemoryFreeMemoryTooLowEventHandler
 
BBjAdminMemoryOutOfMemoryEventHandler - Class in com.basis.api.admin.events
 
BBjAdminMemoryOutOfMemoryEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminMemoryOutOfMemoryEventHandler
 
BBjAdminMemoryUsage - Class in com.basis.api.admin
 
BBjAdminMemoryUsage() - Constructor for class com.basis.api.admin.BBjAdminMemoryUsage
 
BBjAdminMemoryUsage(long, long, long, long) - Constructor for class com.basis.api.admin.BBjAdminMemoryUsage
 
BBjAdminMetadataDefinition - Interface in com.basis.api.admin
Contains the definition of a the database metadata defined for a particular database.
BBjAdminMissingPropertyException - Exception in com.basis.api.admin
Exception thrown when a property is missing.
BBjAdminMissingPropertyException(String) - Constructor for exception com.basis.api.admin.BBjAdminMissingPropertyException
 
BBjAdminMultipleException - Exception in com.basis.api.admin
 
BBjAdminMultipleException(BBjAdminException) - Constructor for exception com.basis.api.admin.BBjAdminMultipleException
 
BBjAdminMultipleException(List<BBjAdminException>) - Constructor for exception com.basis.api.admin.BBjAdminMultipleException
 
BBjAdminMultipleException(String, BBjAdminException) - Constructor for exception com.basis.api.admin.BBjAdminMultipleException
 
BBjAdminMultipleException(String, List<BBjAdminException>) - Constructor for exception com.basis.api.admin.BBjAdminMultipleException
 
BBjAdminOnlineCopyJob - Interface in com.basis.api.admin
Base interface for online copy jobs.
BBjAdminOnlineCopyJobConfig - Interface in com.basis.api.admin
Interface to configure an online copy job.
BBjAdminOnlineCopyJobFieldMap - Interface in com.basis.api.admin
Map from a field to a field.
BBjAdminOnlineCopyJobFieldMapConfig - Interface in com.basis.api.admin
Interface for configuring a field map.
BBjAdminOnlineCopyJobFile - Interface in com.basis.api.admin
Information about an individual online copy job file.
BBjAdminOnlineCopyJobFileConfig - Interface in com.basis.api.admin
Interface for configuring an online copy job file.
BBjAdminOnlineCopyJobFileRun - Interface in com.basis.api.admin
Interface for a running online copy job file.
BBjAdminOnlineCopyJobRun - Interface in com.basis.api.admin
Interface for configuring Online Copy Jobs.
BBjAdminOpenFile - Interface in com.basis.api.admin
 
BBjAdminPauseTask - Interface in com.basis.api.admin
 
BBjAdminPerformance - Interface in com.basis.api.admin
 
BBjAdminPrivilege - Interface in com.basis.api.admin
An individual user or role privilege on a database or database object.
BBjAdminPrivilegeObjectType - Class in com.basis.api.admin
 
BBjAdminPrivilegeObjectType() - Constructor for class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
BBjAdminPrivilegeType - Class in com.basis.api.admin
 
BBjAdminPrivilegeType() - Constructor for class com.basis.api.admin.BBjAdminPrivilegeType
 
BBjAdminProcedure - Interface in com.basis.api.admin
An individual stored procedure in a database.
BBjAdminProcedureParameter - Interface in com.basis.api.admin
 
BBjAdminProcedureParameter.ParameterDirection - Enum in com.basis.api.admin
 
BBjAdminProcessesCountEventHandler - Class in com.basis.api.admin.events
 
BBjAdminProcessesCountEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminProcessesCountEventHandler
 
BBjAdminProcessesHungProcessEventHandler - Class in com.basis.api.admin.events
 
BBjAdminProcessesHungProcessEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminProcessesHungProcessEventHandler
 
BBjAdminProcessesProcessNotRunningEventHandler - Class in com.basis.api.admin.events
 
BBjAdminProcessesProcessNotRunningEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminProcessesProcessNotRunningEventHandler
 
BBjAdminProperty - Interface in com.basis.api.admin
Contains the definition and value for a single property.
BBjAdminPropertyException - Exception in com.basis.api.admin
Exception thrown by individual property problems.
BBjAdminPropertyException(String, Throwable, String) - Constructor for exception com.basis.api.admin.BBjAdminPropertyException
 
BBjAdminPropertyException(String, Throwable, String, boolean) - Constructor for exception com.basis.api.admin.BBjAdminPropertyException
 
BBjAdminPropertyException(Throwable, String) - Constructor for exception com.basis.api.admin.BBjAdminPropertyException
 
BBjAdminPropertyException(String, String) - Constructor for exception com.basis.api.admin.BBjAdminPropertyException
 
BBjAdminPropertyPrefixes - Interface in com.basis.api.admin
 
BBjAdminPropertyReader - Interface in com.basis.api.admin
An interface for classes that need to read properties.
BBjAdminPropertyValidationException - Exception in com.basis.api.admin
This is the exception class for property validation errors.
BBjAdminPropertyValidationException(String, String) - Constructor for exception com.basis.api.admin.BBjAdminPropertyValidationException
 
BBjAdminPropertyValidationException(String, Throwable, String) - Constructor for exception com.basis.api.admin.BBjAdminPropertyValidationException
 
BBjAdminPropertyValidationException(Throwable, String) - Constructor for exception com.basis.api.admin.BBjAdminPropertyValidationException
 
BBjAdminPropertyWriter - Interface in com.basis.api.admin
An interface for classes that need to write properties.
BBjAdminQueryAnalysis - Interface in com.basis.api.admin
An individual suggested index from query analysis.
BBjAdminRegexFilter - Interface in com.basis.api.admin
 
BBjAdminReplicationAddBadFileEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationAddBadFileEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationAddBadFileEventHandler
 
BBjAdminReplicationBBjTask - Interface in com.basis.api.admin
 
BBjAdminReplicationEnabledStateEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationEnabledStateEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationEnabledStateEventHandler
 
BBjAdminReplicationErrorEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationErrorEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationErrorEventHandler
 
BBjAdminReplicationEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationEventHandler
 
BBjAdminReplicationFallBehindEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationFallBehindEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationFallBehindEventHandler
 
BBjAdminReplicationFileStats - Interface in com.basis.api.admin
Contains statistics on a single file that is currently being replicated.
BBjAdminReplicationFilter - Interface in com.basis.api.admin
Represents a single file filter in a replication or audit job.
BBjAdminReplicationInitFileEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationInitFileEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationInitFileEventHandler
 
BBjAdminReplicationJob - Interface in com.basis.api.admin
A single replication job configured on the source server.
BBjAdminReplicationJobEventHandlerGroup - Class in com.basis.api.admin.events
 
BBjAdminReplicationJobEventHandlerGroup() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
BBjAdminReplicationJobEventHandlerGroup(String, String) - Constructor for class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
BBjAdminReplicationMonitor - Class in com.basis.api.admin
 
BBjAdminReplicationMonitor() - Constructor for class com.basis.api.admin.BBjAdminReplicationMonitor
 
BBjAdminReplicationPauseTask - Interface in com.basis.api.admin
 
BBjAdminReplicationRecopyInitiatedEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationRecopyInitiatedEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationRecopyInitiatedEventHandler
 
BBjAdminReplicationResetBadFileEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationResetBadFileEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationResetBadFileEventHandler
 
BBjAdminReplicationResumeTask - Interface in com.basis.api.admin
 
BBjAdminReplicationSCALLTask - Interface in com.basis.api.admin
 
BBjAdminReplicationStartProcess - Interface in com.basis.api.admin
A start process indicates that a replication item is currently being copied from source to destination.
BBjAdminReplicationTarget - Interface in com.basis.api.admin
A single replication target that will be added to the replication system.
BBjAdminReplicationTarget_1311 - Interface in com.basis.api.admin
 
BBjAdminReplicationTargetConnectionEventHandler - Class in com.basis.api.admin.events
 
BBjAdminReplicationTargetConnectionEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminReplicationTargetConnectionEventHandler
 
BBjAdminReplicationTask - Interface in com.basis.api.admin
 
BBjAdminReplicationTask.TaskType - Enum in com.basis.api.admin
 
BBjAdminReplicationTaskGroup - Interface in com.basis.api.admin
 
BBjAdminResourceUrl - Interface in com.basis.api.admin
 
BBjAdminResumeTask - Interface in com.basis.api.admin
 
BBjAdminSCALLTask - Interface in com.basis.api.admin
 
BBjAdminSecurityException - Exception in com.basis.api.admin
Security exception.
BBjAdminSecurityException(String, Throwable) - Constructor for exception com.basis.api.admin.BBjAdminSecurityException
 
BBjAdminSecurityException(String, Throwable, boolean) - Constructor for exception com.basis.api.admin.BBjAdminSecurityException
 
BBjAdminSecurityException(String) - Constructor for exception com.basis.api.admin.BBjAdminSecurityException
 
BBjAdminSecurityException(Throwable) - Constructor for exception com.basis.api.admin.BBjAdminSecurityException
 
BBjAdminSecurityGroup - Interface in com.basis.api.admin
 
BBjAdminSecurityInvalidPasswordEventHandler - Class in com.basis.api.admin.events
 
BBjAdminSecurityInvalidPasswordEventHandler() - Constructor for class com.basis.api.admin.events.BBjAdminSecurityInvalidPasswordEventHandler
 
BBjAdminSequence - Interface in com.basis.api.admin
An individual sequence in a database.
BBjAdminServer - Interface in com.basis.api.admin
Parent interface for various server configurations.
BBjAdminServer.ServerType - Enum in com.basis.api.admin
 
BBjAdminServerInformation - Interface in com.basis.api.admin
Set of constants for server information.
BBjAdminServletConfiguration - Interface in com.basis.api.admin
Configuration for web server servlet.
BBjAdminSet<E> - Interface in com.basis.api.admin
Set that will work remotely.
BBjAdminSimpleTableInfo - Class in com.basis.api.admin
 
BBjAdminSimpleTableInfo() - Constructor for class com.basis.api.admin.BBjAdminSimpleTableInfo
 
BBjAdminSimpleTableInfo.AnalysisInfo - Class in com.basis.api.admin
 
BBjAdminSQLConnection - Interface in com.basis.api.admin
 
BBjAdminSQLReplicationJob - Interface in com.basis.api.admin
A single SQL replication job that will be added to the replication system.
BBjAdminSSLInfo - Interface in com.basis.api.admin
Information on a single context configuration on the web server.
BBjAdminStartupException - Exception in com.basis.api.admin
This is the main exception class for BBj Services server startup errors.
BBjAdminStartupException() - Constructor for exception com.basis.api.admin.BBjAdminStartupException
 
BBjAdminStartupException(String, int, int, Exception) - Constructor for exception com.basis.api.admin.BBjAdminStartupException
 
BBjAdminStubConnection(OutputStream, ByteArrayOutputStream, ObjectOutputStream, ObjectInputStream) - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection
 
BBjAdminSupportUploadJob - Class in com.basis.api.admin
 
BBjAdminSupportUploadJob() - Constructor for class com.basis.api.admin.BBjAdminSupportUploadJob
 
BBjAdminSystemPermission - Interface in com.basis.api.admin
Describes a single system level permission.
BBjAdminTable - Interface in com.basis.api.admin
Represents an individual table in a database.
BBjAdminTable.Type - Enum in com.basis.api.admin
Data file type for the table.
BBjAdminTableAnalysisJob - Interface in com.basis.api.admin
Represents an individual table analysis job.
BBjAdminTableSanity - Class in com.basis.api.admin
Contains information about the "sanity" of a particular database table.
BBjAdminTableSanity() - Constructor for class com.basis.api.admin.BBjAdminTableSanity
 
BBjAdminTableSanityMessage - Class in com.basis.api.admin
Contains information about the "sanity" of a particular database table.
BBjAdminTableSanityMessage() - Constructor for class com.basis.api.admin.BBjAdminTableSanityMessage
 
BBjAdminTask - Interface in com.basis.api.admin
 
BBjAdminTask.TaskType - Enum in com.basis.api.admin
 
BBjAdminTaskGroup - Interface in com.basis.api.admin
A task group represents a set of one or more tasks to be executed serially at a specific point in time or when BBjServices is started/restarted.
BBjAdminTaskQueue - Interface in com.basis.api.admin
The task queue is the manager containing all the currently configured task groups on the server.
BBjAdminTriggers - Interface in com.basis.api.admin
 
BBjAdminType - Enum in com.basis.api.admin
Possible types of property values.
BBjAdminTypeDef - Interface in com.basis.api.admin
An individual database type definition.
BBjAdminUserPermissions - Interface in com.basis.api.admin
 
BBjAdminValue - Class in com.basis.api.admin
Contains a single value.
BBjAdminValue() - Constructor for class com.basis.api.admin.BBjAdminValue
 
BBjAdminValue(String, Serializable, BBjAdminType) - Constructor for class com.basis.api.admin.BBjAdminValue
 
BBjAdminView - Interface in com.basis.api.admin
An individual view in a database.
BBjAdminWebApplication - Interface in com.basis.api.admin
This is the interface for individual Web Application configuration.
BBjAdminWebAppServer - Interface in com.basis.api.admin
This is the interface for configuring the Web App Server.
BBjAdminWebAppServer_1500 - Interface in com.basis.api.admin
This is the interface for configuring the Web App Server.
BBjAdminWebAppServer_1700 - Interface in com.basis.api.admin
This is the interface for configuring the Web App Server.
BBjAdminWebService - Interface in com.basis.api.admin
Configuration for a single web service on the server.
BBjAdminWebService_1311 - Interface in com.basis.api.admin
 
BBjAdminWebServiceMethod - Interface in com.basis.api.admin
Configuration for a method used by a web service.
BBjAdminWebServiceMethodParameter - Class in com.basis.api.admin
 
BBjAdminWebServiceMethodParameter(String, String) - Constructor for class com.basis.api.admin.BBjAdminWebServiceMethodParameter
 
BBjBridgeClosedException(String) - Constructor for exception com.basis.bbj.bridge.BBjBridgeException.BBjBridgeClosedException
 
BBjBridgeException - Exception in com.basis.bbj.bridge
An Exception type used in bridge package.
BBjBridgeException() - Constructor for exception com.basis.bbj.bridge.BBjBridgeException
Creates new BBjBridgeException.
BBjBridgeException(String) - Constructor for exception com.basis.bbj.bridge.BBjBridgeException
Construct a BBjBridgeException with a specified message.
BBjBridgeException(Exception) - Constructor for exception com.basis.bbj.bridge.BBjBridgeException
Constructor of BBjBridgeException from some other Exception.
BBjBridgeException.BBjBridgeClosedException - Exception in com.basis.bbj.bridge
 
BBjBridgeOpenPlugin - Class in com.basis.bbj.bridge
This BBj plugin is used in conjunction with JavaBBjBridge and provides the connection between BBjBridgeRequest / BBjBridgeResponse and a channel that can be opened by the BBj program.
BBjBridgeOpenPlugin() - Constructor for class com.basis.bbj.bridge.BBjBridgeOpenPlugin
 
BBjBridgeRequest - Interface in com.basis.bbj.bridge
BBjBridgeRequest is used to specify a program that is to be called by JavaBBjBridge, to pass parameters to that program and to provide data that can be read by that program from an ALIAS bbj channel.
BBjBridgeResponse - Interface in com.basis.bbj.bridge
After calling BBjBridge.runBBj() the BBjBridgeResponse will contain any data that has been written to the ALIASed BBj channel by the called BBj program.
BBjWSImpl - Class in com.basis.bbj.webservice
This class can be deployed as a Web Service.
BBjWSImpl() - Constructor for class com.basis.bbj.webservice.BBjWSImpl
 
BBjWSImpl(String) - Constructor for class com.basis.bbj.webservice.BBjWSImpl
 
BBX_NATIVE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
BBX_PRECISION - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
BBX_TYPE - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
BCC - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
BEFORE_CLOSE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_CLOSE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_CLOSE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_ERASE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_ERASE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_ERASE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_KEY_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_KEY_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_KEY_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_OPEN_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_OPEN_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_OPEN_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_READ_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_READ_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_READ_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_REMOVE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_REMOVE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_REMOVE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_WRITE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_WRITE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BEFORE_WRITE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
BIND_ADDRESS - Static variable in interface com.basis.api.admin.BBjAdminServer
 
BINDFILE - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
BMASK - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
BMASK - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
BUFFER_TOO_SMALL - Static variable in exception com.basis.filesystem.FilesystemException
Out of Memory.
BUI_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
BUILD_DATE - Static variable in interface com.basis.api.admin.BBjAdminServerInformation
 
BUILD_ID - Static variable in interface com.basis.api.admin.BBjAdminServerInformation
 
BUSY - Static variable in exception com.basis.filesystem.FilesystemException
Trying to access a device that is not available.
bytesToString(byte[], int, int) - Static method in class com.basis.filesystem.Compare
 

C

CACHE_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
CALL - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
CALL - Static variable in interface com.basis.api.admin.BBjAdminWebServiceMethod
 
canAddNewProperties() - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Is the user allowed to add new properties?
cancelDisableWhenCaughtUpToNow() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Tells the job to cancel the pause request that was made in a call to BBjAdminReplicationJob.disableWhenCaughtUpToNow() if one was made.
canClear() - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Is the user allowed to clear properties?
canDelete() - Method in interface com.basis.api.admin.BBjAdminContextInfo
Returns true if this context can be deleted.
canKeysChange() - Method in interface com.basis.filesystem.FilePosition
 
CANT - Static variable in exception com.basis.filesystem.FilesystemException
Doing a read on a write-only device.
CASCADE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
CATEGORY - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CC - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
changeDir(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Change current directory.
changeDir(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Change current directory.
changePassword(String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Change user password.
CHARACTER_SET - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
CHARSET - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Used to specify a specific character set used when processing records in the database.
checkin() - Method in class com.basis.filesystem.License
 
checkoutLicense() - Method in interface com.basis.filesystem.ConnectionMgr
Try to checkout a license using the license connection if one is not already checked out.
checkSegments(int) - Method in class com.basis.filesystem.util.KeyDescription
 
checkSegments(String, int) - Method in class com.basis.filesystem.util.KeyDescription
Helper function to check and make sure that segments are valid for an MKEYED file.
checkUserPermission(int) - Method in interface com.basis.api.admin.BBjAdminBase
Returns true if the user logged into the API has the specified permission.
checkValueEqual(String, Object) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Is the provided value equal to the current value (if any)?
chmod(String, int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
 
chmod(String, int, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
 
CHOOSER_ALPHA_NUMERIC - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_ALPHA_NUMERIC_UNDERSCORE - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_FILE - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_LIST - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_NO_SPACES - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_NONE - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_TYPE - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_UPPER_CASE - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CHOOSER_USER - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
CISAM_FILE - Static variable in class com.basis.filesystem.Filesystem
C-ISAM old file type not supported by BBj.
CLASS - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
CLASS_NAME - Static variable in interface com.basis.api.admin.BBjAdminBBjProcessStackElement
 
CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
CLASSPATH_NAME - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
cleanupCaches() - Method in interface com.basis.api.admin.BBjAdminDatabase
Called to explicitly clear out any cached data such as open connections to the database that were created internally by executing SQL statements on the database through calls to executeSQL().
clear() - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Clear all properties that are not read only.
clear() - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Clear all existing data including program name, program command-line parameters and any data that has been placed in request through calls to setBytes or put().
clear() - Method in interface com.basis.filesystem.ConnectionMgr
Clear any cache that might exist.
clearCache() - Method in interface com.basis.api.admin.BBjAdminBase
Clear the BBj program cache.
clearData() - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Clear all data placed in request through calls to setBytes or put().
clearExclusions() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Clears all exclusions configured for the job.
clearExclusions() - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Clears all exclusions.
clearExclusions() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Clears all exclusions.
clearFcbCache() - Method in interface com.basis.filesystem.ConnectionMgr
Clear the FCBCACHE.
clearFileOpenInfo() - Method in interface com.basis.api.admin.BBjAdminBase
Clears the file open statistics gathered when a file is opened.
clearFiles() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Clears the entire list of files being monitored.
clearFiles() - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Clears the entire list of files.
clearInclusions() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Clears the list of all included filters.
clearInclusions() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
Clears the list of all included filters.
clearMappings() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Clears all of the current source/destination mappings.
clearProperties(Set<String>) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Clear a set of properties.
clearProperty(String) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Clear out the value of a property.
CLIENT_POLL_INTERVAL - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
CLIENT_POLL_INTERVAL - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
CLIENT_RESPONSE_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
CLIENT_RESPONSE_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
CLIENT_RESPONSE_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
CLIENT_RESPONSE_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
CLIENT_RESPONSE_TIMEOUT_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
CLIENT_RESPONSE_TIMEOUT_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
clone() - Method in class com.basis.filesystem.util.KeyDescription
 
cloneWithNewFilename(String) - Method in exception com.basis.filesystem.FilesystemEOFException
 
cloneWithNewFilename(String) - Method in exception com.basis.filesystem.FilesystemException
 
cloneWithNewFilename(String) - Method in exception com.basis.filesystem.FilesystemExtractConflictException
 
cloneWithNewFilename(String) - Method in exception com.basis.filesystem.FilesystemIOException
 
cloneWithNewFilename(String) - Method in exception com.basis.filesystem.FilesystemKeyException
 
cloneWithNewFilename(String) - Method in exception com.basis.filesystem.FilesystemNotYetImplementedException
 
close() - Method in interface com.basis.api.admin.BBjAdminDatabase
Should be called when you are completely done with this instance to cleanup resources used on the server side.
close() - Method in interface com.basis.bbj.bridge.JavaBBjBridge
Close connection to server.
close() - Method in interface com.basis.filesystem.FilePosition
Close the file position.
close() - Method in class com.basis.filesystem.FilesystemInputStream
 
close() - Method in class com.basis.filesystem.FilesystemOutputStream
close() closes the FilePosition associated with this FilesystemOutputStream.
close() - Method in interface com.basis.filesystem.FilesystemTransaction
Close the transaction.
close() - Method in class com.basis.plugin.DDEPlugin
Close the file position.
close() - Method in class com.basis.plugin.FSQLPlugin
Close the file position.
close() - Method in class com.basis.plugin.HashPlugin
Close the file position.
close() - Method in class com.basis.plugin.RegPlugin
Close the file position.
close() - Method in class com.basis.plugin.SQLPlugin
Close the file position.
COLLATION - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
COLUMN - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
COLUMNS - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
COLUMNS - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
COLUMNS - Static variable in interface com.basis.api.admin.BBjAdminQueryAnalysis
 
com.basis.api.admin - package com.basis.api.admin
 
com.basis.api.admin.client - package com.basis.api.admin.client
 
com.basis.api.admin.events - package com.basis.api.admin.events
 
com.basis.bbj.bridge - package com.basis.bbj.bridge
 
com.basis.bbj.webservice - package com.basis.bbj.webservice
 
com.basis.filesystem - package com.basis.filesystem
 
com.basis.filesystem.util - package com.basis.filesystem.util
 
com.basis.plugin - package com.basis.plugin
 
com.basis.tools.guidev - package com.basis.tools.guidev
 
com.basis.utilities.jarreg.client - package com.basis.utilities.jarreg.client
 
COMM - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
COMMAND - Static variable in interface com.basis.api.admin.BBjAdminSCALLTask
 
COMMENTS - Static variable in interface com.basis.api.admin.BBjAdminProcedureParameter
 
commit(String) - Method in interface com.basis.api.admin.BBjAdminBase
Specify a specific commit message that will accompany the commit to the configuration Git archive.
commit() - Method in interface com.basis.api.admin.BBjAdminCommitWriter
Commit all property changes.
commit() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
commit() - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Stores any changes made, to the task definition file.
commit() - Method in interface com.basis.api.admin.BBjAdminTaskQueue
Called to re-write the task queue configurations.
commit() - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
commit() - Method in interface com.basis.filesystem.FilesystemTransaction
Commit the transaction.
Compare - Class in com.basis.filesystem
Check two files for data equivalence.
compare(ConnectionMgr, String, String, boolean, PrintWriter) - Static method in class com.basis.filesystem.Compare
This method will compare the files/directories at the paths specified and return true if they are equivalent.
compare(byte[], int, int, byte[], int, int) - Static method in class com.basis.filesystem.Compare
 
compareTo(BBjAdminJRE) - Method in class com.basis.api.admin.BBjAdminJRE
 
COMPRESS - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
COMPRESS - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
CONFIG - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
config.bbx to use when the trigger will execute the BBj handler code on the remote machine.
CONFIG - Static variable in interface com.basis.api.admin.BBjAdminAutorun
 
CONFIG - Static variable in interface com.basis.api.admin.BBjAdminAutorunProgram
 
CONFIG - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
CONFIG - Static variable in interface com.basis.api.admin.BBjAdminServletConfiguration
 
CONFIG - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
CONFIG_FILE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
CONFIG_FILE - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
CONFIG_FILE - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
CONFIG_FILE - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
CONFIG_FILE - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
CONFIG_FILE_NAME - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobConfig
 
CONFIG_LOCATION - Static variable in interface com.basis.api.admin.BBjAdminProcedure
Optional location of a config.bbx to use.
CONNECT_URL - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
CONNECT_URL - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
CONNECTION_POOLS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
CONNECTION_TIME - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
CONNECTION_TIME - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
CONNECTION_TIME - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
CONNECTION_TIME_SORTABLE - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
ConnectionMgr - Interface in com.basis.filesystem
 
ConnectionMgr.ClearListener - Interface in com.basis.filesystem
 
connectionMgrCleared(ConnectionMgr) - Method in interface com.basis.filesystem.ConnectionMgr.ClearListener
 
connectToImpl(Object[]) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection
 
contains(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Does a given property exist?
contains(Set<String>) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Do any of a set of properties exist?
CONTEXT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
CONTEXT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
CONTEXT - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplication
 
CONTEXT - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
CONTEXT_HOST - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplication
 
CONTEXT_NAME - Static variable in interface com.basis.api.admin.BBjAdminContextInfo
 
CONTEXT_PATH - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplication
 
CONTEXTS - Static variable in interface com.basis.api.admin.BBjAdminServer
 
convert(String, boolean, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Convert (upgrade) file to latest file format.
convert(String, boolean, boolean, boolean, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Convert (upgrade) file to latest file format.
convert(String, boolean, boolean, boolean, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Convert (upgrade) file to latest file format.
convert(String, boolean, boolean, boolean, String, String, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Convert (upgrade) file to latest file format.
copy() - Method in interface com.basis.api.admin.BBjAdminWebApplication
Make a copy of this web application.
COPY_BBJ - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
COPY_CHANGED_ONLY - Static variable in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
COPY_ESQL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
COPY_JOBS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
COPY_RAW - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
copyToJournaled(String, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
This call will copy the source file to a file in the journaled filesystem as the destination file.
CREATE_64BIT - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
CREATE_BBJ - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
CREATE_ESQL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
CREATE_NEW_DB - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
CREATE_PROCEDURE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
CREATE_RAW - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
CREATE_RECOVERABLE - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
CREATE_ROLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
CREATE_SEQUENCE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
CREATE_TABLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
CREATE_TABLE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Default type of file created when executing a CREATE TABLE statement.
CREATE_TIME - Static variable in interface com.basis.api.admin.BBjAdminDatabaseStatement
 
CREATE_TRIGGER - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
CREATE_TRIGGER - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
CREATE_VIEW - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
createApplication() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
createApplication() - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
createApplication() - Method in interface com.basis.api.admin.BBjAdminJnlpConfiguration
Create a new instance of a JNLP application.
createApplication(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Create an empty application configuration.
createAsynchTriggerJob(String, String, int, double, boolean, String, String, String, String, boolean, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new asynchronous trigger job.
createAuditReplicationJob(String, String, boolean, int, int) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new filesystem audit job.
createBBjAdminList() - Method in interface com.basis.api.admin.BBjAdminBase
Create a new BBjAdminList instance.
createBBjAdminMap() - Method in interface com.basis.api.admin.BBjAdminBase
Create a BBjAdminMap.
createBBjAdminSet() - Method in interface com.basis.api.admin.BBjAdminBase
Create a BBjAdminSet.
createBBjReplicationJob(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new BBj replication job.
createBBjReplicationJob(String, String, int, boolean, String, String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new BBj replication job with the specified configuration info.
createBBjReplicationJob(String, String, int, double, boolean, String, String, boolean, String, String, String, String, String, String, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new BBj replication job with the specified configuration info.
createBBjReplicationJob(String, String, int, double, boolean, String, String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new BBj replication job with the specified configuration info.
createBridge(String, boolean, boolean, boolean, boolean, boolean) - Static method in class com.basis.bbj.bridge.JavaBBjBridgeFactory
Creates a JavaBBjBridge.
createBridge(String, boolean, boolean, boolean, boolean) - Static method in class com.basis.bbj.bridge.JavaBBjBridgeFactory
 
createBridgeRequest() - Static method in class com.basis.bbj.bridge.JavaBBjBridgeFactory
Creates a BBjBridgeRequest that can be used in call to JavaBBjBridge.runBBj().
createBridgeResponse() - Static method in class com.basis.bbj.bridge.JavaBBjBridgeFactory
Creates a BBjBridgeResponse that can be used in call to JavaBBjBridge.runBBj().
createBuiApplication() - Method in interface com.basis.api.admin.BBjAdminBase
createColumn() - Method in interface com.basis.api.admin.BBjAdminTable
Creates a new instance of a BBjAdminColumn on the table.
createContext(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Creates a new custom context on the web server.
createCrossReference() - Method in interface com.basis.api.admin.BBjAdminTable
Creates a new instance of a BBjAdminCrossReference (foreign key).
createDatabaseOnDisk(String, String, BBjAdminDatabase.DatabaseType) - Method in interface com.basis.api.admin.BBjAdminBase
Create a new database and create the data dictionary files.
createDateHandler() - Method in interface com.basis.api.admin.BBjAdminDatabase
Create a new date handler.
createDefaultNagProcess(NagListener) - Method in interface com.basis.filesystem.ConnectionMgr
 
createDirectFile(String, byte, long, int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a DIRECT or SORT file.
createDirectFile(String, byte, long, int, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a DIRECT or SORT file.
createDirectFile(String, byte, long, int, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a DIRECT or SORT file.
createDirectFile(String, byte, long, int, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a DIRECT or SORT file.
createDirectory(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Creates the specified directory on the server.
createDocumentIndex(String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new BBjAdminDocumentIndex with the given name.
createDocumentLocation(String, boolean) - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Creates a new instance of a BBjAdminDocumentLocation.
CreateEnvelope(Object[]) - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.CreateEnvelope
 
createFieldMapConfig() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileConfig
Create a field map configuration.
createFile(byte[], boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], byte[], boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, byte[], int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, byte[], int, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(ByteBuffer, ByteBuffer, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(ByteBuf, ByteBuf, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], byte[], boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, byte[], int, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, byte[], int, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFile(byte[], int, int, byte[], int, int, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from a FID.
createFileConfig() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobConfig
Create a file configuration.
createIndex() - Method in interface com.basis.api.admin.BBjAdminTable
Creates a new instance of a BBjAdminIndex on the table.
createIndexedFile(String, long, int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create an INDEXED file.
createIndexedFile(String, long, int, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create an INDEXED file.
createIndexedFile(String, long, int, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create an INDEXED file.
createIndexedFile(String, long, int, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create an INDEXED file.
createJournaled(String, int, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, int, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, int, int, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, int, int, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, List, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, List, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, List, int, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createJournaled(String, List, int, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a journaled file.
createMessage() - Method in interface com.basis.api.admin.BBjAdminEmailService
 
createMethod() - Method in interface com.basis.api.admin.BBjAdminWebService
Creates a new method on the web service.
createMKeyedFile(String, byte, long, int, boolean, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed MKEYED file.
createMKeyedFile(String, byte, long, int, boolean, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed MKEYED file.
createMKeyedFile(String, byte, long, int, boolean, boolean, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed MKEYED file.
createMKeyedFile(String, byte, long, int, boolean, boolean, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed MKEYED file.
createMKeyedFile(String, List, long, int, boolean, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed MKEYED file.
createMKeyedFile(String, List, long, int, boolean, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed MKEYED file.
createMKeyedFile(String, List, long, int, boolean, boolean, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed MKEYED file.
createMKeyedFile(String, List, long, int, boolean, boolean, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed MKEYED file.
createOnlineCopyJobConfig() - Method in interface com.basis.api.admin.BBjAdminBase
Create an empty OnlineCopyJob.
createOnlineCopyJobConfig(String) - Method in interface com.basis.api.admin.BBjAdminBase
Create an OnlineCopyJob from a file.
createParameter() - Method in interface com.basis.api.admin.BBjAdminProcedure
Create a blank parameter.
createParameter() - Method in interface com.basis.api.admin.BBjAdminWebServiceMethod
Returns a new, blank parameter for the method.
createPrivilege() - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a new instance of an empty BBjAdminPrivilege object ready to be set for granting or revoking privileges.
createProcedure(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminProcedure object to be used for procedure creation.
createProcedure() - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminProcedure object to be used for procedure creation.
createProgram() - Method in interface com.basis.api.admin.BBjAdminAutorun
Create a new autorun program information object.
createRemoteApplication() - Method in interface com.basis.api.admin.BBjAdminBase
Create a new remote application configuration.
createResource() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
createResource() - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
createRole(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Creates a new role on the database used for grouping multiple users for the purpose of granting and revoking prvileges.
createRole(String, String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Creates a new role on the database used for grouping multiple users for the purpose of granting and revoking prvileges.
createSegment(BBjAdminColumn) - Method in interface com.basis.api.admin.BBjAdminIndex
Creates a new index segment for this index.
createSegment(String) - Method in interface com.basis.api.admin.BBjAdminIndex
Creates a new index segment for this index.
createSequence(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminSequence object to be used for sequence creation.
createSerialFile(String, long, int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a SERIAL file.
createSerialFile(String, long, int, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a SERIAL file.
createSerialFile(String, long, int, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a SERIAL file.
createSerialFile(String, long, int, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a SERIAL file.
createServerConfiguration(BBjAdminServer.ServerType) - Method in interface com.basis.api.admin.BBjAdminBase
Create an empty server configuration of the specified type.
createSQLReplicationJob() - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new SQL replication job.
createSSL(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Creates a new custom SSL entry with the specified PORT on the web server.
createStringFile(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a STRING file.
createStringFile(String, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a STRING file.
createStringFile(String, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a STRING file.
createStringFile(String, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a STRING file.
createTable() - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminTable object to be used for table creation.
createTextSearchFile(String, String, String, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a text search file/directory.
createTextSearchFile(String, String, String, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a text search file/directory.
createTypeDef(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminTypeDef object to be used for type definition creation.
createView(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminView object to be used for view creation.
createView() - Method in interface com.basis.api.admin.BBjAdminDatabase
Create an empty BBjAdminView object to be used for view creation.
createVKeyedFile(String, int, long, int, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed VKEYED file.
createVKeyedFile(String, int, long, int, boolean, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed VKEYED file.
createVKeyedFile(String, List, long, int, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed VKEYED file.
createVKeyedFile(String, List, long, int, boolean, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed VKEYED file.
createWebService() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new instance of a Web service.
createXFile(byte[], boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], byte[], boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], byte[], boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(ByteBuffer, ByteBuffer, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(ByteBuf, ByteBuf, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], byte[], boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], byte[], boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXFile(byte[], int, int, byte[], int, int, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a file generically from an XFID.
createXKeyedFile(String, int, long, int, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed XKEYED file.
createXKeyedFile(String, int, long, int, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed XKEYED file.
createXKeyedFile(String, int, long, int, boolean, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed XKEYED file.
createXKeyedFile(String, int, long, int, boolean, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a single keyed XKEYED file.
createXKeyedFile(String, List, long, int, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed XKEYED file.
createXKeyedFile(String, List, long, int, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed XKEYED file.
createXKeyedFile(String, List, long, int, boolean, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed XKEYED file.
createXKeyedFile(String, List, long, int, boolean, boolean, String, String, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Create a multi keyed XKEYED file.
CRITICAL - Static variable in class com.basis.api.admin.BBjAdminTableSanityMessage
 
Crypt - Class in com.basis.filesystem
Base class and entry point for BBj encryption services.
Crypt() - Constructor for class com.basis.filesystem.Crypt
 
CRYPT_FILE - Static variable in class com.basis.filesystem.Filesystem
Encrypted file type, you should only see this opening in binary mode without decryption.
CSS_RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
CSS_RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
CURRENT_VALUE - Static variable in interface com.basis.api.admin.BBjAdminSequence
 
CYCLE - Static variable in interface com.basis.api.admin.BBjAdminSequence
 

D

DAILY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
 
DATA - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Full path to the DATA global variable which is a standard variable used in table data file path specifications to avoid hard-coding paths into the database definition.
DATA - Static variable in interface com.basis.api.admin.BBjAdminJSON
 
DATA_FILE - Static variable in interface com.basis.api.admin.BBjAdminTable
Path to the data file.
DATA_FILE_FULL_PATH - Static variable in interface com.basis.api.admin.BBjAdminTable
Read-only full path to the data file.
DATABASE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Case-sensitive name of the database.
DATABASE - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
DATABASE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
DATABASE - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
DATABASE - Static variable in class com.basis.api.admin.RemoteCall
 
DATABASE_NAME - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
DATE - Static variable in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
DATE_COLUMNS_SORTED - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Deprecated.
DATE_FORMAT - Static variable in interface com.basis.api.admin.BBjAdminBBjColumn
 
DATE_FORMAT - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
DATE_FORMAT - Static variable in interface com.basis.api.admin.BBjAdminDatabase.DateHandler
 
DATE_FORMAT - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
DATE_SUFFIX - Static variable in interface com.basis.api.admin.BBjAdminDatabase.DateHandler
 
DATE_TYPE_DEFS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
A comma-separated list of typedef/dateformat mappings.
DAY_OF_MONTH - Static variable in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
DAY_OF_WEEK - Static variable in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
DB_ROOT - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
DB_ROOT - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationTarget
 
DBG(String) - Method in class com.basis.filesystem.FilesystemInputStream
 
DDEOpenPlugin - Class in com.basis.plugin
This is the interface used to open the DDE plugin.
DDEOpenPlugin() - Constructor for class com.basis.plugin.DDEOpenPlugin
 
DDEPlugin - Class in com.basis.plugin
This is the interface used to read, write, and get information about open DDE plugins.
DDEPlugin(String, String, String, int) - Constructor for class com.basis.plugin.DDEPlugin
Constructor called by DDEOpenPlugin.
DDEPluginNative - Class in com.basis.plugin
DDEPluginNative This base class loads the DDEPluginNative shared library
DDEPluginNative() - Constructor for class com.basis.plugin.DDEPluginNative
DDEPluginNative public constructor for DDEPluginNative
DEBUG - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
DEBUG - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
DEBUG - Static variable in interface com.basis.filesystem.ConnectionMgr
 
debug - Static variable in class com.basis.filesystem.FilesystemInputStream
 
decrypt(byte[], int, int) - Method in class com.basis.filesystem.Crypt
Decrypt an arbitrary buffer.
decryptBlocks(byte[], int, int) - Method in class com.basis.filesystem.Crypt
Decrypt a buffer in place that is a multiple of the block size for this Crypt object is applicable.
DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBBjColumn
 
DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminESQLColumn
 
DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
DEFAULT_CONFIG - Static variable in interface com.basis.api.admin.BBjAdminServer
 
DEFAULT_DATE_FORMAT - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
DEFAULT_DATE_TYPEDEF - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
DEFAULT_ERASE_TIMEOUT - Static variable in interface com.basis.filesystem.ConnectionMgr
 
DEFAULT_FROM - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
DEFAULT_LOCAL_SERVER - Static variable in class com.basis.filesystem.Filesystem
 
DEFAULT_OPEN_TIMEOUT - Static variable in interface com.basis.filesystem.ConnectionMgr
 
DEFAULT_PORT - Static variable in class com.basis.api.admin.BBjAdminFactory
 
DEFAULT_REPLY_TO - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
DEFAULT_TIMEOUT - Static variable in class com.basis.api.admin.BBjAdminFactory
 
DEFAULT_USER - Static variable in interface com.basis.api.admin.BBjAdminServer
 
DEFAULT_WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminServer
 
DEFERRABILITY - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
DELAY - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJob
 
delete() - Method in interface com.basis.api.admin.BBjAdminFile
Delete the file described by this object.
DELETE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
DELETE_RULE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
DEMO - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
DENIED - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
DEREFERENCE_POLICY - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
DESCENDING - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJob
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminProcedure
Description of the SPROC.
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminSystemPermission
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminTable
Description of the table.
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminView
 
DESKTOP_TERMINAL - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
DEST_FIELD - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFieldMap
 
DEST_FILE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
DEST_KEY_SIZE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
DEST_RECORD_SIZE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
DEST_TEMPLATE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
DEST_TYPE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
DESTINATION_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
destroy() - Method in class com.basis.bbj.webservice.BBjWSImpl
the destroy method required in order to implement ServiceLifecycle.
DEVELOPMENT_MODE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
DEVELOPMENT_MODE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
DEVELOPMENT_MODE - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
DEVELOPMENT_MODE - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
DEVELOPMENT_MODE - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
DEVELOPMENT_MODE - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
DEVELOPMENT_MODE_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
DEVELOPMENT_MODE_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
DFAIL - Static variable in exception com.basis.filesystem.FilesystemException
Disk not ready.
DICTIONARY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Full path to the data dictionary files (*.1 files for legacy databases, and the *.DD files for enhanced)
DICTIONARY_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
DICTIONARY_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
didTimeOut() - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
indication of whether the response was the result of a timed-out request
DIM - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
DIRECT_FILE - Static variable in class com.basis.filesystem.Filesystem
DIRECT/SORT file type.
DIRECTION - Static variable in interface com.basis.api.admin.BBjAdminProcedureParameter
 
DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminDocumentLocation
Directory to monitor.
DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminFile
 
DIRECTORY_FILE - Static variable in class com.basis.filesystem.Filesystem
DIRECTORY file type.
disableWhenCaughtUpToNow() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Tells the job to pause when the job is completely caught up on the target with the items currently in the source log file as of the moment this method is called.
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminServer
 
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
DISALLOW_CONSOLE - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
DISALLOW_CONSOLE_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
DISALLOW_CONSOLE_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
DISK - Static variable in exception com.basis.filesystem.FilesystemException
Invalid disk -- format.
dispatch(BBjAdminFactory.BBjAdminStubConnection.RMIEnvelope) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminImplConnection
 
dispatch(BBjAdminFactory.BBjAdminImplConnection) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.AsyncEnvelope
 
dispatch(BBjAdminFactory.BBjAdminImplConnection) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.CreateEnvelope
 
dispatch(BBjAdminFactory.BBjAdminImplConnection) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.RMIEnvelope
 
dispatch(BBjAdminFactory.BBjAdminImplConnection) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.SyncEnvelope
 
DISPLAY_NAME - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
DISPLAY_NAME - Static variable in interface com.basis.api.admin.BBjAdminSystemPermission
 
DISPLAY_VALUE - Static variable in class com.basis.api.admin.BBjAdminValue
 
DOCUMENT_ARCHIVES - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
DOCUMENT_LOCATIONS - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
List of directories to be monitored for documents.
DOMAIN - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
DOWNLOAD - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceLibrary
 
DREAD - Static variable in exception com.basis.filesystem.FilesystemException
Unspecified IO error.
DRIVER_CLASS - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
DROP_DB - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
DROP_PROCEDURE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
DROP_ROLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
DROP_SEQUENCE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
DROP_TABLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
DROP_TRIGGER - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
DROP_VIEW - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
dropDatabase(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Drop a database by name, optionally deleting all files.
dropDocumentIndex(String) - Method in interface com.basis.api.admin.BBjAdminBase
Drops the specified document index.
dropProcedure(String, boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single procedure.
dropProcedure(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single procedure and also remove the source code file.
dropRole(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drops the specified role from the database.
dropSecurityGroup(String) - Method in interface com.basis.api.admin.BBjAdminBase
Drops the specified security group (committed).
dropSequence(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single sequence.
dropTable(String, boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single table.
dropTable(String, boolean, boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single table.
dropTypeDef(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single typedef.
dropUser(String) - Method in interface com.basis.api.admin.BBjAdminBase
Drop a user (committed).
dropView(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Drop a single view.
DSKSYN - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
DUMP_FILESYSTEM_CAUSE_STACK - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
dumpHeap() - Method in interface com.basis.api.admin.BBjAdminBase
Dump the memory heap to the log.
dumpThreads() - Method in interface com.basis.api.admin.BBjAdminBase
Dump JVM threads to the log.
duplicateApplication(String, String, String) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Duplicate the specified application and return an instance of the new app configuration.
DYNAMIC_VALID_VALUES - Static variable in interface com.basis.api.admin.BBjAdminProperty
 

E

ELASTICSEARCH_TYPE - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
CURRENTLY NOT IMPLEMENTED.
EMAIL_SERVICES - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
ENABLE_HTTP - Static variable in interface com.basis.api.admin.BBjAdminServer
 
ENABLE_SSL - Static variable in interface com.basis.api.admin.BBjAdminServer
 
ENABLED - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
True if the job is currently enabled/running.
ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
enableFcbCache(boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Enable or disable FCBCACHE.
encrypt(byte[], int, int) - Method in class com.basis.filesystem.Crypt
Encrypt an arbitrary buffer.
encryptBlocks(byte[], int, int) - Method in class com.basis.filesystem.Crypt
Encrypt a buffer in place that is a multiple of the block size for this Crypt object is applicable.
ENCRYPTION_PWD - Static variable in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
ENCRYPTION_STRING - Static variable in interface com.basis.api.admin.BBjAdminTable
File encryption string if this table's data file is encrypted.
END_ACTION - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
END_ACTION - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
END_ACTION_APP - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
END_ACTION_APP - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
END_ACTION_MSG - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
END_ACTION_MSG - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
END_ACTION_URL - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
END_ACTION_URL - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
END_DATE - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
End date and time for this group to stop running.
END_POINT - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
ENFORCE_VARCHAR_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminDatabase
If true, variable length columns will only allow values that fit within the defined length.
environmentPersists() - Method in interface com.basis.bbj.bridge.JavaBBjBridge
Query BBjBridge as to whether BBj environment is persistent between successive calls to the bridge.
EOF - Static variable in exception com.basis.filesystem.FilesystemException
Trying to read beyond the end of the file.
EOR - Static variable in exception com.basis.filesystem.FilesystemException
Writing a record that is too large.
equals(Object) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
equals(Object) - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
equals(Object) - Method in class com.basis.filesystem.util.KeyDescription
 
equals(Object) - Method in class com.basis.filesystem.util.KeySegment
 
erase(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Erase a file.
erase(String, boolean, long) - Method in interface com.basis.filesystem.ConnectionMgr
Erase a file.
erase(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Erase a file.
erase(String, boolean, long, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Erase a file.
eraseJournaled(String) - Method in interface com.basis.filesystem.ConnectionMgr
Erase a journaled file.
eraseJournaled(String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Erase a journaled file.
ERASES - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
ERR_ACTION - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
ERR_ACTION - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
ERR_ACTION_APP - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
ERR_ACTION_APP - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
ERR_ACTION_MSG - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
ERR_ACTION_MSG - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
ERR_ACTION_URL - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
ERR_ACTION_URL - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
ERROR_DESC - Static variable in exception com.basis.filesystem.FilesystemException
Static ERROR codes text.
ESQL_COLLATE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True/false whether to use collation order on ESQL tables or ASCII order.
EVENT_EMAIL_RECIPIENTS - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_EMAIL_SERVICE - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_HANDLER - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_HANDLER_CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_HANDLER_CONFIG - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_HANDLER_PWD - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_HANDLER_USER - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EVENT_HANDLER_WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
EXCEPTION_CLASS - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
EXCLUDE_FILTERS - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
List of wildcard filters to use to filter specifically invalid files so they are not indexed.
EXCLUDED_CIPHERS - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
EXCLUDED_PROTOCOLS - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
EXCLUSIVE_FILE_ACCESS - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
EXE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
execute(String, int, String, String, String, String) - Method in interface com.basis.api.admin.BBjAdminLDAPSearch
Executes the search and returns the results as a list of string arrays.
execute(String, int, int, String, String, String, String) - Method in interface com.basis.api.admin.BBjAdminLDAPSearch
Executes the search and returns the results as a list of string arrays.
execute(BBjAdminReplicationJob) - Method in interface com.basis.api.admin.BBjAdminReplicationTask
Executes the task on the specified job.
execute() - Method in interface com.basis.api.admin.BBjAdminTask
Executes the task on the specified job.
execute() - Method in class com.basis.api.admin.client.BBjAdminClientBBjTask
 
execute() - Method in class com.basis.api.admin.client.BBjAdminClientPauseTask
 
execute() - Method in class com.basis.api.admin.client.BBjAdminClientResumeTask
 
execute() - Method in class com.basis.api.admin.client.BBjAdminClientSCALLTask
 
execute(ObjectNode) - Method in interface com.basis.api.admin.client.JSON_ExecutionPoint
 
executeIfAppropriate() - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
Call this method to execute the scheduled task and its items if it is the appropriate time according to its configuration.
executeIfAppropriate() - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Call this method to execute the scheduled task and its items if it is the appropriate time according to its configuration.
executeIfAppropriate() - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
executeIfAutorun() - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Executes the task group only if it is configured as autorun.
executeIfAutorun() - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
executeSQL(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Executes an SQL statement or list of SQL statements separated by semi-colons.
exists() - Method in interface com.basis.api.admin.BBjAdminFile
Returns true if the file exists, or false otherwise.
exists(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Does the named file exist?
exists(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Does the named file exist?
EXIT_CRITICAL - Static variable in class com.basis.api.admin.BBjAdminAuditMonitor
 
EXIT_CRITICAL - Static variable in class com.basis.api.admin.BBjAdminReplicationMonitor
 
EXIT_OK - Static variable in class com.basis.api.admin.BBjAdminAuditMonitor
 
EXIT_OK - Static variable in class com.basis.api.admin.BBjAdminReplicationMonitor
 
EXIT_UNKNOWN - Static variable in class com.basis.api.admin.BBjAdminAuditMonitor
 
EXIT_UNKNOWN - Static variable in class com.basis.api.admin.BBjAdminReplicationMonitor
 
EXIT_WARNING - Static variable in class com.basis.api.admin.BBjAdminAuditMonitor
 
EXIT_WARNING - Static variable in class com.basis.api.admin.BBjAdminReplicationMonitor
 
EXPAND - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
EXPAND - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
expirationDate() - Method in class com.basis.filesystem.License
 
exportReplicationJob(BBjAdminReplicationJob, String) - Method in interface com.basis.api.admin.BBjAdminBase
Exports the replication job in a format that can then be read in using the import() method.
extract(byte[], int, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the current position.
extract(byte[], int, int, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the current position.
extract(byte[], int, String, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the current position.
extract(byte[], int, byte[], int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the key given.
extract(byte[], int, byte[], String, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the key given.
extract(byte[], int, byte[], int, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the key given.
extract(byte[], int, byte[], String, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the key given.
extract(byte[], int, byte[], int, int, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the key given.
extract(byte[], int, byte[], int, String, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the key given.
extract(byte[], int, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the index given.
extract(byte[], int, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Extract from the index given.
extract(byte[], int, int) - Method in class com.basis.plugin.DDEPlugin
Extract from the current position.
extract(byte[], int, int, int) - Method in class com.basis.plugin.DDEPlugin
Extract from the current position.
extract(byte[], int, byte[], int, int, int) - Method in class com.basis.plugin.DDEPlugin
Extract from the key given.
extract(byte[], int, long, int) - Method in class com.basis.plugin.DDEPlugin
Extract from the index given.
extract(byte[], int, int) - Method in class com.basis.plugin.FSQLPlugin
Extract from the current position.
extract(byte[], int, int, int) - Method in class com.basis.plugin.FSQLPlugin
Extract from the current position.
extract(byte[], int, byte[], int, int, int) - Method in class com.basis.plugin.FSQLPlugin
Extract from the key given.
extract(byte[], int, long, int) - Method in class com.basis.plugin.FSQLPlugin
Extract from the index given.
extract(byte[], int, int) - Method in class com.basis.plugin.HashPlugin
Extract from the current position.
extract(byte[], int, int, int) - Method in class com.basis.plugin.HashPlugin
Extract from the current position.
extract(byte[], int, byte[], int, int, int) - Method in class com.basis.plugin.HashPlugin
Extract from the key given.
extract(byte[], int, long, int) - Method in class com.basis.plugin.HashPlugin
Extract from the index given.
extract(byte[], int, int) - Method in class com.basis.plugin.RegPlugin
Extract from the current position.
extract(byte[], int, int, int) - Method in class com.basis.plugin.RegPlugin
Extract from the current position.
extract(byte[], int, byte[], int, int, int) - Method in class com.basis.plugin.RegPlugin
Extract from the key given.
extract(byte[], int, long, int) - Method in class com.basis.plugin.RegPlugin
Extract from the index given.
extract(byte[], int, int) - Method in class com.basis.plugin.SQLPlugin
Extract from the current position.
extract(byte[], int, int, int) - Method in class com.basis.plugin.SQLPlugin
Extract from the current position.
extract(byte[], int, byte[], int, int, int) - Method in class com.basis.plugin.SQLPlugin
Extract from the key given.
extract(byte[], int, long, int) - Method in class com.basis.plugin.SQLPlugin
Extract from the index given.
extractAtCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPositionWithKey(byte[], int, int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPositionWithKey(byte[], int, int, String, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPositionWithKey(ByteBuffer, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPositionWithKey(ByteBuffer, String, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPositionWithKey(ByteBuf, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractAtCurrentPositionWithKey(ByteBuf, String, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByIndex(byte[], int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByIndex(ByteBuffer, long, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByIndex(ByteBuf, long, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByKey(byte[], int, int, byte[], int, int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByKey(byte[], int, int, byte[], int, int, String, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByKey(ByteBuffer, ByteBuffer, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByKey(ByteBuffer, ByteBuffer, String, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByKey(ByteBuf, ByteBuf, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractByKey(ByteBuf, ByteBuf, String, int) - Method in interface com.basis.filesystem.FilePosition
 
EXTRACTED - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
extractFieldAtCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
extractFieldAtCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
extractFieldAtCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
extractFieldByIndex(byte[], int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
extractFieldByIndex(ByteBuffer, long, int) - Method in interface com.basis.filesystem.FilePosition
 
extractFieldByIndex(ByteBuf, long, int) - Method in interface com.basis.filesystem.FilePosition
 

F

fcbCacheEnabled() - Method in interface com.basis.filesystem.ConnectionMgr
Is the FCBCACHE enabled?
featureString() - Method in class com.basis.filesystem.License
 
FID_0 - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
FIELD - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FIELD - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
FILE - Static variable in interface com.basis.api.admin.BBjAdminReplicationStartProcess
 
FILE - Static variable in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
FILE_FORMAT_ASCII - Static variable in interface com.basis.api.admin.BBjAdminProcedure
File format indicating plain text ASCII format for the source code file when calling BBjAdminProcedure.writeSourceFile(String, int).
FILE_FORMAT_ASCII - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
FILE_FORMAT_BBJ - Static variable in interface com.basis.api.admin.BBjAdminProcedure
File format indicating BBj program format for the source code file when calling BBjAdminProcedure.writeSourceFile(String, int).
FILE_FORMAT_BBJ - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
FILE_NAME - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
FILE_NAME - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
FILE_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminTable
File password to use for this table if it is password protected.
FILE_PATH - Static variable in interface com.basis.api.admin.BBjAdminIndexBuilderJob
 
FILE_SEP - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
FILE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminBBjFile
 
FILE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminTable
File type defined for this table.
FILE_TYPE_DIRECT_SORT - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_ESQL - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_MKEYED - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_MKEYED_64BIT - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_MKEYED_64BIT_RECOVERABLE - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_MKEYED_RECOVERABLE - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_STRING - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_VKEYED - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_XKEYED - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FILE_TYPE_XKEYED_RECOVERABLE - Static variable in interface com.basis.api.admin.BBjAdminTable
Used in conjunction with the FILE_TYPE property indicating the type of file housing the data for the table.
FileInfo - Class in com.basis.filesystem
Class used as a utility to display file information.
FilePosition - Interface in com.basis.filesystem
 
FILESYSTEM - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
Filesystem - Class in com.basis.filesystem
This is the main interface class with the major Filesystem constants.
FilesystemEOFException - Exception in com.basis.filesystem
EOF exception.
FilesystemEOFException(String) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor.
FilesystemEOFException(Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
 
FilesystemEOFException(String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor.
FilesystemEOFException(int, Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
 
FilesystemEOFException(String, int, Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor.
FilesystemEOFException(int) - Constructor for exception com.basis.filesystem.FilesystemEOFException
 
FilesystemEOFException(String, int) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor.
FilesystemEOFException(String, String) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor taking a message string.
FilesystemEOFException(String, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor taking a message string.
FilesystemEOFException(int, String) - Constructor for exception com.basis.filesystem.FilesystemEOFException
 
FilesystemEOFException(String, int, String) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor taking a message string.
FilesystemEOFException(int, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
 
FilesystemEOFException(String, int, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemEOFException
Constructor taking a message string.
FilesystemException - Exception in com.basis.filesystem
Exception base class for the Filesystem.
FilesystemException(int) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor just taking an error code.
FilesystemException(int, int) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, int) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor just taking an error code and host err.
FilesystemException(int, int, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, int, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor just taking an error code and host err.
FilesystemException(int, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor taking an error code and Throwable.
FilesystemException(int, String) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, String) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor taking an error code and message string.
FilesystemException(int, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor taking an error code and message string.
FilesystemException(int, int, String) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, int, String) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor taking an error code and message string.
FilesystemException(int, int, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
 
FilesystemException(String, int, int, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemException
Constructor taking an error code and message string.
FilesystemExtractConflictException - Exception in com.basis.filesystem
ExtractConflict exception.
FilesystemExtractConflictException(long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
 
FilesystemExtractConflictException(String, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
Constructor.
FilesystemExtractConflictException(Throwable, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
 
FilesystemExtractConflictException(String, Throwable, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
Constructor.
FilesystemExtractConflictException(String, String, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
Constructor taking a message string.
FilesystemExtractConflictException(String, String, Throwable, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
Constructor taking a message string.
FilesystemExtractConflictException(int, String, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
 
FilesystemExtractConflictException(String, int, String, long) - Constructor for exception com.basis.filesystem.FilesystemExtractConflictException
Constructor taking a message string.
FilesystemInputStream - Class in com.basis.filesystem
InputStream for STRING and PROGRAM files.
FilesystemInputStream(FilePosition) - Constructor for class com.basis.filesystem.FilesystemInputStream
Constructor from a FilePosition.
FilesystemIOException - Exception in com.basis.filesystem
General exception for unspecified IO errors.
FilesystemIOException(IOException) - Constructor for exception com.basis.filesystem.FilesystemIOException
 
FilesystemIOException(String, IOException) - Constructor for exception com.basis.filesystem.FilesystemIOException
Constructor.
FilesystemIOException(String, String, IOException) - Constructor for exception com.basis.filesystem.FilesystemIOException
 
FilesystemKeyException - Exception in com.basis.filesystem
Key exception.
FilesystemKeyException(String, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor.
FilesystemKeyException(String, Throwable, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor.
FilesystemKeyException(String, int, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor.
FilesystemKeyException(String, int, Throwable, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor.
FilesystemKeyException(String, String, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor taking a message string.
FilesystemKeyException(String, String, Throwable, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor taking a message string.
FilesystemKeyException(String, int, String, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor taking a message string.
FilesystemKeyException(String, int, String, Throwable, int) - Constructor for exception com.basis.filesystem.FilesystemKeyException
Constructor taking a message string.
FilesystemNotYetImplementedException - Exception in com.basis.filesystem
Exception for functionality that is not yet implemented.
FilesystemNotYetImplementedException() - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
 
FilesystemNotYetImplementedException(String) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
Constructor.
FilesystemNotYetImplementedException(int) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
 
FilesystemNotYetImplementedException(String, int) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
Constructor.
FilesystemNotYetImplementedException(String, String) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
Constructor taking a message string.
FilesystemNotYetImplementedException(String, String, Throwable) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
Constructor taking a message string.
FilesystemNotYetImplementedException(int, String) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
 
FilesystemNotYetImplementedException(String, int, String) - Constructor for exception com.basis.filesystem.FilesystemNotYetImplementedException
Constructor taking a message string.
FilesystemOutputStream - Class in com.basis.filesystem
OutputStream for STRING and PROGRAM files.
FilesystemOutputStream(FilePosition) - Constructor for class com.basis.filesystem.FilesystemOutputStream
Constructor from a FilePosition.
FilesystemOutputStream(FilePosition, boolean) - Constructor for class com.basis.filesystem.FilesystemOutputStream
Constructor from a FilePosition.
FilesystemTransaction - Interface in com.basis.filesystem
This is the interface for transactions.
FILTER - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
findByKey(byte[], int, int, byte[], int, int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
findByKey(byte[], int, int, byte[], int, int, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
findByKey(ByteBuffer, ByteBuffer, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
findByKey(ByteBuffer, ByteBuffer, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
findByKey(ByteBuf, ByteBuf, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
findByKey(ByteBuf, ByteBuf, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
findServicePort(String) - Static method in class com.basis.filesystem.Services
Find a port number for a service name (tcp).
finish() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileRun
Tells this individual file to finish.
finish() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobRun
Finish a running online copy job.
FINISH_BBJ - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
FINISH_ESQL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
FINISH_RAW - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
FIRST - Static variable in class com.basis.tools.guidev.AdvancedGBFWrapper
 
fixDescendingSegments(byte[], int, byte[], int, boolean) - Method in class com.basis.filesystem.util.KeyDescription
Fix descending segments so that they are switched to/from normal.
fixDescendingSegments(byte[], int, int, byte[], int, int, boolean) - Method in class com.basis.filesystem.util.KeyDescription
Fix descending segments so that they are switched to/from normal.
fixDescendingSegments(byte[], int, int, byte[], int, int, Locale, Charset, boolean) - Method in class com.basis.filesystem.util.KeyDescription
Fix descending segments so that they are switched to/from normal.
fixDescendingSegments(ByteBuf, ByteBuf, Locale, Charset, boolean) - Method in class com.basis.filesystem.util.KeyDescription
Fix descending segments so that they are switched to/from normal.
FK_NAME - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
FK_TABLE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
FLAG - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
FLAG - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FLAG_ADD_BUTTON - Static variable in class com.basis.api.admin.client.JSON_Info
 
FLAG_BINARY - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FLAG_BROWSE_FILE - Static variable in class com.basis.api.admin.client.JSON_Info
 
FLAG_BROWSE_FOLDER - Static variable in class com.basis.api.admin.client.JSON_Info
 
FLAG_BUS - Static variable in class com.basis.filesystem.util.KeyDescription
 
FLAG_CASE_INSENSITIVE - Static variable in class com.basis.filesystem.util.KeyDescription
 
FLAG_DESCENDING - Static variable in class com.basis.filesystem.util.KeyDescription
 
FLAG_NONE - Static variable in class com.basis.api.admin.client.JSON_Info
 
FLAG_NUMERIC - Static variable in class com.basis.filesystem.util.KeyDescription
Deprecated.
FLAG_ORDERED_NUMERIC - Static variable in class com.basis.filesystem.util.KeyDescription
 
FLAG_READ_ONLY - Static variable in class com.basis.api.admin.client.JSON_Info
 
FLAG_REMOVE_BUTTON - Static variable in class com.basis.api.admin.client.JSON_Info
 
FLAG_UNIQUE - Static variable in class com.basis.filesystem.util.KeyDescription
 
FLAG_VARIABLE_ESCAPED - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
FLAG_VARIABLE_ESCAPED - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FLAG_VARIABLE_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
FLAG_VARIABLE_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FLAG_VARIABLE_PADDED - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
FLAG_VARIABLE_PADDED - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FLAG_VARIABLE_TERMINATED - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
FLAG_VARIABLE_TERMINATED - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
FLAGS - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
flush() - Method in class com.basis.filesystem.FilesystemOutputStream
flush() flushes the buffers to the Filesystem.
FORCE_CLOSE_FILES - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
FORCE_DEFAULT_CONFIG - Static variable in interface com.basis.api.admin.BBjAdminServer
 
FORCE_DEFAULT_USER - Static variable in interface com.basis.api.admin.BBjAdminServer
 
FORCE_DEFAULT_WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminServer
 
FORCE_LOCAL_PROPERTY - Static variable in class com.basis.filesystem.Filesystem
 
forceClose() - Method in interface com.basis.api.admin.BBjAdminOpenFile
Force open file to close.
FORM - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
FRIDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Friday in the repeat days.
FROM - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
FS_PWD_AUTH - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
FSQLOpenPlugin - Class in com.basis.plugin
This is the interface used to open an SQL plugin.
FSQLOpenPlugin() - Constructor for class com.basis.plugin.FSQLOpenPlugin
 
FSQLPlugin - Class in com.basis.plugin
This is the interface used to read, write, and get information about open SQL plugins.
FULL_FEATURED_CREATE_VIEW - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True/false to enable/disable creation of views using the "new" format.
FULL_PATH - Static variable in interface com.basis.api.admin.BBjAdminBBjFile
 
FULL_PATH - Static variable in interface com.basis.api.admin.BBjAdminFile
 
FULLTEXT_COLUMNS - Static variable in interface com.basis.api.admin.BBjAdminTable
List of the columns that make up the FULLTEXT index if one is present.
FULLTEXT_INDEX_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTable
True if the FULLTEXT index on this table (if there is one) is enabled.

G

generateCodeTemplate(String) - Method in interface com.basis.api.admin.BBjAdminProcedure
Returns a source code template with boiler plate code for a working stored procedure.
generateWebStartCertificate(String, String, int) - Method in interface com.basis.api.admin.BBjAdminBase
Tells BBj Services to have BASIS generate the Web Start certificates on the server.
get(String) - Static method in enum com.basis.api.admin.client.JSON_FieldType
 
get(byte[]) - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Retrieves data that was written by the BBjProgram using a record oriented write with a key.
get(String) - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Retrieves data that was written by the BBjProgram using a record oriented write with a key.
getAbsolutePath(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the absolute path for the specified file or directory as a string.
getAccessPolicy() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get the current access policy.
getActiveCount() - Method in interface com.basis.api.admin.BBjAdminConnectionPool
Returns the number of currently active connections checked out of the pool.
getActiveStatements() - Method in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
getActualLicenseVersion() - Method in interface com.basis.filesystem.ConnectionMgr
 
getAddBadFile() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getAddBadFile() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getAdminProperties() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns the list of BBjAdminProperty objects that contain the property values as well as information about the type of data, valid values, property name display values, etc.
getAlertCode() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getAlertCodeName() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getAlertType() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
getAllLicenseFeatureInfo() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of BBjAdminLicenseFeatureInfo object for each feature the license uses.
getAndFixKeyForRecord(ByteBuf, int, ByteBuf, boolean, Locale, Charset, boolean) - Method in class com.basis.filesystem.util.KeyDescription
 
getAndFixKeyForRecord(String, ByteBuf, int, ByteBuf, boolean, Locale, Charset, boolean) - Method in class com.basis.filesystem.util.KeyDescription
 
getApplication(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Get the configuration for an individual web application.
getApplicationIcon() - Method in interface com.basis.api.admin.BBjAdminWebApplication
 
getApplications() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Returns a list of the BUI applications configured.
getApplications() - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
Returns a list of the BUI applications configured.
getApplications() - Method in interface com.basis.api.admin.BBjAdminJnlpConfiguration
Returns a list of the JNLP applications configured.
getAppNames() - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Get the names of all publish applications.
getArgumentList() - Method in interface com.basis.api.admin.BBjAdminWebApplication
Get the program arguments.
getArguments() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
Returns the list of the program arguments for this application.
getArguments() - Method in interface com.basis.api.admin.BBjAdminBuiApplication
Returns the list of the program arguments for this application.
getAssociatedFile() - Method in interface com.basis.api.admin.BBjAdminReplicationTask
Returns the associated file with this task if it is a task that uses a file such as a BBj program or script.
getAsynchTriggerJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the asynchronous trigger jobs currently configured on the system.
getAsynchTriggerTargets() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the asynchronous trigger job targets on this machine.
getAsyncTriggerJobHandler(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getAsyncTriggerJobId() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEventHandler
 
getAsyncTriggerJobId() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getAsyncTriggerJobName() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEventHandler
 
getAsyncTriggerJobName() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getAsyncTriggerJobs() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getAttachments() - Method in interface com.basis.api.admin.BBjAdminEmailMessage
Get current list of email attachments.
getAuditDatabase(String) - Method in interface com.basis.api.admin.BBjAdminBase
 
getAuditJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the audit jobs currently configured on the server.
getAuditTargets() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the audit target currently on this server.
getAuthor() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getAuthToken(String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
getAuthToken(InetAddress, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the default port.
getAuthToken(InetAddress, int, boolean, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getAuthToken(InetAddress, int, boolean, String, String, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getAuthToken(InetAddress, int, boolean, int, String, String, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getAuthToken(InetAddress, int, boolean, int, String, String, Locale, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
 
getAuthType() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getAutorunConfiguration() - Method in interface com.basis.api.admin.BBjAdminBase
Get the autorun configuration.
getAvailableContexts() - Method in interface com.basis.api.admin.BBjAdminJnlpApplication_1411
Returns a list of all the current contexts that can be used by the JNLP application if an alternative context is desired.
getAvailableCount() - Method in interface com.basis.filesystem.ConnectionMgr
Get license available count.
getAvailableSystemPermissions() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the system permissions that are available on the server.
getBackground() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getBadFiles() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
Returns a list of "bad files".
getBBjAdmin(String, String, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
getBBjAdmin(String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
getBBjAdmin(String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
getBBjAdmin(String, String, InetAddress, int, InetAddress, int, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
getBBjAdmin(String, String, InetAddress, int, InetAddress, int) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
getBBjAdmin(InetAddress, String, String, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the default port.
getBBjAdmin(InetAddress, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the default port.
getBBjAdmin(InetAddress, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the default port.
getBBjAdmin(InetAddress, int, boolean, String, String, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, String, String, Locale, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, String) - Static method in class com.basis.api.admin.BBjAdminFactory
 
getBBjAdmin(InetAddress, int, boolean, String, String, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, int, String, String, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, int, String, String, Locale, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, int, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, int, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjAdmin(InetAddress, int, boolean, int, String, String, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
getBBjCall() - Method in interface com.basis.api.admin.BBjAdminWebServiceMethod
Returns the CALL that your server-side BBj code will be invoked with.
getBBjFile(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a BBjAdminBBjFile for the specified full path.
getBBjFileRecord(String, int) - Method in interface com.basis.api.admin.BBjAdminBase
Reads the record at the specified record location and returns the contents of the record as a byte[].
getBbjProcCount() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getBBjProcess(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the BBjAdminBBjProcess for the specified ID.
getBBjProcesses() - Method in interface com.basis.api.admin.BBjAdminBase
Get the set of BBj processes (read-only).
getBbjProcHungProcess() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getBbjProcProcessNotRunning() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getBBjProperties() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a Map containing all the properties and their values found in the BBj.properties file.
getBBjPropertiesFile() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a read-only copy of the contents of the BBj.properties file.
getBlockSize() - Method in class com.basis.filesystem.Crypt
Get the preferred block size for this encryption method.
getBoolean(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a boolean value for a property.
getBuiConfiguration() - Method in interface com.basis.api.admin.BBjAdminBase
getBuiUrl(boolean) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
Generates and returns a URL for the application that can be used to run the application from a Web browser.
getBytes() - Method in class com.basis.api.admin.BBjAdminEmailAttachment
Get the byte[] contents of the file.
getBytes() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getBytes() - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Retrieves data that was written by the BBjProgram using byte-oriented writes.
getBytesTransferred() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getCallbackLiteral() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.Event
 
getCanonicalFilename() - Method in interface com.basis.filesystem.FilePosition
Get canonical file name.
getChangedProperties() - Method in interface com.basis.api.admin.BBjAdminCommitPropertyWriter
Get the changed properties.
getClassName() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
getClasspath(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the list of items that make up the specified classpath.
getClasspathNames() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the session specific classpaths on the server.
getClearedProperties() - Method in interface com.basis.api.admin.BBjAdminCommitPropertyWriter
Get the set of cleared properties.
getClearListeners() - Method in interface com.basis.filesystem.ConnectionMgr
 
getClientBBjProcess(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the BBjAdminBBjProcess for the specified ID.
getClientBBjProcesses() - Method in interface com.basis.api.admin.BBjAdminBase
Get the set of BBj processes (read-only).
getClientOpenFiles() - Method in interface com.basis.api.admin.BBjAdminBase
Get the list of open files (read-only).
getClientReplicationJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the replication jobs currently running on the system.
getCode() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.Event
 
getCodeBlock(String) - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
This returns only code blocks which would hang under the Source Node.
getCodeBlocks() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
 
getColumn() - Method in interface com.basis.api.admin.BBjAdminColumn
Returns a Column instance for this BBjAdminColumn.
getColumn(String) - Method in interface com.basis.api.admin.BBjAdminTable
Gets an instance of BBjAdminColumn from the table for the specified column name.
getColumn() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getColumn() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnInfo
 
getColumnInfo() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnList
 
getColumnList() - Method in interface com.basis.api.admin.BBjAdminQueryAnalysis
Get the columns as a list.
getColumnLists() - Method in class com.basis.api.admin.client.BBjAdminClientQueryData
Get the columns as a list.
getColumnMetadata() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getColumns() - Method in interface com.basis.api.admin.BBjAdminTable
Get a list of the columns in the table.
getComment() - Method in interface com.basis.filesystem.FilePosition
Get user file comment.
getCommitter() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getConfigCommitDiffText(String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the Git diff patch text between two commits.
getConfigCommits(int, int) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the config directory commits that have occurred during the optional range of dates.
getConfiguration() - Method in interface com.basis.api.admin.BBjAdminBase
Returns an object which provides access to server configuration settings.
getConnectionID() - Method in interface com.basis.filesystem.ConnectionMgr
Get the connection id.
getConnectionMgr() - Static method in class com.basis.filesystem.Filesystem
Get a ConnectionMgr for use in making Filesystem calls.
getConnectionMgr(InetAddress, int, boolean, boolean) - Static method in class com.basis.filesystem.Filesystem
Get a ConnectionMgr for use in making Filesystem calls.
getConnectionPool(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the specified connection pool for administration purposes.
getConnectionPools() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of available connection pools for administration purposes.
getConnections() - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a list of all current connections made to this database.
getConnectionTime() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getConnectProperties() - Method in interface com.basis.api.admin.BBjAdminConnectionPool
 
getConsole() - Method in interface com.basis.filesystem.ConnectionMgr
Get the console for this ConnectionMgr.
getContents() - Method in interface com.basis.api.admin.BBjAdminFile
Returns the contents of the entire file as a byte[].
getContents() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.CodeBlock
 
getContextInfo(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Returns the context info for the specified context.
getContextInfo(String, boolean) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1700
Returns the context info for the specified context.
getContextNames() - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Returns a list of all the available contexts on the web server.
getControlID() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.GuiEvent
 
getControlPrefixList() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.WinEvent
 
getCount() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoValue
 
getCount() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnList
 
getCrossReferences() - Method in interface com.basis.api.admin.BBjAdminTable
Returns a list of the cross references (foreign keys) on this table.
getCrypt(byte[], String) - Static method in class com.basis.filesystem.Crypt
Get the appropriate Crypt object given an initialization buffer.
getCurrentError() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
If there is any kind of problem experienced by the replication job, this will return that current error.
getCurrentError() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getCurrentKeyName() - Method in interface com.basis.filesystem.FilePosition
Get the current key name (if applicable).
getCurrentKeyNumber() - Method in interface com.basis.filesystem.FilePosition
Get the current key number (if applicable).
getData() - Method in class com.basis.api.admin.client.JSON_Info
 
getDatabase(String) - Method in interface com.basis.api.admin.BBjAdminBase
Get a single existing database.
getDatabase() - Method in class com.basis.api.admin.BBjAdminTableSanity
 
getDatabaseMetadata() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getDatabaseName() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getDatabaseNames() - Method in interface com.basis.api.admin.BBjAdminBase
Get the names of all accessible databases.
getDatabaseRoot() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getDatabases() - Method in interface com.basis.api.admin.BBjAdminBase
Get all accessible databases.
getDateHandlers() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get the set of date handlers.
getDefaultCrypt(boolean, String, Map) - Static method in class com.basis.filesystem.Crypt
Get the default Crypt object with either constant or randomized initialization.
getDefaultFrom() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getDefaultOpenTimeout() - Method in interface com.basis.filesystem.ConnectionMgr
Get the default open timeout.
getDefaultReplyTo() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getDefaultServerPort() - Method in interface com.basis.filesystem.ConnectionMgr
Get the default filesystem server port.
getDemoApplications() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Returns a list of the available demo applications.
getDemos() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Deprecated.
getDemos() - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
getDemos() - Method in interface com.basis.api.admin.BBjAdminJnlpConfiguration
Returns a list of the available JNLP demo applications.
getDescription() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminBuiApplication
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminColumn
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminConnectionPool
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminCrossReference
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminDatabase
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminEmailService
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminIndex
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminJnlpConfiguration
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminProcedure
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminSequence
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminServer
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminTable
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminTriggers
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminTypeDef
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminView
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDescriptiveProperties() - Method in interface com.basis.api.admin.BBjAdminWebService
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
getDestinationDatabase() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getDestKeyNames() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
Get the names of the destination keys.
getDestKeys() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
Get a list of the destination keys.
getDetailString() - Method in interface com.basis.api.admin.BBjAdminTask
Returns a human readable string containing details about the task.
getDetailString() - Method in class com.basis.api.admin.client.BBjAdminClientBBjTask
 
getDetailString() - Method in class com.basis.api.admin.client.BBjAdminClientPauseTask
 
getDetailString() - Method in class com.basis.api.admin.client.BBjAdminClientResumeTask
 
getDetailString() - Method in class com.basis.api.admin.client.BBjAdminClientSCALLTask
 
getDictionaryMigrationInfo(String, String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns information regarding the changes that may want to be made to the "new" dictionary when a call is made to updateDatabase().
getDir() - Method in interface com.basis.filesystem.ConnectionMgr
Get current directory.
getDir(String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get current directory.
getDirectory() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
getDiskFreeDiskSpaceLow() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getDiskSyns() - Method in interface com.basis.api.admin.BBjAdminFilesystemServer
Get disksyns.
getDisplayValue() - Method in class com.basis.api.admin.BBjAdminValue
 
getDocumentIndex(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a document index for the specified name.
getDocumentIndexes() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the document indexes available on the server.
getDouble(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a double value for a property.
getDVKLic() - Method in interface com.basis.filesystem.ConnectionMgr
obtaind DVKLicense.
getEditType() - Method in enum com.basis.api.admin.client.JSON_FieldType
 
getEmail() - Method in class com.basis.api.admin.BBjAdminGitPerson
 
getEmailService(String) - Method in interface com.basis.api.admin.BBjAdminBase
Get the email service with the specified name.
getEmailServiceConfigs() - Static method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getEmailServices() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the currently configured email services on the server.
getEmailServicesConfigFile() - Static method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getEnabledReplicationJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the currently enabled replication jobs.
getEnabledState() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getEnabledState() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getEnterprise() - Method in interface com.basis.filesystem.ConnectionMgr
Get whether we have an enterprise license.
getError() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getErrorCode() - Method in exception com.basis.filesystem.FilesystemException
Accessor for the error code.
getErrorDesc(int) - Static method in exception com.basis.filesystem.FilesystemException
 
getErrorOccurred() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getErrorOccurred() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getEventDetailString(double, double) - Method in class com.basis.api.admin.events.BBjAdminDiskSpaceLowEventHandler
 
getEventDetailString(long, long) - Method in class com.basis.api.admin.events.BBjAdminMemoryFreeMemoryTooLowEventHandler
 
getEventDetailString(int) - Method in class com.basis.api.admin.events.BBjAdminProcessesCountEventHandler
 
getEventDetailString(Collection<BBjAdminBBjProcess>) - Method in class com.basis.api.admin.events.BBjAdminProcessesHungProcessEventHandler
 
getEventManager() - Method in interface com.basis.api.admin.BBjAdminBase
The event manager manages the system events that may occur on the server.
getEventsForPopup(String) - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
Returns a Vector of AdvancedGBFWrapper#PopupEvent which must be registered
getEventsForTopLevelWindow(String) - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
Returns a Vector of AdvancedGBFWrapper#WinEvent which must be registered
getException() - Method in exception com.basis.api.admin.BBjAdminStartupException
 
getExceptions() - Method in exception com.basis.api.admin.BBjAdminMultipleException
 
getExcludeFilters() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Returns a list of all the exclude filters used by this asynchronous trigger job.
getExcludeFilters() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
Returns a list of all the exclude filters used by this replication job.
getExclusions() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Returns a list of the excluded files and directories.
getExclusions() - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Returns a list of the excluded files and directories.
getExclusions() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Returns a list of the excluded files and directories.
getExclusions() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getExeUrl(String, boolean) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
Generates and returns a URL for the application that can be used to download an executable launcher for the application to be run from a remote desktop.
getExitCode() - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Retrieves the exit code of the process that was run.
getExpiration() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getExpirationDate() - Method in interface com.basis.filesystem.ConnectionMgr
Get license expiration date.
getExtracted() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getExtracted() - Method in exception com.basis.filesystem.FilesystemExtractConflictException
Get the extract conflict.
getFallBehind() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getFallBehind() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getFeature() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getFID() - Method in interface com.basis.filesystem.FilePosition
Base FID function used by the interpreter to get the FID byte array.
getFIDServer() - Method in interface com.basis.filesystem.FilePosition
Base FID function used by the interpreter to get the FID byte array.
getField() - Method in class com.basis.filesystem.util.KeySegment
Get field.
getFieldMapConfigs() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileConfig
Get configurable set of field maps.
getFieldMaps() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
Get the column map from source columns to destination columns.
getFile(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a BBjAdminFile for the specified full path.
getFile() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getFileConfigs() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobConfig
Get the set of files to copy.
getFileFormat(String) - Method in interface com.basis.api.admin.BBjAdminTriggers
Returns the current file format for the file for the specified program if the file already exists.
getFilename() - Method in class com.basis.api.admin.BBjAdminEmailAttachment
Get the filename for the attachment.
getFilename() - Method in interface com.basis.filesystem.FilePosition
Get file name.
getFilename() - Method in exception com.basis.filesystem.FilesystemException
Accessor for filename if available
getFileOpenInfo() - Method in interface com.basis.api.admin.BBjAdminBase
Returns the file open statistics gathered when a file is opened.
getFiles() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Returns a list of files and directories that will be monitored.
getFiles() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerTarget
Returns a list of files and directories that will be monitored by the asynchronous trigger job.
getFiles() - Method in interface com.basis.api.admin.BBjAdminAuditDB
 
getFiles() - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Returns a list of files and directories that will be audited.
getFiles() - Method in interface com.basis.api.admin.BBjAdminAuditReplicationTarget
Returns a list of files and directories that will be audited.
getFiles() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobRun
Get the set of files to copy.
getFiles() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getFileStats(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
Returns a list of the files that match the specified criteria
getFileType() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
getFileType() - Method in interface com.basis.filesystem.FilePosition
Get type of file.
getFIN(int) - Method in interface com.basis.filesystem.FilePosition
Base FIN function used by the interpreter to get the FIN byte array.
getFIN(int) - Method in class com.basis.plugin.DDEPlugin
Base FIN function used by the interpreter to get the FIN byte array.
getFIN(int) - Method in class com.basis.plugin.FSQLPlugin
Base FIN function used by the interpreter to get the FIN byte array.
getFIN(int) - Method in class com.basis.plugin.HashPlugin
Base FIN function used by the interpreter to get the FIN byte array.
getFIN(int) - Method in class com.basis.plugin.RegPlugin
Base FIN function used by the interpreter to get the FIN byte array.
getFIN(int) - Method in class com.basis.plugin.SQLPlugin
Base FIN function used by the interpreter to get the FIN byte array.
getFINTemplate(int) - Method in interface com.basis.filesystem.FilePosition
Get template string for base FIN function.
getFINTemplate(int) - Method in class com.basis.plugin.DDEPlugin
Get template string for base FIN function.
getFINTemplate(int) - Method in class com.basis.plugin.FSQLPlugin
Get template string for base FIN function.
getFINTemplate(int) - Method in class com.basis.plugin.HashPlugin
Get template string for base FIN function.
getFINTemplate(int) - Method in class com.basis.plugin.RegPlugin
Get template string for base FIN function.
getFINTemplate(int) - Method in class com.basis.plugin.SQLPlugin
Get template string for base FIN function.
getFirstKey(byte[]) - Method in interface com.basis.filesystem.LegacyFilePosition
Get first key in current key number.
getFirstKey(byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get first key in current key number.
getFirstKey(byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get first key in current key number.
getFirstKey(byte[], int) - Method in class com.basis.plugin.DDEPlugin
Get first key in current key number.
getFirstKey(byte[], int) - Method in class com.basis.plugin.FSQLPlugin
Get first key in current key number.
getFirstKey(byte[], int) - Method in class com.basis.plugin.HashPlugin
Get first key in current key number.
getFirstKey(byte[], int) - Method in class com.basis.plugin.RegPlugin
Get first key in current key number.
getFirstKey(byte[], int) - Method in class com.basis.plugin.SQLPlugin
Get first key in current key number.
getFirstKeyForCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getFirstKeyForCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
getFirstKeyForCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
getForeignKeyColumns() - Method in interface com.basis.api.admin.BBjAdminCrossReference
Get a list of the to-columns.
getFree() - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
getFreeSpace(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the number of free bytes available
getFullMessage() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getFullPath() - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
getFullyFunctional() - Method in interface com.basis.filesystem.ConnectionMgr
Get whether we have an fully functional license (as opposed to Runtime).
getGroupId() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getHandlerClasspath() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getHandlerClasspath() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getHandlerConfig() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getHandlerConfig() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getHandlerPassword() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getHandlerPassword() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getHandlerProgram() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getHandlerProgram() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getHandlerUser() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getHandlerUser() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getHandlerWorkingDir() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getHandlerWorkingDir() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getHost() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getHost() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getHost() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getHost() - Method in interface com.basis.filesystem.ConnectionMgr
Get the host for this ConnectionMgr.
getHost() - Method in interface com.basis.filesystem.FilePosition
Get the license host (server for client/client for server).
getHostErr() - Method in exception com.basis.filesystem.FilesystemException
Accessor for the host err.
getId() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getId() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getId() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getId() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getIdleCount() - Method in interface com.basis.api.admin.BBjAdminConnectionPool
Returns the current number of connections that are still opened, sitting in the pool waiting to be checked out.
getIDString() - Method in interface com.basis.filesystem.FilePosition
Get the ID string.
getIgnoredProperties() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getIncludeFilters() - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Returns a list of all the include filters used by this asynchronous trigger job.
getIncludeFilters() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
Returns a list of all the include filters used by this replication job.
getIndex() - Method in interface com.basis.api.admin.BBjAdminIndex
Gets an Index instance for this object.
getIndex() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getIndex() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
getIndex() - Method in interface com.basis.filesystem.FilePosition
Get current index -- this is not guaranteed to be useful for all file types.
getIndex() - Method in class com.basis.plugin.DDEPlugin
Get current index -- this is not guaranteed to be useful for all file types.
getIndex() - Method in class com.basis.plugin.FSQLPlugin
Get current index -- this is not guaranteed to be useful for all file types.
getIndex() - Method in class com.basis.plugin.HashPlugin
Get current index -- this is not guaranteed to be useful for all file types.
getIndex() - Method in class com.basis.plugin.RegPlugin
Get current index -- this is not guaranteed to be useful for all file types.
getIndex() - Method in class com.basis.plugin.SQLPlugin
Get current index -- this is not guaranteed to be useful for all file types.
getIndexBuilderJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the currently running index builder jobs on the server.
getIndexes() - Method in interface com.basis.api.admin.BBjAdminTable
Get a list of the indexes in the table.
getIndexesFromDataFile() - Method in interface com.basis.api.admin.BBjAdminTable
Derives and returns a list of indexes from the data file associated with this table even before the table has ever been committed to the database.
getIndexMetadata() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getIndexSegment() - Method in interface com.basis.api.admin.BBjAdminIndexSegment
Gets an IndexSegment instance for this.
getInfo31() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getInitFile() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getInitFile() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getInitialization() - Method in class com.basis.filesystem.Crypt
Get the initialization buffer suitable for reconstructing the Crypt object.
getInputStream() - Method in interface com.basis.filesystem.FilePosition
Get an InputStream from a STRING or PROGRAM file.
getInstance(Class<?>) - Static method in enum com.basis.api.admin.BBjAdminType
Returns an instance of BBjAdminType given an equivalent Java type.
getInstance(String) - Static method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
Users should never create instances of this class.
getInstanceId() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getInt(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get an integer value for a property.
getIPv4Loopback() - Static method in class com.basis.filesystem.Filesystem
Get one of the IPv4 loopback addresses.
getIPv6Loopback() - Static method in class com.basis.filesystem.Filesystem
Get the IPv6 loopback address.
getItems(List<String>, List<String>, String, Date, Date) - Method in interface com.basis.api.admin.BBjAdminAuditDB
 
getJarIndexJars(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the jars referenced in a JarIndex if one is present in the specified jar file.
getJavaArguments() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
Returns the list of the Java command line arguments for this application.
getJavaCall() - Method in interface com.basis.api.admin.BBjAdminWebServiceMethod
Returns the signature of the method that will be generated with Java's wsimport tool for Java and BBj clients.
getJavaInfo(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the information about the Java Virtual Machine located at the specified location.
getJnlpConfiguration() - Method in interface com.basis.api.admin.BBjAdminBase
Returns the configuration object for managing the JNLP applications and settings on the server.
getJob() - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
Returns the replication job associated with this task group.
getJobId() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getJobId() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEnabledStateEventHandler
 
getJobId() - Method in class com.basis.api.admin.events.BBjAdminReplicationEnabledStateEventHandler
 
getJRE() - Method in class com.basis.api.admin.BBjAdminJRE
 
getJREName() - Method in class com.basis.api.admin.BBjAdminJRE
 
getJREs(boolean) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Returns a list of JREs available to download from the web server.
getJsonData() - Method in class com.basis.api.admin.client.JSON_Info
 
getJsonLayout() - Method in class com.basis.api.admin.client.JSON_Info
 
getKeep() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getKey(int) - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Returns key at a specified index.
getKey(byte[]) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getKey(long, byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at index.
getKey(byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getKey(byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getKey(long, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the index.
getKey(byte[], int) - Method in class com.basis.plugin.DDEPlugin
Get key at the current position.
getKey(byte[], int, int) - Method in class com.basis.plugin.DDEPlugin
Get key at the current position.
getKey(byte[], int) - Method in class com.basis.plugin.FSQLPlugin
Get key at the current position.
getKey(byte[], int, int) - Method in class com.basis.plugin.FSQLPlugin
Get key at the current position.
getKey(byte[], int) - Method in class com.basis.plugin.HashPlugin
Get key at the current position.
getKey(byte[], int, int) - Method in class com.basis.plugin.HashPlugin
Get key at the current position.
getKey(byte[], int) - Method in class com.basis.plugin.RegPlugin
Get key at the current position.
getKey(byte[], int, int) - Method in class com.basis.plugin.RegPlugin
Get key at the current position.
getKey(byte[], int) - Method in class com.basis.plugin.SQLPlugin
Get key at the current position.
getKey(byte[], int, int) - Method in class com.basis.plugin.SQLPlugin
Get key at the current position.
getKeyAfterCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyAfterCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyAfterCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyAtCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyAtCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyAtCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyBeforeCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyBeforeCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyBeforeCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyByIndex(long, byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyByIndex(long, ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyByIndex(long, ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
getKeyDescription(int) - Method in interface com.basis.filesystem.FilePosition
Get a KeyDescription from the file -- this only works for MKEYED and XKEYED.
getKeyDescription(String) - Method in interface com.basis.filesystem.FilePosition
Get a KeyDescription from the file -- this only works for MKEYED and XKEYED.
getKeyDescriptions() - Method in interface com.basis.api.admin.BBjAdminBBjFile
Returns a list of KeyDescription objects for the keys on the file if it is a multi-keyed file.
getKeyDescriptions() - Method in interface com.basis.filesystem.FilePosition
Get list of KeyDescriptions from the file -- this only works for MKEYED and XKEYED.
getKeyDescriptions(byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
 
getKeyDescriptions(String, byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to pull a list of KeyDescription objects out of a byte array.
getKeyDescriptionsSize(KeyDescription[]) - Static method in class com.basis.filesystem.util.KeyDescription
Return number of bytes needed to encode an array of KeyDescription objects in FIN format.
getKeyDescriptionsSize(List<KeyDescription>) - Static method in class com.basis.filesystem.util.KeyDescription
Return number of bytes needed to encode a list of KeyDescription objects in FIN format.
getKeyForRecord(byte[], int, byte[]) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, byte[]) - Method in class com.basis.filesystem.util.KeyDescription
Get the derived key value for a record.
getKeyForRecord(byte[], int, byte[], boolean) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, byte[], boolean) - Method in class com.basis.filesystem.util.KeyDescription
Get the derived key value for a record.
getKeyForRecord(byte[], int, int, byte[], int, int) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, int, byte[], int, int) - Method in class com.basis.filesystem.util.KeyDescription
Get the derived key value for a record.
getKeyForRecord(byte[], int, int, byte[], int, int, boolean) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, int, byte[], int, int, boolean) - Method in class com.basis.filesystem.util.KeyDescription
Get the derived key value for a record.
getKeyForRecord(byte[], int, int, int, byte[], int, int, boolean) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, int, int, byte[], int, int, boolean) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(byte[], int, int, byte[], int, int, boolean, Charset) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, int, byte[], int, int, boolean, Charset) - Method in class com.basis.filesystem.util.KeyDescription
Get the derived key value for a record.
getKeyForRecord(byte[], int, int, int, byte[], int, int, boolean, Charset) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, byte[], int, int, int, byte[], int, int, boolean, Charset) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(ByteBuf, int, ByteBuf, boolean, Charset) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyForRecord(String, ByteBuf, int, ByteBuf, boolean, Charset) - Method in class com.basis.filesystem.util.KeyDescription
 
getKeyName(int) - Method in interface com.basis.filesystem.FilePosition
Get key name for a key number.
getKeyNames() - Method in interface com.basis.filesystem.FilePosition
Get an array of key names if applicable.
getKeyNum() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
getKeyNumber(String) - Method in interface com.basis.filesystem.FilePosition
Get key number for a key name.
getKeyNumber() - Method in exception com.basis.filesystem.FilesystemKeyException
 
getKeySegments() - Method in class com.basis.filesystem.util.KeyDescription
Get list of key segments (copy of internal list).
getKeySize() - Method in interface com.basis.filesystem.FilePosition
Get logical key size (if applicable).
getKeySize() - Method in class com.basis.filesystem.util.KeyDescription
Get the key size (sum of lengths of the segments).
getKeySize() - Method in class com.basis.plugin.DDEPlugin
Get logical key size (if applicable).
getKeySize() - Method in class com.basis.plugin.FSQLPlugin
Get logical key size (if applicable).
getKeySize() - Method in class com.basis.plugin.HashPlugin
Get logical key size (if applicable).
getKeySize() - Method in class com.basis.plugin.RegPlugin
Get logical key size (if applicable).
getKeySize() - Method in class com.basis.plugin.SQLPlugin
Get logical key size (if applicable).
getLabel() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.Event
 
getLastAnalysis() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
getLastAnalysisException() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
getLastAnalysisInfo() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
getLastInSync() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Returns the last time this job was in sync.
getLastInSyncString() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Returns the last time this job was in sync as a date/time formatted using the specified locale of the BBjAdminBase.
getLastKey(byte[]) - Method in interface com.basis.filesystem.LegacyFilePosition
Get last key in current key number.
getLastKey(byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get last key in current key number.
getLastKey(byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get last key in current key number.
getLastKey(byte[], int) - Method in class com.basis.plugin.DDEPlugin
Get last key in current key number.
getLastKey(byte[], int) - Method in class com.basis.plugin.FSQLPlugin
Get last key in current key number.
getLastKey(byte[], int) - Method in class com.basis.plugin.HashPlugin
Get last key in current key number.
getLastKey(byte[], int) - Method in class com.basis.plugin.RegPlugin
Get last key in current key number.
getLastKey(byte[], int) - Method in class com.basis.plugin.SQLPlugin
Get last key in current key number.
getLastKeyForCurrentPosition(byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getLastKeyForCurrentPosition(ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
getLastKeyForCurrentPosition(ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
getLastLag() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
The number of milliseconds that the timestamp lagged behind wall time as of the last timestamp.
getLastModified() - Method in interface com.basis.filesystem.FilePosition
Get date and time of last file modification.
getLastNotification() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getLastNotification() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getLastOpRate() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Get the number of operations per ms processed in the last successful timestamp interval.
getLastTimestamp() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Returns the last timestamp processed by the replication log.
getLastTimestamp() - Method in interface com.basis.api.admin.BBjAdminReplicationTarget_1311
Returns the last time data was replicated from the source to this target.
getLastTimestamp() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getLastTimestampRatio() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Get the relative replication log processing rate as of the last timestamp successfully processed.
getLastTimestampString() - Method in interface com.basis.api.admin.BBjAdminReplicationTarget_1311
Returns a string value for the getLastTimestamp() long value using the servers locale settings.
getLastTimestampSummary() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Get a string summarizing interesting stats as of the last timestamp.
getLastUsed() - Method in interface com.basis.filesystem.ConnectionMgr
 
getLastWaitForLog() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Returns the last time that the replication process had to wait for the log to catch up to the queue.
getLastWaitForLog() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getLayout() - Method in class com.basis.api.admin.client.JSON_Info
 
getLayout() - Method in class com.basis.api.admin.client.JSON_Layout
 
getLDAPPermissionsSearch() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns the LDAP search for locating user permissions.
getLDAPUserSearch() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns the LDAP search for locating users.
getLength() - Method in interface com.basis.filesystem.FilePosition
Get length of the file -- not valid for all file types.
getLength() - Method in class com.basis.filesystem.util.KeySegment
Get length.
getLength() - Method in class com.basis.plugin.DDEPlugin
Get length of the file -- not valid for all file types.
getLength() - Method in class com.basis.plugin.FSQLPlugin
Get length of the file -- not valid for all file types.
getLength() - Method in class com.basis.plugin.HashPlugin
Get length of the file -- not valid for all file types.
getLength() - Method in class com.basis.plugin.RegPlugin
Get length of the file -- not valid for all file types.
getLength() - Method in class com.basis.plugin.SQLPlugin
Get length of the file -- not valid for all file types.
getLicense(String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a user specified license.
getLicenseCheckoutFailed() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getLicenseFeatureInfo(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the license information for the specified feature.
getLicenseMessage() - Method in interface com.basis.filesystem.ConnectionMgr
Get license error message.
getLicenseVersion() - Method in interface com.basis.filesystem.ConnectionMgr
 
getLineListing() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getLineListing() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
getList(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a BBjAdminList value for a property.
getLoadImage() - Method in interface com.basis.api.admin.BBjAdminWebApplication
 
getLocaleString() - Method in interface com.basis.api.admin.BBjAdminBase
Returns the Locale as a string.
getLocalizedMessage() - Method in exception com.basis.api.admin.BBjAdminMultipleException
 
getLog() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getLong(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a long value for a property.
getLoopback() - Static method in class com.basis.filesystem.Filesystem
Get the machine loopback address.
getMachineUniqueId() - Method in interface com.basis.filesystem.ConnectionMgr
Get a machine unique id.
getMappings() - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Returns all of the mappings from source to destination locations.
getMappings() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getMaxColumnValueLength(String) - Method in interface com.basis.api.admin.BBjAdminTable
 
getMaxKeySize() - Method in interface com.basis.filesystem.FilePosition
Maximum number of bytes in any key.
getMaxPoolSize() - Method in class com.basis.bbj.webservice.BBjWSImpl
retrieve current setting for max number of JavaBBjBridges in pool.
getMaxReadSize() - Method in interface com.basis.filesystem.FilePosition
Maximum number of bytes that a user is able to read from the file in a single read.
getMaxReadSize() - Method in class com.basis.plugin.DDEPlugin
Maximum number of bytes that a user is able to read from the file in a single read.
getMaxReadSize() - Method in class com.basis.plugin.FSQLPlugin
Maximum number of bytes that a user is able to read from the file in a single read.
getMaxReadSize() - Method in class com.basis.plugin.HashPlugin
Maximum number of bytes that a user is able to read from the file in a single read.
getMaxReadSize() - Method in class com.basis.plugin.RegPlugin
Maximum number of bytes that a user is able to read from the file in a single read.
getMaxReadSize() - Method in class com.basis.plugin.SQLPlugin
Maximum number of bytes that a user is able to read from the file in a single read.
getMaxSize() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getMembers() - Method in interface com.basis.api.admin.BBjAdminSecurityGroup
Returns a list of the user name of users who are members of this group.
getMemoryFreeMemoryTooLow() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getMemoryOutOfMemory() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getMemoryUsageData(String) - Method in interface com.basis.api.admin.BBjAdminBase
 
getMessage() - Method in exception com.basis.api.admin.BBjAdminMultipleException
 
getMessage() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getMessage() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getMessage() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getMessages() - Method in class com.basis.api.admin.BBjAdminTableSanity
 
getMetadataDefinition() - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns the definition for all the metadata in this database which includes database metadata, table, view, SPROC, etc.
getMethodName() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
getMethodName() - Method in class com.basis.api.admin.RemoteCall
 
getMethods() - Method in interface com.basis.api.admin.BBjAdminWebService
Returns the list of the methods available on the web service.
getMetricsProperties() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns a list of the properties configurable that relate to metrics.
getMissingSourceColumns() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
Returns a list of any columns that are present in tables in the source dictionary but are not present in the same table definition in the destination dictionary.
getMissingSourceIndexes() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getMissingSourceProcedures() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getMissingSourceSequences() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getMissingSourceTables() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getMissingSourceTypeDefinitions() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getMissingSourceViews() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getModes(String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Returns the modes map for the specified source file.
getModes() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getModes() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getModes(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getModified() - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
getMountedTriggerDirectories() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the trigger directories that are currently mounted by the server.
getName() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getName() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getName() - Method in class com.basis.api.admin.BBjAdminGitPerson
 
getName() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
getName() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getName() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getName() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.CodeBlock
 
getNanoseconds() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoValue
 
getNextKey(byte[]) - Method in interface com.basis.filesystem.LegacyFilePosition
Get next key at the current position.
getNextKey(byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get next key at the current position.
getNextKey(long, byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get next key at index.
getNextKey(byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get next key at the current position.
getNextKey(long, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get next key at index.
getNextKey(byte[], int) - Method in class com.basis.plugin.DDEPlugin
Get next key at the current position.
getNextKey(byte[], int) - Method in class com.basis.plugin.FSQLPlugin
Get next key at the current position.
getNextKey(byte[], int) - Method in class com.basis.plugin.HashPlugin
Get next key at the current position.
getNextKey(byte[], int) - Method in class com.basis.plugin.RegPlugin
Get next key at the current position.
getNextKey(byte[], int) - Method in class com.basis.plugin.SQLPlugin
Get next key at the current position.
getNonGUIEvents() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
Returns a list of Events which are not tied to a Gui Object, ie: timers and namespaces
getNotificationBcc() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getNotificationBcc() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getNotificationCc() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getNotificationCc() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getNotificationEmailMessage(double, double) - Method in class com.basis.api.admin.events.BBjAdminDiskSpaceLowEventHandler
 
getNotificationEmailMessage(Exception, boolean, String, String, String, String, String) - Method in class com.basis.api.admin.events.BBjAdminLicenseCheckoutFailedEventHandler
 
getNotificationEmailMessage(long, long) - Method in class com.basis.api.admin.events.BBjAdminMemoryFreeMemoryTooLowEventHandler
 
getNotificationEmailMessage(int) - Method in class com.basis.api.admin.events.BBjAdminProcessesCountEventHandler
 
getNotificationEmailMessage(Collection<BBjAdminBBjProcess>) - Method in class com.basis.api.admin.events.BBjAdminProcessesHungProcessEventHandler
 
getNotificationEmailService() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getNotificationEmailService() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getNotificationReplyTo() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getNotificationReplyTo() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getNotificationSubject() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getNotificationSubject() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getNotificationTo() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getNotificationTo() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getNotResponding() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getNumberInUse() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getNumberOfRecords() - Method in interface com.basis.filesystem.FilePosition
Get maximum number of records (if applicable).
getNumberOfRecords() - Method in class com.basis.plugin.DDEPlugin
Get maximum number of records (if applicable).
getNumberOfRecords() - Method in class com.basis.plugin.FSQLPlugin
Get maximum number of records (if applicable).
getNumberOfRecords() - Method in class com.basis.plugin.HashPlugin
Get maximum number of records (if applicable).
getNumberOfRecords() - Method in class com.basis.plugin.RegPlugin
Get maximum number of records (if applicable).
getNumberOfRecords() - Method in class com.basis.plugin.SQLPlugin
Get maximum number of records (if applicable).
getNumKey(byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getNumKey(byte[], int, String) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getNumKey(byte[], int, int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getNumKey(byte[], int, String, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get key at the current position.
getOffset() - Method in class com.basis.filesystem.util.KeySegment
Get offset.
getOnlineCopyJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Get all currently running Online Copy Jobs.
getOpen() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
getOpenFile(String) - Method in interface com.basis.api.admin.BBjAdminBase
Get the open file (read-only) with the specified ID.
getOpenFileExtracted(long) - Method in interface com.basis.api.admin.BBjAdminBBjFile_1412
Returns the BBjAdminOpenFile instance of the file handle for this file that has an EXTRACT on the specified lock byte.
getOpenFileLocked() - Method in interface com.basis.api.admin.BBjAdminBBjFile_1412
Returns the BBjAdminOpenFile instance of the file handle who has this file currently locked.
getOpenFiles() - Method in interface com.basis.api.admin.BBjAdminBase
Get the set of open files (read-only).
getOpenType() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getOpenTypeString() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getOperationType() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getOperator() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnInfo
 
getOptions() - Method in interface com.basis.filesystem.FilePosition
Get options.
getOriginalFilename() - Method in interface com.basis.filesystem.RecoverStatus
Get the original file name of the file recovered.
getOriginalFileType() - Method in interface com.basis.filesystem.RecoverStatus
Get the type of file recovered.
getOriginalProperties() - Method in interface com.basis.api.admin.BBjAdminCommitPropertyWriter
Get the original properties list.
getOriginalRecordCount() - Method in interface com.basis.filesystem.RecoverStatus
Get the number of records that the original file claimed that it contained.
getOriginalRecordSize() - Method in interface com.basis.filesystem.RecoverStatus
Get the record size from the original file.
getOriginalSize() - Method in interface com.basis.filesystem.RecoverStatus
Get original file size.
getOs() - Method in class com.basis.api.admin.BBjAdminJRE
 
getOSFiles(BBjAdminClientOSFile, String[], Date, Date) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of files from the operating system.
getOSType() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns the type of the operating system as OS_TYPE_WINDOWS, OS_TYPE_NIX, or OS_TYPE_MAC.
getOutputStream() - Method in interface com.basis.filesystem.FilePosition
Get an OutputStream from a STRING or PROGRAM file.
getParameters() - Method in interface com.basis.api.admin.BBjAdminProcedure
Get the list of the available parameters on the SPROC.
getParameters() - Method in interface com.basis.api.admin.BBjAdminWebServiceMethod
Returns a list of the parameters for this method.
getParameters() - Method in class com.basis.api.admin.RemoteCall
 
getParent() - Method in interface com.basis.api.admin.BBjAdminFile
Returns the parent directory of this file or directory.
getPassword() - Method in interface com.basis.api.admin.BBjAdminBase
Deprecated.
getPassword() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getPassword() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getPassword() - Method in interface com.basis.filesystem.ConnectionMgr
Get the default password for this ConnectionMgr.
getPermissions(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
 
getPermissions(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
 
getPersistOnTimeout() - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
 
getPhysicalLineNumber() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
getPopupMenuList() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
List of TLI's for PopupMenus for which events must be registered
getPort() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getPort() - Method in exception com.basis.api.admin.BBjAdminStartupException
 
getPort() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getPrefix() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
getPrefixes() - Method in interface com.basis.api.admin.BBjAdminFilesystemServer
Get prefixes.
getPreviousKey(byte[]) - Method in interface com.basis.filesystem.LegacyFilePosition
Get previous key at the current position.
getPreviousKey(byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get previous key at the current position.
getPreviousKey(long, byte[], int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get previous key at index.
getPreviousKey(byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get previous key at the current position.
getPreviousKey(long, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Get previous key at index.
getPreviousKey(byte[], int) - Method in class com.basis.plugin.DDEPlugin
Get previous key at the current position.
getPreviousKey(byte[], int) - Method in class com.basis.plugin.FSQLPlugin
Get previous key at the current position.
getPreviousKey(byte[], int) - Method in class com.basis.plugin.HashPlugin
Get previous key at the current position.
getPreviousKey(byte[], int) - Method in class com.basis.plugin.RegPlugin
Get previous key at the current position.
getPreviousKey(byte[], int) - Method in class com.basis.plugin.SQLPlugin
Get previous key at the current position.
getPrimaryKeyColumns() - Method in interface com.basis.api.admin.BBjAdminCrossReference
Get a list of the to-columns.
getPrivileges(String, Integer, Integer, String, String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a list of all the privileges for the specified filter criteria.
getProcedure(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get an individual procedure in the database by name.
getProcedures() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the procedures in the database.
getProcessId() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getProgram() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getProgramName() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getProgramName() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
getPrograms() - Method in interface com.basis.api.admin.BBjAdminAutorun
Get the set of autorun program information.
getProgress() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
getProgress() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileRun
Get the current progress of this particular file copy process.
getProgress() - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobRun
Get the current progress of a running online copy job.
getProperties() - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a copy of all properties.
getProperty(String) - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
 
getPropertyList() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
 
getPropertyName() - Method in exception com.basis.api.admin.BBjAdminPropertyException
 
getQueryAnalysis(int) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a number of suggested indexes from query analysis.
getQueryAnalysis(String, int, int) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a filtered number of suggested indexes from query analysis.
getQueryData(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a list of BBjAdminQueryData objects, one for each table that matches the table filter criteria.
getReadOnly() - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the complete set of read-only properties.
getRecopyInitiated() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getRecopyInitiated() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getRecordCount() - Method in interface com.basis.api.admin.BBjAdminBBjFile
Returns number of records currently in the data file at the time this method is called.
getRecordCount() - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
getRecordCount() - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Accessor for number of records in data.
getRecordCount() - Method in interface com.basis.filesystem.FilePosition
Get the number of records actually in the file.
getRecordCount() - Method in class com.basis.plugin.DDEPlugin
Get the number of records actually in the file.
getRecordCount() - Method in class com.basis.plugin.FSQLPlugin
Get the number of records actually in the file.
getRecordCount() - Method in class com.basis.plugin.HashPlugin
Get the number of records actually in the file.
getRecordCount() - Method in class com.basis.plugin.RegPlugin
Get the number of records actually in the file.
getRecordCount() - Method in class com.basis.plugin.SQLPlugin
Get the number of records actually in the file.
getRecordNumberFromKey(byte[]) - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Retrieves the index position of a key.
getRecordsFound() - Method in interface com.basis.filesystem.RecoverStatus
Get the number of records that recover found in the original file.
getRecordSize() - Method in interface com.basis.filesystem.FilePosition
Get record size (if applicable).
getRecordSize() - Method in class com.basis.plugin.DDEPlugin
Get record size (if applicable).
getRecordSize() - Method in class com.basis.plugin.FSQLPlugin
Get record size (if applicable).
getRecordSize() - Method in class com.basis.plugin.HashPlugin
Get record size (if applicable).
getRecordSize() - Method in class com.basis.plugin.RegPlugin
Get record size (if applicable).
getRecordSize() - Method in class com.basis.plugin.SQLPlugin
Get record size (if applicable).
getRecoverBackupFilename() - Method in interface com.basis.filesystem.RecoverStatus
Get the file name of the recovery backup (the original file).
getRecoveredRecordCount() - Method in interface com.basis.filesystem.RecoverStatus
Get the number of records that the recovered file contains.
getRecoveredSize() - Method in interface com.basis.filesystem.RecoverStatus
Get recovered file size.
getRecoverFinishTimeMillis() - Method in interface com.basis.filesystem.RecoverStatus
Recover finish time in milliseconds.
getRecoverStartTimeMillis() - Method in interface com.basis.filesystem.RecoverStatus
Recover start time in milliseconds.
getRemoteConfiguration() - Method in interface com.basis.api.admin.BBjAdminBase
Returns the configuration object for managing the remote-launch applications (including BUI) and settings on the server.
getReplicationJob(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the replication job running on the system that has the specified UUID.
getReplicationJobHandler(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getReplicationJobId() - Method in class com.basis.api.admin.events.BBjAdminReplicationEventHandler
 
getReplicationJobId() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getReplicationJobName() - Method in class com.basis.api.admin.events.BBjAdminReplicationEventHandler
 
getReplicationJobName() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getReplicationJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the replication jobs currently running on the system.
getReplicationJobs() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getReplicationTargets() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the replication targets on the system.
getResetBadFile() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getResetBadFile() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getResolved() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
getResourceProperties() - Method in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
Returns a list of the resources section properties.
getResources() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Returns a list of all the resources available for use by any configured applications.
getResources() - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
getResources() - Method in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
Returns a list of all the resources which includes JARs and native libraries.
getResourceUrls() - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Returns the list of currently registered resource URLs.
getRMIStub() - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection
 
getRoleMembers(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a list of the users who are currently part of the specified role.
getRoles() - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a list of all the names of the roles currently in the database.
getRolloverFrequency() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getRolloverType() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getRoots() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the roots or drives on the machine.
getRowCount() - Method in class com.basis.api.admin.client.BBjAdminClientQueryData
 
getSAMLic() - Method in interface com.basis.filesystem.ConnectionMgr
obtaind SAMLicense.
getSamlProperties() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns the list of BBjAdminProperty objects that contain the property values for those properties that are related to SAML single sign-on settings on the server.
getSanity() - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns objects that contain information about the "sanity" of a particular database table.
getSanity(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns objects that contain information about the "sanity" of a particular database table.
getSanityId() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getScanAllRoots() - Method in interface com.basis.filesystem.ConnectionMgr
Get whether or not the prefix scan should check all roots.
getSchedulingDescription() - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
Returns a human readable description of the scheduling for this group.
getSchedulingDescription() - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Returns a human readable description of the scheduling for this group.
getSchedulingDescription() - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
getScore() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
getScores() - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnList
 
getSecurityGroupNames() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of available security group names.
getSecurityGroups() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of available security groups.
getSecurityInvalidPassword() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getSecurityProperties() - Method in interface com.basis.api.admin.BBjAdminConfiguration
Returns the list of BBjAdminProperty objects that contain the property values for those properties that are related to the server security settings on the server.
getSegments() - Method in interface com.basis.api.admin.BBjAdminIndex
Returns a list of all the segments for this index.
getSequence(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get an individual sequence in the database by name.
getSequences() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the sequences in the database.
getSerialNumber() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getSerialNumber() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getSerialNumber() - Method in interface com.basis.filesystem.ConnectionMgr
Get serial number from license connection.
getServer() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getServerConfigurations() - Method in interface com.basis.api.admin.BBjAdminBase
Get the server configuration.
getServerConfigurations(BBjAdminServer.ServerType) - Method in interface com.basis.api.admin.BBjAdminBase
Get the server configurations for a single type of server.
getServerFilename(String, boolean) - Static method in class com.basis.filesystem.Filesystem
 
getServerName() - Method in exception com.basis.api.admin.BBjAdminStartupException
 
getServerNum() - Method in exception com.basis.api.admin.BBjAdminStartupException
 
getServletEndpointContext() - Method in class com.basis.bbj.webservice.BBjWSImpl
retrieve the servelt endpoint context
getShortMessage() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getSingleUserPermissions(String) - Method in interface com.basis.api.admin.BBjAdminBase
Get the permissions for a single user.
getSize() - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
getSourceCode() - Method in interface com.basis.api.admin.BBjAdminProcedure
Gets the source code for the procedure by reloading it from disk.
getSourceDatabase() - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
getSourceFileFormat() - Method in interface com.basis.api.admin.BBjAdminProcedure
Returns the source file's format.
getSpecialType() - Method in class com.basis.filesystem.util.KeySegment
Get special type.
getSpecificKeyAtCurrentPosition(byte[], int, int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getSpecificKeyAtCurrentPosition(byte[], int, int, String, int) - Method in interface com.basis.filesystem.FilePosition
 
getSpecificKeyAtCurrentPosition(ByteBuffer, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getSpecificKeyAtCurrentPosition(ByteBuffer, String, int) - Method in interface com.basis.filesystem.FilePosition
 
getSpecificKeyAtCurrentPosition(ByteBuf, int, int) - Method in interface com.basis.filesystem.FilePosition
 
getSpecificKeyAtCurrentPosition(ByteBuf, String, int) - Method in interface com.basis.filesystem.FilePosition
 
getSQLConnections() - Method in interface com.basis.api.admin.BBjAdminBase
Get the set of SQL connections (read-only).
getSQLReadWrite() - Method in interface com.basis.filesystem.ConnectionMgr
Get whether we have an SQL Read/Write license.
getSscpName() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getSSLInfo(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Returns the specified SSL info.
getSSLNames() - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Returns a list of all the available SSL PORTs on the web server.
getStack() - Method in interface com.basis.api.admin.BBjAdminBBjProcess
Get the stack for this process.
getStack() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getStandardPropertyNames() - Method in interface com.basis.api.admin.BBjAdminDatabase
 
getStartProcessCount() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getStartProcesses() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Returns a list of all files that are currently being copied from source to destination machine.
getStartTime() - Method in interface com.basis.api.admin.BBjAdminBase
Returns the time that the currently running BBjServices was started as a formatted timestamp string including the timezone.
getStartTime() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getStartupExceptions() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of any startup exceptions that occured while BBj Services was attempting to start.
getStatus() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getStoredProcedureMetadata() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getString(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a String value for a property.
getString(String) - Method in class com.basis.api.admin.client.JSON_Info
 
getString() - Method in exception com.basis.filesystem.FilesystemException
 
getStyleSheet() - Method in interface com.basis.api.admin.BBjAdminWebApplication
 
getSupportUploadJob(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns an instance of BBjAdminSupportUploadJob containing the information about the current status of the specified upload job ID.
getSupportUploadJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the currently running support upload jobs.
getSyncProgressListener() - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
getSystemProperty(String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a system property from the server.
getTable(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get an individual table in the database by name.
getTable(String, boolean, boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get an individual table from the database.
getTable() - Method in class com.basis.api.admin.BBjAdminTableSanity
 
getTable() - Method in class com.basis.api.admin.client.BBjAdminClientQueryData
 
getTableAnalysisJobs() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of the currently queued and/or running table analysis jobs on the server.
getTableMetadata() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getTableNames(boolean, boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns a list of the table names available in the database sorted alphabetically.
getTables(boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the tables in the database, optionally including the system tables.
getTablesSimpleInfo(boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the tables in the database, optionally including the system tables.
getTargetConnection() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
getTargetConnection() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
getTaskGroup(String) - Method in interface com.basis.api.admin.BBjAdminTaskQueue
Returns the task group with the specified ID or name.
getTaskGroups() - Method in interface com.basis.api.admin.BBjAdminTaskQueue
Returns a list of the task groups on the server.
getTaskQueue() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of all the currently configured task groups on the server.
getTasks() - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
Returns a list of tasks within this group.
getTasks() - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Returns a list of tasks within this group.
getTasks() - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
getTaskTypeName() - Method in interface com.basis.api.admin.BBjAdminReplicationTask
Returns a human readable type for the task.
getTaskTypeName() - Method in interface com.basis.api.admin.BBjAdminTask
Returns a human readable type for the task.
getTaskTypeName() - Method in class com.basis.api.admin.client.BBjAdminClientBBjTask
 
getTaskTypeName() - Method in class com.basis.api.admin.client.BBjAdminClientPauseTask
 
getTaskTypeName() - Method in class com.basis.api.admin.client.BBjAdminClientResumeTask
 
getTaskTypeName() - Method in class com.basis.api.admin.client.BBjAdminClientSCALLTask
 
getTempFilename(String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a temporary local filename.
getTempFilename(String, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a temporary local filename.
getTempFilename(String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a temporary local filename.
getTempFilename(String, String, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a temporary local filename.
getTemplate() - Method in interface com.basis.api.admin.BBjAdminTable
Get a BBj string template from the column definitions.
getTemplate(boolean) - Method in interface com.basis.api.admin.BBjAdminTable
Get a BBj string template from the column definitions.
getTemplateForFile(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a string template (if one can be found) for the specified data file.
getTextFileContents(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the contents of the specified file from the remote machine as a string.
getTime() - Method in class com.basis.api.admin.BBjAdminGitCommit
 
getTimeout() - Method in interface com.basis.filesystem.FilePosition
Get the default timeout.
getTimestamp() - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
getTimestamp() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getTimestamp() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getTokenValue() - Method in interface com.basis.api.admin.BBjAdminBase
 
getTopLevelWindowList() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
List of TLI's for the TopLevelWindows for which events must be registered
getTotal() - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
getTotalSpace(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the total space available on the specified root or drive.
getTotalUserCount() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getTransaction(int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Get a transaction (possibly read only).
getTransaction(String, int, int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Get a transaction (possibly read only).
getTransaction(int, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a transaction (possibly read only).
getTransaction(String, int, int, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Get a transaction (possibly read only).
getTriggers(String) - Method in interface com.basis.api.admin.BBjAdminBase
Get the trigger configuration for a file.
getTriggers() - Method in interface com.basis.api.admin.BBjAdminTable
Returns the triggers on this table's data file if there are any, or null if there are none.
getType() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get the database type.
getType() - Method in interface com.basis.api.admin.BBjAdminProperty
 
getType(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get the value type of a property.
getType() - Method in interface com.basis.api.admin.BBjAdminServer
Set the server type.
getType() - Method in interface com.basis.api.admin.BBjAdminTable
Get the data file type of the data file used by the table.
getType() - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
getType() - Method in class com.basis.api.admin.BBjAdminValue
 
getType() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getType() - Method in class com.basis.api.admin.RemoteCall
 
getTypeDef(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get an individual type definition in the database by name.
getTypeDefs() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the type definitions in the database.
getTypeDefs(boolean) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the type definitions in the database.
getTypeName(int) - Static method in class com.basis.api.admin.BBjAdminPrivilegeType
Returns a type name for the specified type.
getTypeName(BBjAdminType) - Static method in enum com.basis.api.admin.BBjAdminType
Returns a readable type name as a string for the specified type.
getTypes() - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a copy of all of the type information.
getUmask() - Method in interface com.basis.filesystem.ConnectionMgr
Get the default UMASK.
getUrl() - Method in interface com.basis.api.admin.BBjAdminBuiApplication
Generates and returns a URL for the application that can be used to run the application from a Web browser.
getUrl() - Method in interface com.basis.api.admin.BBjAdminJnlpApplication
Returns the actual URL to use to access the application.
getUsed() - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
getUser() - Method in interface com.basis.api.admin.BBjAdminBase
Get the name of the user who got this BBjAdmin instance.
getUser() - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
getUser() - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
getUser() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
getUser() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
getUser() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
getUser() - Method in interface com.basis.filesystem.ConnectionMgr
Get the default user name for this ConnectionMgr.
getUserCount() - Method in interface com.basis.filesystem.ConnectionMgr
Get license user count.
getUserLineNumber() - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
getUserNames() - Method in interface com.basis.api.admin.BBjAdminBase
Get the names of users.
getUserPermissions() - Method in interface com.basis.api.admin.BBjAdminBase
Get the permissions for all users.
getUsers(BBjAdminDatabase.UserType) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get the set of users of a specified type.
getValidValues() - Method in interface com.basis.api.admin.BBjAdminProperty
 
getValue() - Method in interface com.basis.api.admin.BBjAdminProperty
 
getValue(String) - Method in interface com.basis.api.admin.BBjAdminPropertyReader
Get a object value for a property.
getValue() - Method in class com.basis.api.admin.BBjAdminValue
 
getValue() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getValue(int) - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Returns value at a specified index.
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerAddBadFileEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEnabledStateEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerErrorEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerFallBehindEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerInitFileEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerRecopyInitiatedEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerResetBadFileEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerTargetConnectionEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminDiskSpaceLowEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminLicenseCheckoutFailedEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminMemoryFreeMemoryTooLowEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminMemoryOutOfMemoryEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminProcessesCountEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminProcessesHungProcessEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminProcessesProcessNotRunningEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationAddBadFileEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationEnabledStateEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationErrorEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationFallBehindEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationInitFileEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationRecopyInitiatedEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationResetBadFileEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminReplicationTargetConnectionEventHandler
 
getValueClass() - Method in class com.basis.api.admin.events.BBjAdminSecurityInvalidPasswordEventHandler
 
getVendorString() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getVersion() - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
getView(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Get an individual view in the database by name.
getViewMetadata() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
 
getViews() - Method in interface com.basis.api.admin.BBjAdminDatabase
Get a set of all of the views in the database.
getWaitBetweenNotfications() - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
getWaitBetweenNotifications() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
getWebAppServer() - Method in interface com.basis.api.admin.BBjAdminBase
Get the Web App Server configuration.
getWebService(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns the BBjAdminWebService instance for the specified service, or null if no service by that name exists.
getWebServices() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a list of available web services.
getXFID() - Method in interface com.basis.filesystem.FilePosition
Base XFID function used by the interpreter to get the XFID byte array.
getXFIDServer() - Method in interface com.basis.filesystem.FilePosition
Base XFID function used by the interpreter to get the XFID byte array.
getXFIN(int) - Method in interface com.basis.filesystem.FilePosition
Base XFIN function used by the interpreter to get the XFIN byte array.
getXFIN(int) - Method in class com.basis.plugin.DDEPlugin
Base XFIN function used by the interpreter to get the XFIN byte array.
getXFIN(int) - Method in class com.basis.plugin.FSQLPlugin
Base XFIN function used by the interpreter to get the XFIN byte array.
getXFIN(int) - Method in class com.basis.plugin.HashPlugin
Base XFIN function used by the interpreter to get the XFIN byte array.
getXFIN(int) - Method in class com.basis.plugin.RegPlugin
Base XFIN function used by the interpreter to get the XFIN byte array.
getXFIN(int) - Method in class com.basis.plugin.SQLPlugin
Base XFIN function used by the interpreter to get the XFIN byte array.
getXFINTemplate(int) - Method in interface com.basis.filesystem.FilePosition
Get template string for base XFIN function.
getXFINTemplate(int) - Method in class com.basis.plugin.DDEPlugin
Get template string for base XFIN function.
getXFINTemplate(int) - Method in class com.basis.plugin.FSQLPlugin
Get template string for base XFIN function.
getXFINTemplate(int) - Method in class com.basis.plugin.HashPlugin
Get template string for base XFIN function.
getXFINTemplate(int) - Method in class com.basis.plugin.RegPlugin
Get template string for base XFIN function.
getXFINTemplate(int) - Method in class com.basis.plugin.SQLPlugin
Get template string for base XFIN function.
getXKeyDescriptions(byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
 
getXKeyDescriptions(String, byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to pull a list of KeyDescription objects out of a byte array in XFIN format.
getXKeyDescriptionsSize(KeyDescription[]) - Static method in class com.basis.filesystem.util.KeyDescription
Return number of bytes needed to encode an array of KeyDescription objects in XFIN format.
getXKeyDescriptionsSize(List<KeyDescription>) - Static method in class com.basis.filesystem.util.KeyDescription
Return number of bytes needed to encode a list of KeyDescription objects in XFIN format.
getXKeyDescriptionsSize(KeyDescription) - Static method in class com.basis.filesystem.util.KeyDescription
Return number of bytes needed to encode a list of KeyDescription objects in XFIN format.
getXML(Document) - Method in interface com.basis.api.admin.BBjAdminTask
 
getXML(Document) - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Internal use only.
getXML(Document) - Method in class com.basis.api.admin.client.BBjAdminClientBBjTask
 
getXML(Document) - Method in class com.basis.api.admin.client.BBjAdminClientPauseTask
 
getXML(Document) - Method in class com.basis.api.admin.client.BBjAdminClientResumeTask
 
getXML(Document) - Method in class com.basis.api.admin.client.BBjAdminClientSCALLTask
 
getXML(Document) - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
GLOBAL_SCOPE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
grant(List<BBjAdminPrivilege>) - Method in interface com.basis.api.admin.BBjAdminDatabase
Grants the specified list of privileges for this database.
GRANTED - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
GROUP - Static variable in interface com.basis.api.admin.BBjAdminSecurityGroup
 
GROUP_ID - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 

H

HANDLE_VARIABLE_LENGTH_PADDED_VALUES - Static variable in interface com.basis.api.admin.BBjAdminDatabase
NOTE: This is a bit of an unusual setting.
hardResetConfigCommit(String, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Performs a hard reset of the configuration, returning it to the specified commit ID state.
HAS_RESULT_SET - Static variable in interface com.basis.api.admin.BBjAdminProcedure
Boolean indicating if the SPROC returns an SQL result set or not.
hasChanged() - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Have properties been changed?
hashCode() - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
hashCode() - Method in class com.basis.filesystem.util.KeyDescription
 
hashCode() - Method in class com.basis.filesystem.util.KeySegment
 
HashOpenPlugin - Class in com.basis.plugin
This is an example file plugin of an in memory hash table.
HashOpenPlugin() - Constructor for class com.basis.plugin.HashOpenPlugin
 
HashPlugin - Class in com.basis.plugin
This is the interface used to read, write, and get information about open file plugins.
HashPlugin() - Constructor for class com.basis.plugin.HashPlugin
Constructor.
HashPlugin(int) - Constructor for class com.basis.plugin.HashPlugin
Constructor taking initial capacity.
hasLocalProtectedAccess() - Method in interface com.basis.filesystem.ConnectionMgr
 
hasPersistentConnection() - Method in interface com.basis.bbj.bridge.JavaBBjBridge
Query BBjBridge as to whether connection is persistent.
hasSpecialType(int) - Method in class com.basis.filesystem.util.KeyDescription
Helper method to see if any of the segments have a given special type.
hasValueChanged() - Method in interface com.basis.api.admin.BBjAdminProperty
 
haveLicenseConnection() - Method in interface com.basis.filesystem.ConnectionMgr
Get whether license information is available to the user.
HELP_FILE - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
HELP_FILE - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
HELP_URL - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
HOMEPAGE - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
HOST - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Host name for the filesystem server where the trigger job will execute the BBj code to handle the trigger.
HOST - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
HOST - Static variable in interface com.basis.api.admin.BBjAdminBBjReplicationJob
 
HOST - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
HOST - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
HOST - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
HOST_NAME - Static variable in interface com.basis.api.admin.BBjAdminServer
 
HOST_OVERRIDE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
HOURLY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
 
HTML - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
HTTP_LINK - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentDemo
 
HTTP_LINK - Static variable in interface com.basis.api.admin.BBjAdminBuiDemo
 
HTTP_LINK - Static variable in interface com.basis.api.admin.BBjAdminJnlpDemo
 

I

ICON_RESTART - Static variable in class com.basis.api.admin.client.JSON_Info
 
ICON_START - Static variable in class com.basis.api.admin.client.JSON_Info
 
ICON_STOP - Static variable in class com.basis.api.admin.client.JSON_Info
 
ICON_URL - Static variable in class com.basis.api.admin.client.JSON_Info
 
ID - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
ID - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
ID - Static variable in interface com.basis.api.admin.BBjAdminIndexBuilderJob
 
ID - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
ID - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Unique ID for this job.
ID - Static variable in interface com.basis.api.admin.BBjAdminReplicationTarget
 
ID - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
ID - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
ID - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Group unique ID
IMASK - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
IMASK - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
importReplicationJob(String, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Loads the contents of a replication job export file into the object.
INCLUDE_FILTERS - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
List of wildcard filters to use to filter valid files to be indexed.
INCREMENT - Static variable in interface com.basis.api.admin.BBjAdminSequence
 
INDEX - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
INDEX_LOCATION - Static variable in interface com.basis.api.admin.BBjAdminLuceneDocumentIndex
 
INDEXED - Static variable in interface com.basis.api.admin.BBjAdminQueryAnalysis
 
INDEXED_FILE - Static variable in class com.basis.filesystem.Filesystem
INDEXED file type.
INF - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
INF - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
INFO - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
INFO - Static variable in class com.basis.api.admin.BBjAdminTableSanityMessage
 
INFO_3_0 - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
init(Object) - Method in class com.basis.bbj.webservice.BBjWSImpl
the init method is required in order to implement ServiceLifecycle.
initFromStream(ObjectInputStream) - Method in class com.basis.api.admin.RemoteCall
 
INITIAL_HEAP - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
 
INITIALLY_DEFERRED - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
INITIALLY_IMMEDIATE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
initLocalConnection() - Method in interface com.basis.filesystem.ConnectionMgr
Initialize the local (license) connection -- making sure that the license is checked out and license information is available.
initLocalConnection(String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Initialize the local (license) connection -- making sure that the license is checked out and license information is available.
initNoneFirstAll() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper
 
INPUT_FLAGS - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
INPUT_FLAGS - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
INSERT - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
insertKey(int, KeyDescription) - Method in interface com.basis.filesystem.FilePosition
Insert key into file.
insertKey(String, KeyDescription) - Method in interface com.basis.filesystem.FilePosition
Insert key into file.
INSTALLED - Static variable in interface com.basis.api.admin.BBjAdminJnlpDemo
 
INSTANCE_ID - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
INSTEAD_OF_CLOSE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_CLOSE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_CLOSE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_ERASE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_ERASE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_ERASE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_KEY_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_KEY_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_KEY_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_OPEN_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_OPEN_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_OPEN_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_READ_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_READ_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_READ_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_REMOVE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_REMOVE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_REMOVE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_WRITE_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_WRITE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INSTEAD_OF_WRITE_SOURCE - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
INTERNAL - Static variable in exception com.basis.filesystem.FilesystemException
Internal error.
INTERPRETER_DEBUG - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
INTERPRETER_USER - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
INTERPRETER_USER - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
INVKEYLEN - Static variable in exception com.basis.filesystem.FilesystemException
Invalid key length.
invokeBBjReturnBytes(String, String, HashMap, int) - Method in class com.basis.bbj.webservice.BBjWSImpl
invoke bbj and return a byte[] containing any strings that the bbj program wrote to its J-channel using WRITE
invokeBBjReturnMap(String, String, HashMap, int) - Method in class com.basis.bbj.webservice.BBjWSImpl
invoke bbj and return the key-value pairs that the called program wrote to its J-channel using writeRecord with a key
INVPARM - Static variable in exception com.basis.filesystem.FilesystemException
Disk drive does not exist.
IS_RUNNING - Static variable in interface com.basis.api.admin.BBjAdminServer
 
isAbsolute(String) - Static method in class com.basis.filesystem.Filesystem
Determine whether is path should be considered absolute.
isAddressSameAsServer(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns true if the specified host address resolves to the same address as the machine running the Admin Server.
isAdminOnlyMode() - Method in interface com.basis.api.admin.BBjAdminBase
Asks the server if it is currently set to admin only mode.
isAdvisory() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
isAdvisory() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
isBUS() - Method in class com.basis.filesystem.util.KeySegment
Get bus.
isCaseInsensitive() - Method in class com.basis.filesystem.util.KeySegment
Get case insensitive.
isDefault() - Method in class com.basis.api.admin.BBjAdminJRE
 
isDemo() - Method in class com.basis.filesystem.License
 
isDescending() - Method in class com.basis.filesystem.util.KeySegment
Get descending.
isDirectory() - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
isDirty() - Method in class com.basis.api.admin.client.JSON_Info
 
isEnabled() - Method in interface com.basis.api.admin.BBjAdminAppDeploymentDemo
 
isEnabled() - Method in interface com.basis.api.admin.BBjAdminBuiDemo
 
isEnabled() - Method in interface com.basis.api.admin.BBjAdminJnlpDemo
 
isEnabled() - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Returns true if the group is currently enabled and scheduled run.
isEnabled() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
isEnabled() - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
isFileLocal(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
 
isIndexed() - Method in interface com.basis.filesystem.FilePosition
Is this an indexed file?
isLastSegmentFielded() - Method in class com.basis.filesystem.util.KeyDescription
Is the last key segment fielded?
isLocal(InetAddress, int) - Method in interface com.basis.filesystem.ConnectionMgr
 
isLocked() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
isLoopback(InetAddress) - Static method in class com.basis.filesystem.Filesystem
Is a given IP address the loopback address.
isNormal() - Method in class com.basis.filesystem.util.KeySegment
Is this segment normal.
isNumeric() - Method in class com.basis.filesystem.util.KeySegment
Deprecated. 
isOrderedNumeric() - Method in class com.basis.filesystem.util.KeySegment
Get ordered numeric.
isOSWindows() - Method in interface com.basis.api.admin.BBjAdminBase
Returns true if the server side OS is MS Windows of some type.
isPaused() - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Returns the paused state of this document index.
isPublished(BBjAdminWebApplication) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Return true if the given application is currently published.
isReadable(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Is the named file readable?
isReadable(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Is the named file readable?
isReadOnly(String) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Is a given property read-only.
isReadOnly() - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
isRecordOriented() - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Indicates whether this Request contains record-oriented data.
isRecordOriented() - Method in interface com.basis.bbj.bridge.BBjBridgeResponse
Indicates whether this response contains record-oriented data.
isRecordOriented() - Method in class com.basis.plugin.DDEPlugin
Is the plugin file record oriented (i.e.
isRecordOriented() - Method in class com.basis.plugin.FSQLPlugin
Is the plugin file record oriented (i.e.
isRecordOriented() - Method in class com.basis.plugin.HashPlugin
Is the plugin file record oriented (i.e.
isRecordOriented() - Method in class com.basis.plugin.RegPlugin
Is the plugin file record oriented (i.e.
isRecordOriented() - Method in class com.basis.plugin.SQLPlugin
Is the plugin file record oriented (i.e.
isReplicationAllowed() - Method in interface com.basis.api.admin.BBjAdminBase
Asks the server if it is allowed to peform replication jobs.
isRunning() - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Is the server running?
isRunningAdminOnlyMode() - Method in interface com.basis.api.admin.BBjAdminBase
Asks the server if it is currently RUNNING in admin only mode.
isSAMAvailable() - Method in interface com.basis.filesystem.ConnectionMgr
 
isSpecial() - Method in interface com.basis.filesystem.FilePosition
Get if this is a special file (like a device).
isSsl() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
isSynchronous() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
isUnique() - Method in class com.basis.filesystem.util.KeyDescription
Get whether this key is unique.
isUserProperty(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Returns true if the specified property is considered a user property which means it is not a standard built-in property for databases.
isWritable(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Is the named file writable?
isWritable(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Is the named file writable?
isWS3Allowed() - Method in interface com.basis.api.admin.BBjAdminBase
Checks if Version 3 WebServices are available.

J

JarRegistrar - Class in com.basis.utilities.jarreg.client
Registers jar archives of Java classes so that BBj users can instantiate and use ClientObjects.
JarRegistrar() - Constructor for class com.basis.utilities.jarreg.client.JarRegistrar
 
JAVA_ARCH - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_ARGS_ADMIN - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_AUTOLIC - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_BBJCPL - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_BBJIDE - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_BBJLST - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_BBJSERVICES - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_ENTERPRISEMANAGER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_PROXYMGRSERVER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_RESCONVERTER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_ARGS_TCPROXYSERVER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_CLASS_PATH - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_CLASS_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_COMPILER - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_EXT_DIRS - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_HOME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_IO_TMPDIR - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_JVM_ADMIN - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_AUTOLIC - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_BBJCPL - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_BBJIDE - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_BBJLST - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_BBJSERVICES - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_ENTERPRISEMANAGER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_PROXYMGRSERVER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_RESCONVERTER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_JVM_TCPROXYSERVER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
JAVA_LIB_PATH - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_SPEC_NAME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_SPEC_VENDOR - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_SPEC_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_URL - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
 
JAVA_VENDOR - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VENDOR_URL - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
 
JAVA_VM_NAME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VM_SPEC_NAME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VM_SPEC_VENDOR - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VM_SPEC_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VM_VENDOR - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JAVA_VM_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
JavaBBjBridge - Interface in com.basis.bbj.bridge
A JavaBBjBridge allows a Java program to execute a BBj program and to communicate to that program using BBjRequest and BBjResponse.
JavaBBjBridgeFactory - Class in com.basis.bbj.bridge
JavaBBjBridgeFactory provides a factory interface for obtaining instances of JavaBBjBridge, BBjBridgeRequest and BBjBridgeResponse.
JavaBBjBridgeFactory() - Constructor for class com.basis.bbj.bridge.JavaBBjBridgeFactory
 
JKEYED_FILE - Static variable in class com.basis.filesystem.Filesystem
JKEYED file type.
JOB_ID - Static variable in interface com.basis.api.admin.BBjAdminPauseTask
 
JOB_ID - Static variable in interface com.basis.api.admin.BBjAdminResumeTask
 
JOB_NAME - Static variable in interface com.basis.api.admin.BBjAdminPauseTask
 
JOB_NAME - Static variable in interface com.basis.api.admin.BBjAdminResumeTask
 
JOB_NAME - Static variable in class com.basis.api.admin.client.BBjAdminClientResumeTask
 
JSON_DATA - Static variable in interface com.basis.api.admin.BBjAdminContextInfo
 
JSON_ExecutionPoint - Interface in com.basis.api.admin.client
 
JSON_FieldType - Enum in com.basis.api.admin.client
 
JSON_Info - Class in com.basis.api.admin.client
 
JSON_Info() - Constructor for class com.basis.api.admin.client.JSON_Info
 
JSON_Info(JSON_Layout) - Constructor for class com.basis.api.admin.client.JSON_Info
 
JSON_Info(String) - Constructor for class com.basis.api.admin.client.JSON_Info
 
JSON_Info(ArrayNode) - Constructor for class com.basis.api.admin.client.JSON_Info
 
JSON_Info(ArrayNode, ObjectNode) - Constructor for class com.basis.api.admin.client.JSON_Info
 
JSON_Info(ArrayNode, String) - Constructor for class com.basis.api.admin.client.JSON_Info
 
JSON_LAYOUT - Static variable in interface com.basis.api.admin.BBjAdminContextInfo
 
JSON_Layout - Class in com.basis.api.admin.client
 
JSON_Layout() - Constructor for class com.basis.api.admin.client.JSON_Layout
 
jsonExecute(String) - Method in interface com.basis.api.admin.BBjAdminBase
Executes some server-side processing defined by the supplied JSON string.

K

KEY_FINGERPRINT - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
KEY_SIZE - Static variable in interface com.basis.api.admin.BBjAdminBBjFile
 
KEY_SIZE - Static variable in interface com.basis.api.admin.BBjAdminTable
Key size if this is a single keyed file or 0 if it is multi-keyed.
KeyDescription - Class in com.basis.filesystem.util
Class used to describe derived keys in MKEYED and XKEYED files.
KeyDescription() - Constructor for class com.basis.filesystem.util.KeyDescription
 
KeyDescription(List<KeySegment>, boolean) - Constructor for class com.basis.filesystem.util.KeyDescription
Constructor
KeyDescription(int, byte[], int, int) - Constructor for class com.basis.filesystem.util.KeyDescription
Constructor from a byte array in FIN format.
KeyDescription(int, byte[], int, int, boolean) - Constructor for class com.basis.filesystem.util.KeyDescription
Constructor from a byte array in FIN or XFIN format.
KeySegment - Class in com.basis.filesystem.util
Class used to describe individual key segments of derived keys in MKEYED and XKEYED files.
KeySegment() - Constructor for class com.basis.filesystem.util.KeySegment
 
KeySegment(int, int, int, boolean, boolean) - Constructor for class com.basis.filesystem.util.KeySegment
Deprecated. 
KeySegment(int, int, int, boolean, int) - Constructor for class com.basis.filesystem.util.KeySegment
Constructor
KEYSTORE - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
KEYSTORE - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
KEYSTORE_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
KEYSTORE_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
KFAIL - Static variable in exception com.basis.filesystem.FilesystemException
Attempting to access a record in a DIRECT file using a key that does not exist.
KNUM - Static variable in interface com.basis.api.admin.BBjAdminIndex
 

L

LABEL - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
LABEL - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
LAST_ANALYSIS - Static variable in interface com.basis.api.admin.BBjAdminTable
Date of the last time this table was successfully analyzed.
LAST_ANALYSIS_EXCEPTION - Static variable in interface com.basis.api.admin.BBjAdminTable
If table analysis failed on the table, this is the exception that was generated.
LAST_CHANGED_TIMESTAMP - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
LAST_CHANGED_TIMESTAMP_INTERVAL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
LAST_CHANGED_TIMESTAMP_WALL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
LAST_CHANGED_TIMESTAMP_WALL_INTERVAL - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
LAST_FINISH - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
LAST_RECORD_COUNT - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
LAST_RUN - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Last time the group was run.
LAST_STATUS - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Message indicating the status of the last time the group was run.
LAYOUT - Static variable in interface com.basis.api.admin.BBjAdminJSON
 
LegacyFilePosition - Interface in com.basis.filesystem
 
LENGTH - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
LENGTH_TYPE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
LIC_ERROR - Static variable in exception com.basis.filesystem.FilesystemException
Error updating license.
License - Class in com.basis.filesystem
License interface for user licenses.
License() - Constructor for class com.basis.filesystem.License
 
LICINUSE - Static variable in exception com.basis.filesystem.FilesystemException
Non-BASIS license is already in use
LINE_LISTING - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
LINE_LISTING - Static variable in interface com.basis.api.admin.BBjAdminBBjProcessStackElement
 
LINE_SEP - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
LINKED_CONNECT_PROPERTIES - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma separated list of name=value pairs to be used at connect time.
LINKED_DRIVER - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Property used by linked database configurations to indicate the JDBC driver class.
LINKED_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Property used by linked database configurations to indicate the password used to connect to the database.
LINKED_SHOULD_RESOLVE_GLOBALS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Property used by linked database configurations to indicate whether it should resolve any globals used.
LINKED_URL - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Property used by linked database configurations to indicate the URL used to connect to the database.
LINKED_USER - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Property used by linked database configurations to indicate the user used to connect to the database.
LINUX_JVM - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
listFiles(boolean) - Method in interface com.basis.api.admin.BBjAdminFile
Returns a list of the files in the directory if this is a directory or null if it is a file.
load() - Method in interface com.basis.api.admin.BBjAdminTaskQueue
Called to re-load the task group configurations from the configuration file.
LOAD_IMAGE_RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
LOAD_IMAGE_RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
LOAD_ONLY - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
loadLibrary() - Static method in class com.basis.plugin.DDEPluginNative
 
loadLibrary() - Static method in class com.basis.plugin.RegNative
 
LOCAL_PORT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
LOCAL_PORT - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
LOCAL_PORT_PROPERTY - Static variable in class com.basis.filesystem.Filesystem
 
LOCAL_SERVER_PROPERTY - Static variable in class com.basis.filesystem.Filesystem
 
LOCALE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Database Locale as a IETF BCP 47 language tag as describes by the Java documentation for java.util.Locale.toLanguageTag().
LOCALE - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
LOCALE - Static variable in interface com.basis.api.admin.BBjAdminJnlpPlatformResourceSection
 
lock() - Method in interface com.basis.filesystem.FilePosition
Lock the file.
lock(int) - Method in interface com.basis.filesystem.FilePosition
Lock the file.
lock() - Method in class com.basis.plugin.DDEPlugin
Lock the file.
lock() - Method in class com.basis.plugin.FSQLPlugin
Lock the file.
lock() - Method in class com.basis.plugin.HashPlugin
Lock the file.
lock() - Method in class com.basis.plugin.RegPlugin
Lock the file.
lock() - Method in class com.basis.plugin.SQLPlugin
Lock the file.
LOCKED - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
LOG - Static variable in interface com.basis.api.admin.BBjAdminBase
 
LOG - Static variable in interface com.basis.filesystem.ConnectionMgr
 
LOG_LEVEL - Static variable in interface com.basis.api.admin.BBjAdminServer
 
LOGFILE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Deprecated.
LOGLEVEL - Static variable in interface com.basis.api.admin.BBjAdminDatabase
 
LOOK_AND_FEEL - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
LOOK_AND_FEEL - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
LUCENE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
Used on call to BBjAdminBase.createDocumentIndex() to specify a Lucene archive.

M

m_methodName - Variable in class com.basis.api.admin.RemoteCall
 
m_parameters - Variable in class com.basis.api.admin.RemoteCall
 
m_type - Variable in class com.basis.api.admin.RemoteCall
 
MAC_JVM - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
main(String[]) - Static method in class com.basis.api.admin.BBjAdminAuditMonitor
 
main(String[]) - Static method in class com.basis.api.admin.BBjAdminReplicationMonitor
 
main(String[]) - Static method in class com.basis.bbj.bridge.TestBridge
 
main(String...) - Static method in class com.basis.filesystem.Compare
Main method so that this can be called from the command line.
main(String[]) - Static method in class com.basis.filesystem.FileInfo
Function for command line file information.
main(String[]) - Static method in class com.basis.filesystem.ParseModes
 
main(String[]) - Static method in class com.basis.filesystem.Recover
Function for command line file information.
main(String[]) - Static method in class com.basis.filesystem.Services
 
main(String[]) - Static method in class com.basis.utilities.jarreg.client.JarRegistrar
Allows commandline invocation of JarRegistrar.
makeData() - Method in class com.basis.api.admin.client.JSON_Layout
Creates a new data record based on the layout with empty data.
MANAGE_BROWSER_HISTORY - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
MANAGE_BROWSER_HISTORY - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
MANAGE_BROWSER_HISTORY - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
MANAGE_BROWSER_HISTORY - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
MANAGE_BROWSER_HISTORY - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
MANAGE_BROWSER_HISTORY - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
MANAGE_BROWSER_HISTORY_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
MANAGE_BROWSER_HISTORY_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
mark(int) - Method in class com.basis.filesystem.FilesystemInputStream
 
markSupported() - Method in class com.basis.filesystem.FilesystemInputStream
 
MATCH_PATH - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
MATHERR - Static variable in exception com.basis.filesystem.FilesystemException
Invalid Integer.
MAX_ACTIVE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
MAX_BANDWIDTH - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Maximum bandwidth this job should use communicating with the target.
MAX_CLIENTS - Static variable in interface com.basis.api.admin.BBjAdminServer
 
MAX_FILE_TYPE - Static variable in class com.basis.filesystem.Filesystem
Max file type.
MAX_HEAP - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
 
MAX_IDLE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
MAX_KEY_SIZE - Static variable in class com.basis.filesystem.Filesystem
Deprecated. 
MAX_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
MAX_LENGTH - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
MAX_RECORD_SIZE - Static variable in class com.basis.filesystem.Filesystem
Maximum record size.
MAX_ROW_COUNT - Static variable in interface com.basis.api.admin.BBjAdminTable
Maximum number of rows allowed in the table's data file or 0 if no limit.
MAX_VALUE_COUNT - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
MAX_WAIT - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
MAXIMUM - Static variable in interface com.basis.api.admin.BBjAdminSequence
 
MESSAGE - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
MESSAGE - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
METHOD_NAME - Static variable in interface com.basis.api.admin.BBjAdminBBjProcessStackElement
 
METRICS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
migrateToEnhancedDatabase(String, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Creates a new data dictionary in the specified format at the specified destination location using the dictionary at p_sourceDictionary.
MIME_TYPE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentResource
 
MIME_TYPE - Static variable in interface com.basis.api.admin.BBjAdminBuiResource
 
MIME_TYPE - Static variable in interface com.basis.api.admin.BBjAdminResourceUrl
 
MIN_EVICTABLE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
MINIMUM - Static variable in interface com.basis.api.admin.BBjAdminSequence
 
MINUTES_IN_DAY - Static variable in class com.basis.api.admin.BBjAdminAuditMonitor
 
MINUTES_IN_DAY - Static variable in class com.basis.api.admin.BBjAdminReplicationMonitor
 
MINUTES_IN_HOUR - Static variable in class com.basis.api.admin.BBjAdminAuditMonitor
 
MINUTES_IN_HOUR - Static variable in class com.basis.api.admin.BBjAdminReplicationMonitor
 
mkdir(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Create a directory.
mkdir(String, boolean, String, String, int) - Method in interface com.basis.filesystem.ConnectionMgr
Create a directory.
mkdirs() - Method in interface com.basis.api.admin.BBjAdminFile
Creates the directory described by this object, as well as any parent directories.
MKEYED_4GIG - Static variable in class com.basis.filesystem.Filesystem
Modifier for a 4 Gig MKEYED file.
MKEYED_64BIT - Static variable in class com.basis.filesystem.Filesystem
Modifier for a 64-bit file.
MKEYED_FID_ALWAYS_6 - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
MKEYED_FILE - Static variable in class com.basis.filesystem.Filesystem
MKEYED file type.
MKEYED_TAGRECORD - Static variable in class com.basis.filesystem.Filesystem
Modifier for a tagged record file.
MODE - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
MODE_APPEND - Static variable in class com.basis.filesystem.Filesystem
Append mode -- for STRING files.
MODE_CREATE - Static variable in class com.basis.filesystem.Filesystem
Create mode -- for STRING files.
MODE_EXCL - Static variable in class com.basis.filesystem.Filesystem
Exclusive mode -- for STRING files.
MODE_RDONLY - Static variable in class com.basis.filesystem.Filesystem
Read only mode -- for all files.
MODE_TRUNC - Static variable in class com.basis.filesystem.Filesystem
Truncate mode -- for STRING files.
MODES - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
modesIntToString(int) - Static method in class com.basis.filesystem.Filesystem
Create a mode string from the modes that files care about.
MODIFIED - Static variable in interface com.basis.api.admin.BBjAdminFile
 
MONDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Monday in the repeat days.
MONTHLY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
 
mountTriggerDirectory(String) - Method in interface com.basis.api.admin.BBjAdminBase
Mounts a directory to be listed when asking for a list of mounted trigger directories.

N

nag(Map<String, String>) - Method in interface com.basis.filesystem.NagListener
Present nag message to the user.
NagListener - Interface in com.basis.filesystem
Interface for presenting license nag messages to users.
NagProcess - Interface in com.basis.filesystem
Process nag messages.
NAME - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentDemo
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminBBjFile
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminBuiDemo
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
Name of the document index.
NAME - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminFile
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminIndex
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplication
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminJnlpDemo
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceProperty
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJob
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminProcedure
Name of the SPROC.
NAME - Static variable in interface com.basis.api.admin.BBjAdminProcedureParameter
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Name of the replication job.
NAME - Static variable in interface com.basis.api.admin.BBjAdminReplicationTarget
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminSequence
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminServletConfiguration
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminSystemPermission
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminTable
Name of the table.
NAME - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Name of the task group.
NAME - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminView
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
NAME - Static variable in interface com.basis.api.admin.BBjAdminWebServiceMethod
 
NAME - Static variable in class com.basis.api.admin.BBjAdminWebServiceMethodParameter
 
NAMESPACE - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
NARROW - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
NETERR - Static variable in exception com.basis.filesystem.FilesystemException
Connection to server has dropped.
NETGONE - Static variable in exception com.basis.filesystem.FilesystemException
Network is gone.
NETUSER - Static variable in exception com.basis.filesystem.FilesystemException
Network user error.
newConnectionPool() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new connection pool definition.
newDatabaseInstance(Map<String, Object>) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new, empty database instance.
newEmailService() - Method in interface com.basis.api.admin.BBjAdminBase
Creates and returns a new Email Service that provides the ability to send email messages using the Admin API or easily configure various parts of the system to send notifications via email such as replication problems, etc.
newInstance(BBjAdminBBjProcess) - Static method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
newInstance(BBjAdminBBjProcessStackElement) - Static method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
newInstance(BBjAdminOpenFile) - Static method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
newInstance(BBjAdminReplicationJob) - Static method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
newLDAPSearch() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new, blank LDAP search instance.
newProperty() - Method in interface com.basis.api.admin.BBjAdminMetadataDefinition
Call this method to get a new instance of a property.
newSecurityGroup(String) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new SecurityGroup instance.
newTask(BBjAdminTask.TaskType) - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new task of the specified type.
newTask(BBjAdminReplicationTask.TaskType) - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
Creates a new instance of a task but does NOT add it to the list of tasks.
newTask(BBjAdminTask.TaskType) - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Creates a new instance of a task but does NOT add it to the list of tasks.
newTask(BBjAdminTask.TaskType) - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
newTaskGroup() - Method in interface com.basis.api.admin.BBjAdminBase
Returns a new task group from the server.
NEXT_RUN - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Next time the group will run.
NLEN - Static variable in exception com.basis.filesystem.FilesystemException
Illegal file name.
NO_ACTION - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
NOF - Static variable in exception com.basis.filesystem.FilesystemException
Attempting to access a file that cannot be found.
NONE - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
 
NONE - Static variable in class com.basis.tools.guidev.AdvancedGBFWrapper
 
NOROOM - Static variable in exception com.basis.filesystem.FilesystemException
Disk out of space.
NOT_DEFERRABLE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
NOT_RESPONDING - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
NOTIFY_ON_INTERNAL_ERROR - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerAddBadFileEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEnabledStateEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerErrorEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerFallBehindEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerInitFileEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerRecopyInitiatedEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerResetBadFileEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerTargetConnectionEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
notifyHandler(BBjAdminEventManager, BLMException, boolean, String, String, String, String, String) - Method in class com.basis.api.admin.events.BBjAdminLicenseCheckoutFailedEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationAddBadFileEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationEnabledStateEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationErrorEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationFallBehindEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationInitFileEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationRecopyInitiatedEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationResetBadFileEventHandler
 
notifyHandler(BBjAdminEventManager, String) - Method in class com.basis.api.admin.events.BBjAdminReplicationTargetConnectionEventHandler
 
NOTIMP - Static variable in exception com.basis.filesystem.FilesystemException
Not implemented.
NOUSERS - Static variable in exception com.basis.filesystem.FilesystemException
Too many network users.
NULLABLE - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
NULLABLE - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
NUMERIC_EMPTY_STRING_AS_ZERO - Static variable in interface com.basis.api.admin.BBjAdminDatabase
If true, BBj SQL queries will return type NUMERIC values where the underlying data in the raw record (MKEYED, XKEYED, VKEYED, but NOT ESQL) as zero instead of NULL.
NUMERIC_STRIP_SPACES - Static variable in interface com.basis.api.admin.BBjAdminDatabase
If true, strip spaces from numeric field values before they are translated into numbers.
numFreeLicenses() - Method in class com.basis.filesystem.License
 
numLicenses() - Method in class com.basis.filesystem.License
Get number of licenses for this feature.

O

OBJECT_ID - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
OBJECT_LEVEL_PERMISSIONS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True/false to enable object level permissions.
OBJECT_TYPE - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
OBJECT_TYPE_NAME - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
OFFSET - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
OFFSET - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
OMASK - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
OMASK - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
OMIT_BASIS_CSS - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
OMIT_BASIS_CSS - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
OMIT_BASIS_CSS - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
OMIT_BASIS_CSS - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
OMIT_BASIS_CSS - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
OMIT_BASIS_CSS - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
OMIT_BASIS_CSS_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
OMIT_BASIS_CSS_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
ONE_LINE_DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
OP_ALTER_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_CREATE_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_CREATE_INDEX_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_CREATE_KEYED - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_CREATE_OTHER - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_DELETE - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_DELETE_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_DROP_COLUMN_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_DROP_CONSTRAINT_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_DROP_INDEX_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_EQ - Static variable in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnInfo
 
OP_ERASE - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_GT - Static variable in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnInfo
 
OP_INSERT - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_INSERT_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_LT - Static variable in class com.basis.api.admin.client.BBjAdminClientQueryDataColumnInfo
 
OP_MODIFY_FILE - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_RENAME_COLUMN_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_UPDATE - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OP_UPDATE_ESQL - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
open(String, Map, BaseBBjPluginEnv) - Method in class com.basis.bbj.bridge.BBjBridgeOpenPlugin
Open a file plugin given a String and a Map of modes.
open(String, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, String, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
 
open(String, boolean, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, boolean, List, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, boolean, List, boolean, int, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, boolean, List, boolean, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, boolean, List, boolean, int, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, String, boolean, List, boolean, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, String, boolean, List, boolean, int, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, boolean, String, String, List, boolean, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, boolean, String, String, List, boolean, int, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, String, boolean, String, String, List, boolean, int, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, String, boolean, String, String, List, boolean, int, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file normally (per the file type).
open(String, boolean, int, int, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, boolean, int, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, List) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, List, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, List, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, List, boolean, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, List, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, List, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, List, boolean, int, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, String, String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, String, String, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, String, String, List) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, String, String, List, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, int, boolean, String, String, List, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, String, String, List, boolean, int) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, boolean, int, String, boolean, String, String, List, boolean, int, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file either as STRING or INDEXED.
open(String, Map, BaseBBjPluginEnv) - Method in class com.basis.plugin.DDEOpenPlugin
Open the DDE plugin given a String name and a Map of modes.
open(String, Map, BaseBBjPluginEnv) - Method in class com.basis.plugin.FSQLOpenPlugin
Open an SQL plugin given a String name and a Map of modes.
open(String, Map, BaseBBjPluginEnv) - Method in class com.basis.plugin.HashOpenPlugin
Open a file plugin given a String and a Map of modes.
open(String, Map, BaseBBjPluginEnv) - Method in class com.basis.plugin.RegOpenPlugin
Open an registry plugin given a String name and a Map of modes.
open(String, Map, BaseBBjPluginEnv) - Method in class com.basis.plugin.SQLOpenPlugin
Open an SQL plugin given a String name and a Map of modes.
OPEN_TYPE - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
OPEN_TYPE_STRING - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
openJournaled(String, FilesystemTransaction, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Open a journaled file.
openJournaled(String, FilesystemTransaction, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a journaled file.
openJournaled(String, FilesystemTransaction, boolean, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a journaled file.
openJournaled(String, FilesystemTransaction, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a journaled file.
openJournaled(String, FilesystemTransaction, boolean, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a journaled file.
openJournaled(String, FilesystemTransaction, boolean, String, String, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a journaled file.
openSelect(String, String, String, String, String, long, String, boolean, List, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file using SELECT.
openSelect(String, String, String, String, String, long, String, boolean, List, boolean, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file using SELECT.
openSelect(String, String, String, String, String, long, String, boolean, String, String, List, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file using SELECT.
openSelect(String, String, String, String, String, long, String, boolean, String, String, List, boolean, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Open a file using SELECT.
OPERATING_SYSTEM - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
OPERATING_SYSTEM - Static variable in interface com.basis.api.admin.BBjAdminJnlpPlatformResourceSection
 
OPERATION_TYPES - Static variable in interface com.basis.api.admin.BBjAdminAuditDB
 
OPTIMIZED_DATE_COLUMNS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Deprecated.
OPTIMIZEDATECOLUMNS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
If set to true, date columns will have optimization available.
ORDERED_NUMERIC_KEY - Static variable in class com.basis.filesystem.Filesystem
Modifier for ordered numeric key segments.
ORDINAL - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
ORDINAL - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
ORIGINAL_NAME - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
ORIGINAL_NAME - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
ORIGINAL_NAME - Static variable in interface com.basis.api.admin.BBjAdminIndex
 
ORIGINAL_NAME - Static variable in interface com.basis.api.admin.BBjAdminTable
Original name of the table.
OS_ARCH - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
OS_LINUX - Static variable in class com.basis.api.admin.BBjAdminJRE
 
OS_MAC - Static variable in class com.basis.api.admin.BBjAdminJRE
 
OS_NAME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
OS_TYPE_MAC - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
OS_TYPE_NIX - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
OS_TYPE_WINDOWS - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
OS_VERSION - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
OS_WINDOWS - Static variable in class com.basis.api.admin.BBjAdminJRE
 
OS_WINDOWS_32 - Static variable in class com.basis.api.admin.BBjAdminJRE
 

P

P5DS_USER_AUTHENTICATION - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
PACKAGE - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
PAD_TERMINATOR - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
PAD_TERMINATOR - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
ParseModes - Class in com.basis.filesystem
The filesystem often needs to handle mode strings for various reasons and a central place to parse this string into a mode map was necessary.
ParseModes() - Constructor for class com.basis.filesystem.ParseModes
 
parseModeString(String) - Static method in class com.basis.filesystem.ParseModes
Parse a mode string into a mode map.
parseModeString(String, boolean) - Static method in class com.basis.filesystem.ParseModes
Parse a mode string into a mode map.
parseModeString(String, Map<String, String>, boolean) - Static method in class com.basis.filesystem.ParseModes
Parse a mode string into a mode map.
PART - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceLibrary
 
PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Password to use to connect to the filesystem server where the trigger job will execute the BBj code to handle the trigger.
PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminBBjReplicationJob
 
PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
PASSWORD_VALIDATION_MIXED_CASE - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
PASSWORD_VALIDATION_MIXED_CASE_NUMBER - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
PASSWORD_VALIDATION_MIXED_CASE_NUMBER_SYMBOL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
PASSWORD_VALIDATION_NONE - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
PATH_SEP - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
PATTERN - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
pause() - Method in interface com.basis.api.admin.BBjAdminIndexBuilderJob
Pauses the index bulder job.
PDF_FONT_PATH - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
PERMISSION_ADD_USER - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to add a new user account.
PERMISSION_ALLOW_ADMIN - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to use the Enterprise Manager.
PERMISSION_ALLOW_ALL - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to perform all administrative related tasks on a server.
PERMISSION_ASYNCH_TRIGGER - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to manage asynchronous triggers.
PERMISSION_ATTACH_EXISTING_DB - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to attach to an existing data dictionary.
PERMISSION_AUDITING - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to manage change audit jobs.
PERMISSION_CLOSE_FILES - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to force-close currently open file channels.
PERMISSION_CONNECTION_POOLS - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view/manage the list of connection pools.
PERMISSION_COPY_JOBS - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view/manage the list of currently configured online copy jobs.
PERMISSION_CREATE_NEW_DB - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to create a new database including new data dictionary.
PERMISSION_CREATE_NEW_TRIGGER - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to create a new file trigger.
PERMISSION_DELETE_DB - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to drop a database.
PERMISSION_DELETE_USER - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to delete a user account.
PERMISSION_DOCUMENT_INDEXES - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to manage document indexes.
PERMISSION_EMAIL_SERVICES - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to manage email services.
PERMISSION_JDBC_CONNECTIONS - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view/manage the list of currently open JDBC/ODBC connections.
PERMISSION_METRICS - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view current metrics page.
PERMISSION_OPEN_FILES - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view the currently open file channels.
PERMISSION_PROCESSES - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view/manage the currently running BBj processes.
PERMISSION_REPLICATION - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to manage replication jobs.
PERMISSION_SCHEDULING - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to configure scheduled and autorun jobs.
PERMISSION_SERVER_CONFIG - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to configure the server.
PERMISSION_SET_PASSWORDS - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to change a user's password other than their own.
PERMISSION_SET_PERMISSIONS - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to set permissions for other users.
PERMISSION_TABLE_ANALYSIS_QUEUE - Static variable in interface com.basis.api.admin.BBjAdminBase
Permission flag to allow user to view/manage the table analysis queue.
PHYSICAL_LINE_NUMBER - Static variable in interface com.basis.api.admin.BBjAdminBBjProcessStackElement
 
PK_TABLE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
PLATFORM - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
PLATFORM_LINUX - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
PLATFORM_MAC - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
PLATFORM_WIN32 - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
PLATFORM_WIN64 - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
PNTR - Static variable in exception com.basis.filesystem.FilesystemException
Corrupt file -- accessing location that does not exist.
PORT - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Port number for the filesystem server where the trigger job will execute the BBj code to handle the trigger.
PORT - Static variable in interface com.basis.api.admin.BBjAdminBBjReplicationJob
 
PORT - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
PORT - Static variable in interface com.basis.api.admin.BBjAdminServer
 
PORT - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
PORT_NAME - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
PORT_NUMBER - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
POST_CLOSE - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
POST_OPEN - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
PRE_CLOSE - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
PRE_OPEN - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
PRECISION - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
PRECISION - Static variable in interface com.basis.api.admin.BBjAdminProcedureParameter
 
PRECISION - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
PREFIXES - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
printByteArray(byte[], PrintWriter) - Static method in class com.basis.filesystem.FileInfo
Helper function to print an array of bytes.
printByteArray(byte[], int, PrintWriter) - Static method in class com.basis.filesystem.FileInfo
Helper function to print an array of bytes.
printData(FilePosition, PrintWriter, int) - Static method in class com.basis.filesystem.FileInfo
Print file data.
printHeader(FilePosition, PrintWriter) - Static method in class com.basis.filesystem.FileInfo
Print file header information.
PRIVATE_KEY - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
PRIVATE_KEY_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminJnlpConfiguration
 
PRIVILEGE_TYPE - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
PRIVILEGE_TYPE_NAME - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
PROCEDURE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
PROCESS_ID - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminAutorunProgram
 
PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminReplicationBBjTask
 
PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminServletConfiguration
 
PROGRAM_AND_ARGS - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
PROGRAM_CODE - Static variable in interface com.basis.api.admin.BBjAdminProcedure
Program source code for the SPROC.
PROGRAM_FILE - Static variable in class com.basis.filesystem.Filesystem
PROGRAM file type.
PROGRAM_NAME - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
PROGRAM_NAME - Static variable in interface com.basis.api.admin.BBjAdminBBjProcessStackElement
 
PROGRAM_NAME - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
PROGRESS - Static variable in interface com.basis.api.admin.BBjAdminIndexBuilderJob
 
PROGRESS - Static variable in interface com.basis.api.admin.BBjAdminReplicationStartProcess
 
PROGRESS - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
PROMPT - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
PROMPT - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
PROTOCOL_VERSION - Static variable in class com.basis.api.admin.BBjAdminFactory
 
publish(BBjAdminWebApplication) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Publish the given web application to the server (uncommitted).
publish() - Method in interface com.basis.api.admin.BBjAdminWebService_1311
Publishes the Web service, making it available to consumers.
put(byte[], byte[]) - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Create a key/value pair available to be read by the BBj program using record-oriented reads.
put(String, String) - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Create a key/value pair available to be read by the BBj program using record-oriented reads.
putKeyDescriptions(KeyDescription[], byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to put KeyDescription objects into a byte array.
putKeyDescriptions(List<KeyDescription>, byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to put KeyDescription objects into a byte array.
putXKeyDescriptions(KeyDescription[], byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to put KeyDescription objects into a byte array.
putXKeyDescriptions(List<KeyDescription>, byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to put KeyDescription objects into a byte array.
putXKeyDescriptions(KeyDescription, byte[], int, int) - Static method in class com.basis.filesystem.util.KeyDescription
Helper function to put KeyDescription objects into a byte array.
PWFAIL - Static variable in exception com.basis.filesystem.FilesystemException
Data mismatch.

Q

QUIET - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
QUIET - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
QUIET - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
QUIET - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 

R

RAM_BUFFER_SIZE - Static variable in interface com.basis.api.admin.BBjAdminLuceneDocumentIndex
 
read() - Method in class com.basis.filesystem.FilesystemInputStream
 
read(byte[]) - Method in class com.basis.filesystem.FilesystemInputStream
 
read(byte[], int, int) - Method in class com.basis.filesystem.FilesystemInputStream
 
read(byte[], int, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the current position and change the position either forwards or backwards.
read(byte[], int, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the current position and change the position either forwards or backwards.
read(byte[], int, int, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the current position and change the position either forwards or backwards.
read(byte[], int, String, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the current position and change the position either forwards or backwards.
read(byte[], int, byte[], int, boolean, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], String, boolean, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], int, boolean, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], String, boolean, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], int, String, boolean, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, byte[], int, String, boolean, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the key given and change the position either forwards or backwards.
read(byte[], int, long, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the index given and change the position either forwards or backwards.
read(byte[], int, long, long, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Read from the index given and change the position either forwards or backwards.
read(byte[], int, long, int) - Method in class com.basis.plugin.DDEPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, int, long, int) - Method in class com.basis.plugin.DDEPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, int) - Method in class com.basis.plugin.DDEPlugin
Read from the key given and change the position either forwards or backwards.
read(byte[], int, long, long, int) - Method in class com.basis.plugin.DDEPlugin
Read from the index given and change the position either forwards or backwards.
read(byte[], int, long, int) - Method in class com.basis.plugin.FSQLPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, int, long, int) - Method in class com.basis.plugin.FSQLPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, int) - Method in class com.basis.plugin.FSQLPlugin
Read from the key given and change the position either forwards or backwards.
read(byte[], int, long, long, int) - Method in class com.basis.plugin.FSQLPlugin
Read from the index given and change the position either forwards or backwards.
read(byte[], int, long, int) - Method in class com.basis.plugin.HashPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, int, long, int) - Method in class com.basis.plugin.HashPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, int) - Method in class com.basis.plugin.HashPlugin
Read from the key given and change the position either forwards or backwards.
read(byte[], int, long, long, int) - Method in class com.basis.plugin.HashPlugin
Read from the index given and change the position either forwards or backwards.
read(byte[], int, long, int) - Method in class com.basis.plugin.RegPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, int, long, int) - Method in class com.basis.plugin.RegPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, int) - Method in class com.basis.plugin.RegPlugin
Read from the key given and change the position either forwards or backwards.
read(byte[], int, long, long, int) - Method in class com.basis.plugin.RegPlugin
Read from the index given and change the position either forwards or backwards.
read(byte[], int, long, int) - Method in class com.basis.plugin.SQLPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, int, long, int) - Method in class com.basis.plugin.SQLPlugin
Read from the current position and change the position either forwards or backwards.
read(byte[], int, byte[], int, int, boolean, long, int) - Method in class com.basis.plugin.SQLPlugin
Read from the key given and change the position either forwards or backwards.
read(byte[], int, long, long, int) - Method in class com.basis.plugin.SQLPlugin
Read from the index given and change the position either forwards or backwards.
READ_ONLY - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
READ_ONLY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Sets the read only status for the entire database.
READ_ONLY - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
READ_ONLY - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
READ_ONLY_SET - Static variable in class com.basis.api.admin.BBjAdminWebServiceMethodParameter
 
readAtCurrentPosition(byte[], int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPosition(ByteBuffer, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPosition(ByteBuf, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPositionWithKey(byte[], int, int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPositionWithKey(byte[], int, int, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPositionWithKey(ByteBuffer, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPositionWithKey(ByteBuffer, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPositionWithKey(ByteBuf, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readAtCurrentPositionWithKey(ByteBuf, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByIndex(byte[], int, int, long, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByIndex(ByteBuffer, long, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByIndex(ByteBuf, long, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByKey(byte[], int, int, byte[], int, int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByKey(byte[], int, int, byte[], int, int, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByKey(ByteBuffer, ByteBuffer, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByKey(ByteBuffer, ByteBuffer, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByKey(ByteBuf, ByteBuf, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readByKey(ByteBuf, ByteBuf, String, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readFieldAtCurrentPosition(byte[], int, int, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readFieldAtCurrentPosition(ByteBuffer, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readFieldAtCurrentPosition(ByteBuf, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readFieldByIndex(byte[], int, int, long, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readFieldByIndex(ByteBuffer, long, long, int) - Method in interface com.basis.filesystem.FilePosition
 
readFieldByIndex(ByteBuf, long, long, int) - Method in interface com.basis.filesystem.FilePosition
 
READONLY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Sets the read only status for the entire database.
REASON - Static variable in interface com.basis.api.admin.BBjAdminReplicationStartProcess
 
rebuildFullTextIndex() - Method in interface com.basis.api.admin.BBjAdminTable
Rebuilds the current FULLTEXT index if one is present.
RECHECK_SESSION_CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
RECOPY_ENABLED - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
True if recopy of file is enabled.
RECORD_SIZE - Static variable in interface com.basis.api.admin.BBjAdminBBjFile
 
RECORD_SIZE - Static variable in interface com.basis.api.admin.BBjAdminTable
Record size of the table's data file.
recover(String, boolean, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
recover(String, boolean, boolean, String) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
recover(String, boolean, boolean, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
recover(String, boolean, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
recover(String, boolean, boolean, String, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
recover(String, boolean, boolean, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
recover(String, boolean, boolean, String, String, String, long) - Method in interface com.basis.filesystem.ConnectionMgr
Recover a recoverable file.
Recover - Class in com.basis.filesystem
Class used as a utility to recover files.
RecoverStatus - Interface in com.basis.filesystem
 
RECURSIVE - Static variable in interface com.basis.api.admin.BBjAdminDocumentLocation
Whether this should be recursive or not.
RECURSIVE - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
REFERENCES - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
refresh() - Method in interface com.basis.api.admin.BBjAdminBase
Refresh properties that may have changed on the server, locally changed properties will not be overridden.
REGEX - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
REGEX_FILTER_METHOD_NAME - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
registerJar(String, String) - Static method in class com.basis.utilities.jarreg.client.JarRegistrar
Creates a new Jar file with the name outputJarName that contains the same manifest and the same set of files as are found in inputJarFile but that also contains the file meta-inf\Basis.key.
RegNative - Class in com.basis.plugin
RegNative This base class loads the RegNative shared library
RegNative() - Constructor for class com.basis.plugin.RegNative
RegNative public constructor for RegNative
RegOpenPlugin - Class in com.basis.plugin
This is the interface used to open an Registry plugin.
RegOpenPlugin() - Constructor for class com.basis.plugin.RegOpenPlugin
 
RegPlugin - Class in com.basis.plugin
This is the interface used to read, write, and get information about open REG plugins.
RegPlugin(String, String, String) - Constructor for class com.basis.plugin.RegPlugin
Constructor called by RegOpenPlugin.
RELATIVE_URL - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceLibrary
 
release() - Method in interface com.basis.api.admin.BBjAdminBase
Release resources held.
RELEASE_ON_LOST_CONNECTION - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
reloadDatabaseConfig() - Method in interface com.basis.api.admin.BBjAdminBase
Reload the Database configuration file.
REMOTE_ACCESS_POLICY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
This is another layer of access that refers specifically to connections coming from machines other than the local machine.
REMOTE_DENY_USERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of users who have been explicitly denied access to the database.
REMOTE_HOST - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
REMOTE_HOST - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
REMOTE_HOST_DESKTOP - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
REMOTE_PORT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
REMOTE_PORT - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
REMOTE_PORT_DESKTOP - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
REMOTE_RO_USERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of users who have read-only access to the database from remote machines.
REMOTE_RW_USERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of users who have read-write access to the database from remote machines.
REMOTE_WHITELIST - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of IP address/hostnames that should NOT be treated as "remote" but rather, follow the permissions defined for local connections.
RemoteCall - Class in com.basis.api.admin
Represents a single call to a remote server including the type of call, the method name, and the parameters.
RemoteCall() - Constructor for class com.basis.api.admin.RemoteCall
Typically used to create an empty instance that will be populated by a call to readObject().
RemoteCall(int, String, Object[]) - Constructor for class com.basis.api.admin.RemoteCall
Typically called to create an instance with all the necessary information that will be sent to a server with a call to the send() method.
remove(byte[], boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Remove the record indicated by a key.
remove(byte[], boolean, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Remove the record indicated by a key.
remove(byte[], int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Remove the record indicated by a key.
remove(byte[], int, boolean, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Remove the record indicated by a key.
remove(long) - Method in interface com.basis.filesystem.LegacyFilePosition
Remove the record indicated by an index.
remove(byte[], int, boolean) - Method in class com.basis.plugin.DDEPlugin
Remove the record indicated by a key.
remove(long) - Method in class com.basis.plugin.DDEPlugin
Remove the record indicated by an index.
remove(byte[], int, boolean) - Method in class com.basis.plugin.FSQLPlugin
Remove the record indicated by a key.
remove(long) - Method in class com.basis.plugin.FSQLPlugin
Remove the record indicated by an index.
remove(byte[], int, boolean) - Method in class com.basis.plugin.HashPlugin
Remove the record indicated by a key.
remove(long) - Method in class com.basis.plugin.HashPlugin
Remove the record indicated by an index.
remove(byte[], int, boolean) - Method in class com.basis.plugin.RegPlugin
Remove the record indicated by a key.
remove(long) - Method in class com.basis.plugin.RegPlugin
Remove the record indicated by an index.
remove(byte[], int, boolean) - Method in class com.basis.plugin.SQLPlugin
Remove the record indicated by a key.
remove(long) - Method in class com.basis.plugin.SQLPlugin
Remove the record indicated by an index.
REMOVE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Remove program to use to handle remove operations when a monitored file has a record removed.
REMOVE_USER - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
removeApplication(String) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Remove the specified application.
removeApplication(String) - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
removeApplication(String) - Method in interface com.basis.api.admin.BBjAdminJnlpConfiguration
Removes the specified JNLP application configuration.
removeBuiApplication(String) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the specified BUI application configuration.
removeByKey(byte[], int, int, boolean, int) - Method in interface com.basis.filesystem.FilePosition
 
removeByKey(ByteBuffer, boolean, int) - Method in interface com.basis.filesystem.FilePosition
 
removeByKey(ByteBuf, boolean, int) - Method in interface com.basis.filesystem.FilePosition
 
removeClearListener(ConnectionMgr.ClearListener) - Method in interface com.basis.filesystem.ConnectionMgr
 
removeConnectionPool(String) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the specified connection pool from the server.
removeContext(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Removes the specified custom context.
removeEmailService(String) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the specified email service configuration from the server.
removeEmailService(String) - Static method in class com.basis.api.admin.BBjAdminEmailServiceConfig
Removes the email service with the specified case-sensitive name from the list of email services.
removeFile(String) - Method in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Removes the specified file from the list of files being monitored.
removeFile(String) - Method in interface com.basis.api.admin.BBjAdminAuditReplicationJob
Removes the specified file from the list of files being audited.
removeJRE(String, String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Removes the JVM package file making it no longer available for download from this server.
removeKey(int) - Method in interface com.basis.filesystem.FilePosition
Remove a key from file.
removeKey(String) - Method in interface com.basis.filesystem.FilePosition
Remove a key from file.
removeMapping(String) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob
Removes the mapping that uses the specified source.
removeReplicationJob(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the replication job identified by the specified UUID.
removeReplicationTarget(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the replication target identified by the specified UUID.
removeResource(BBjAdminResourceUrl) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Remove the resource given by p_adminUrl.
removeSSL(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer_1500
Removes the specified SSL entry.
removeTableSanityMessage(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Removes the specified alert message from the database sanity check table.
removeTarget(boolean) - Method in interface com.basis.api.admin.BBjAdminReplicationTarget
Manually removes the target from the target machine replication configuration.
removeTaskGroup(BBjAdminTaskGroup) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the specified task group from the server.
removeTriggers(String) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the trigger from the specified file.
removeUser(BBjAdminDatabase.UserType, String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Remove a single user of a specified type.
removeWebService(String) - Method in interface com.basis.api.admin.BBjAdminBase
Removes the specified web service from the server.
rename(String, String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Rename a file.
rename(String, String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Rename a file.
renameJournaled(String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Rename a journaled file.
renameJournaled(String, String, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Rename a journaled file.
renewAuthToken(InetAddress, int, boolean, int, String, Locale, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
 
renewAuthToken(String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a default BBjAdmin object.
renewAuthToken(InetAddress, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the default port.
renewAuthToken(InetAddress, int, boolean, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
renewAuthToken(InetAddress, int, boolean, String, String, String) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
renewAuthToken(InetAddress, int, boolean, int, String, Locale) - Static method in class com.basis.api.admin.BBjAdminFactory
Get a BBjAdmin object for a remote BBjServices on the specified port.
REPEAT_DAYS - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
REPEAT_FREQUENCY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Works in conjunction with the repeat type.
REPEAT_TYPE - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Type of repeat that should occur or NONE if it should only run once.
replaceKey(int, KeyDescription) - Method in interface com.basis.filesystem.FilePosition
Replace key in file.
replaceKey(String, KeyDescription) - Method in interface com.basis.filesystem.FilePosition
Replace key in file.
REPLICATION - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
REPLICATION_JOB_ID - Static variable in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
REPLY_TO - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
REQUIRES_RESTART - Static variable in interface com.basis.api.admin.BBjAdminProperty
 
reset() - Method in class com.basis.filesystem.FilesystemInputStream
 
resetBadFile(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBBjReplicationJob_1310
Resets a file to be no longer "bad".
resolveGlobals(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Takes the specified string and resolves any references to global values that are defined in this database definition.
RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentResource
 
RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminBuiResource
 
REST_API_URL - Static variable in interface com.basis.api.admin.BBjAdminElasticsearchDocumentIndex
 
restartBBjServices(boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Tells the remote BBj Services to shutdown and restart.
restartServer() - Method in interface com.basis.api.admin.BBjAdminServer
Restart the server.
RESTRICT - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
resume() - Method in interface com.basis.api.admin.BBjAdminIndexBuilderJob
Called to resume an index builder job when the job had previously been paused.
RETURN_INDEX - Static variable in interface com.basis.api.admin.BBjAdminWebServiceMethod
 
RETURN_TYPE - Static variable in interface com.basis.api.admin.BBjAdminProcedure
SQL data type from Types if the SPROC returns a value as the result.
RETURN_TYPE_PRECISION - Static variable in interface com.basis.api.admin.BBjAdminProcedure
If it returns an SQL type, the precision or length of the return value.
RETURN_TYPE_SCALE - Static variable in interface com.basis.api.admin.BBjAdminProcedure
If it returns an SQL type, the scale if NUMERIC, or 0 if text.
revoke(List<BBjAdminPrivilege>) - Method in interface com.basis.api.admin.BBjAdminDatabase
Revokes the specified list of privileges from this database.
rmdir(String, boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Remove a directory.
rmdir(String, boolean, long) - Method in interface com.basis.filesystem.ConnectionMgr
Remove a directory.
rmdir(String, boolean, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Remove a directory.
rmdir(String, boolean, long, String, String) - Method in interface com.basis.filesystem.ConnectionMgr
Remove a directory.
RMIEnvelope() - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.RMIEnvelope
 
RO_USERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of users who have read-only access to the database.
ROLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
ROLE_ID - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
rollback() - Method in interface com.basis.api.admin.BBjAdminCommitWriter
Roll back all property changes.
rollback() - Method in interface com.basis.filesystem.FilesystemTransaction
Roll back the transaction.
ROLLOVER_DAILY - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROLLOVER_FREQUENCY - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROLLOVER_MONTHLY - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROLLOVER_NONE - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROLLOVER_TYPE - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROLLOVER_WEEKLY - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROLLOVER_YEARLY - Static variable in interface com.basis.api.admin.BBjAdminAuditReplicationJob
 
ROUSERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See RO_USERS
ROW_COUNT - Static variable in interface com.basis.api.admin.BBjAdminTable
Number of rows in the table.
ROWS - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
ROWS - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
RPC - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
run() - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminImplConnectionStream
 
RUN_AS - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
RUN_AS_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
RUN_AS_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
RUN_AS_USER - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
RUN_SERVER - Static variable in interface com.basis.api.admin.BBjAdminServer
 
runBBj(BBjBridgeRequest, BBjBridgeResponse, long) - Method in interface com.basis.bbj.bridge.JavaBBjBridge
Executes the BBj program specified in the request.
RUNNING - Static variable in interface com.basis.api.admin.BBjAdminIndexBuilderJob
 
RUNNING - Static variable in interface com.basis.api.admin.BBjAdminReplicationStartProcess
 
RUNNING - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
RUNTIME_MGR - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
RW_USERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Comma-separated list of users who have read-write access to the database.
RWUSERS - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See RW_USERS

S

SAML_IDP_CERT_FINGERPRINT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_CERT_FINGERPRINT_ALGORITHM - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_ENTITY_ID - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_ROLE_ATTRIBUTE - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_ROLE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_SLS_BINDING - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_SLS_RESPONSE_URL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_SLS_URL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_SSO_BINDING - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_SSO_URL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_IDP_X509_CERT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_ORG_DISPLAY_NAME - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_ORG_LANG - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_ORG_NAME - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_ORG_URL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_AUTHN_REQUEST_SIGNED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_LOGOUT_REQUEST_SIGNED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_LOGOUT_RESPONSE_SIGNED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_NAME_ID_ENCRYPTED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_REQUESTED_AUTHN_CONTEXT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_REQUESTED_AUTHN_CONTEXT_COMPARISON - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_SIGNATURE_ALGORITHM - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_WANT_ASSERTIONS_ENCRYPTED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_WANT_ASSERTIONS_SIGNED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_WANT_MESSAGES_SIGNED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SECURITY_WANT_NAME_ID_ENCRYPTED - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_ACS_BINDING - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_ACS_URL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_ENTITY_ID - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_PRIVATE_KEY - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_SLS_BINDING - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_SLS_URL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SP_X509_CERT - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SUPPORT_EMAIL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_SUPPORT_NAME - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_TECHNICAL_EMAIL - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SAML_TECHNICAL_NAME - Static variable in interface com.basis.api.admin.BBjAdminConfiguration
 
SATURDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Saturday in the repeat days.
save(String) - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobConfig
Save the current online copy job configuration.
SCALE - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
SCALE - Static variable in interface com.basis.api.admin.BBjAdminProcedureParameter
 
SCALE - Static variable in interface com.basis.api.admin.BBjAdminTypeDef
 
SCALL - Static variable in interface com.basis.api.admin.BBjAdminReplicationSCALLTask
 
SCAN_ALL_ROOTS - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
SCAN_FREQUENCY - Static variable in interface com.basis.api.admin.BBjAdminDocumentIndex
Number of seconds the document index waits before scanning the document locations for new or modified documents.
SCHEDULING - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
SCHEMA - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
SCHEMA - Static variable in interface com.basis.api.admin.BBjAdminTable
Schema name for the table.
SCHEUDULING_PREFIX - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Not a property.
SCOPE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
SCOPE - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
SCORE - Static variable in interface com.basis.api.admin.BBjAdminQueryAnalysis
 
search(String, int) - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Executes a search on this document archive and returns a list of the documents that match the search query.
SEARCH - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
SEARCH - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
searchWithPreview(String, int, int) - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Executes a search on this document archive and returns a list of the documents that match the search query.
SECURE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SECURE - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
SECURE - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
SECURE - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
SECURE - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
SECURE - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
SECURE_CLIENT - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
SECURE_DESKTOP - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SECURE_DESKTOP_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SECURE_NTDS_ENCRYPTER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
SECURE_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SECURE_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
SEGMENT_BUS - Static variable in class com.basis.filesystem.util.KeySegment
 
SEGMENT_CASE_INSENSITIVE - Static variable in class com.basis.filesystem.util.KeySegment
 
SEGMENT_NORMAL - Static variable in class com.basis.filesystem.util.KeySegment
 
SEGMENT_ORDERED_NUMERIC - Static variable in class com.basis.filesystem.util.KeySegment
 
SELECT - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
SELECT - Static variable in interface com.basis.api.admin.BBjAdminView
 
SEND_MSG_RESPONSES - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
sendAsyncCommand(Command) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection
 
sendMessage(BBjAdminEmailMessage) - Method in interface com.basis.api.admin.BBjAdminEmailService
 
sendMessage(BBjAdminEmailMessage) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
sendResponse(<any>) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminImplConnection
 
sendResponse(<any>) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminImplConnectionStream
 
sendSyncCommand(Command) - Method in class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection
 
SEQUENCE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
SERIAL_FILE - Static variable in class com.basis.filesystem.Filesystem
SERIAL file type.
serialNumber() - Method in class com.basis.filesystem.License
 
SERVER - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
SERVER - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
SERVER - Static variable in class com.basis.api.admin.RemoteCall
 
SERVER_CONFIG - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
SERVER_HOST - Static variable in interface com.basis.api.admin.BBjAdminServerInformation
 
SERVER_PORT - Static variable in interface com.basis.api.admin.BBjAdminServerInformation
 
SERVICE_NAME - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
Services - Class in com.basis.filesystem
 
Services() - Constructor for class com.basis.filesystem.Services
 
SESSION_PINNING - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
SESSION_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
SESSION_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
SET_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
SET_NULL - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
SET_PASSWORDS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
SET_PERMISSIONS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
setAccessPolicy(BBjAdminDatabase.AccessPolicy) - Method in interface com.basis.api.admin.BBjAdminDatabase
Set the current access policy.
setAddBadFile(BBjAdminAsyncTriggerAddBadFileEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setAddBadFile(BBjAdminReplicationAddBadFileEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setAdminOnlyMode(boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Tells the server to set itself into admin only mode the next time it is restarted.
setAdvisory(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setAdvisory(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setAlertCode(int) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setAlertType(int) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
setApplicationIcon(BBjAdminResourceUrl) - Method in interface com.basis.api.admin.BBjAdminWebApplication
 
setArgumentList(List<String>) - Method in interface com.basis.api.admin.BBjAdminWebApplication
Set the program arguments.
setAsyncTriggerJobId(String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEventHandler
 
setAsyncTriggerJobId(String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setAsyncTriggerJobName(String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEventHandler
 
setAsyncTriggerJobName(String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setAsyncTriggerJobs(Map<String, BBjAdminAsyncTriggerJobEventHandlerGroup>) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setAuthor(BBjAdminGitPerson) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setAuthType(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setAutorunConfiguration(BBjAdminAutorun) - Method in interface com.basis.api.admin.BBjAdminBase
Set the autorun configuration (not committed).
setBackground(Boolean) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setBbjProcCount(BBjAdminProcessesCountEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setBbjProcHungProcess(BBjAdminProcessesHungProcessEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setBbjProcProcessNotRunning(BBjAdminProcessesProcessNotRunningEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setBoolean(String, boolean) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the boolean value of a property.
setBytes(byte[]) - Method in class com.basis.api.admin.BBjAdminEmailAttachment
Set the byte array contents for the file.
setBytes(long) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setBytes(byte[]) - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
setBytes() makes bytes available to be read by the BBj program using byte-oriented reads.
setBytesFromFile(File) - Method in class com.basis.api.admin.BBjAdminEmailAttachment
Helper method to set the byte array for the file by specifying the java.io.File instead of a byte array.
setBytesTransferred(long) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setClassName(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
setClasspath(String, List<String>) - Method in interface com.basis.api.admin.BBjAdminBase
Sets the list of items that make up the specified named classpath.
setColumn(String) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setColumns(BBjAdminList<BBjAdminColumn>) - Method in interface com.basis.api.admin.BBjAdminTable
Set a new list of columns for this table (not committed).
setComment(String) - Method in interface com.basis.filesystem.FilePosition
Set user file comment.
setCommitter(BBjAdminGitPerson) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setConnectionID(String) - Method in interface com.basis.filesystem.ConnectionMgr
Set the connection id.
setConnectionTime(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setConnectProperties(Properties) - Method in interface com.basis.api.admin.BBjAdminConnectionPool
 
setConsole(String) - Method in interface com.basis.filesystem.ConnectionMgr
 
setCount(long) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoValue
 
setCrossReferences(BBjAdminList<BBjAdminCrossReference>) - Method in interface com.basis.api.admin.BBjAdminTable
Sets the list of cross references (foreign keys) on this table.
setCurrentError(Throwable) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setData(String) - Method in class com.basis.api.admin.client.JSON_Info
 
setData(ObjectNode) - Method in class com.basis.api.admin.client.JSON_Info
 
setDatabase(String) - Method in class com.basis.api.admin.BBjAdminTableSanity
 
setDatabaseName(String) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setDatabaseRoot(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setDateHandlers(BBjAdminSet<BBjAdminDatabase.DateHandler>) - Method in interface com.basis.api.admin.BBjAdminDatabase
Set the set of date handlers.
setDefault(boolean) - Method in class com.basis.api.admin.BBjAdminJRE
 
setDefaultFrom(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setDefaultOpenTimeout(long) - Method in interface com.basis.filesystem.ConnectionMgr
Set the default open timeout.
setDefaultReplyTo(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setDescription(String) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminBuiApplication
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminBuiConfiguration
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminColumn
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminConnectionPool
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminCrossReference
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminEmailService
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminIndex
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminJnlpConfiguration
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminProcedure
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminSequence
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminServer
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminTable
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminTriggers
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminTypeDef
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminView
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDescriptiveProperties(BBjAdminList<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminWebService
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.
setDestinationDatabase(DatabaseConfig) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setDestKeyNames(List<String>) - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileConfig
Set the names of the destination keys.
setDestKeys(List<KeyDescription>) - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileConfig
Set a list of the destination keys.
setDirectConnectionMgr(Class<? extends DirectConnectionMgr>) - Static method in class com.basis.filesystem.Filesystem
Set the class for the lowest ConnectionMgr access.
setDirectory(String) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
setDirectory(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
setDiskFreeDiskSpaceLow(BBjAdminDiskSpaceLowEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setDisksyn(Map) - Method in interface com.basis.filesystem.ConnectionMgr
Set disksyn map.
setDiskSyns(Map<Character, String>) - Method in interface com.basis.api.admin.BBjAdminFilesystemServer
Set disksyns.
setDisplayValue(String) - Method in class com.basis.api.admin.BBjAdminValue
 
setDouble(String, double) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the double value of a property.
setEmail(String) - Method in class com.basis.api.admin.BBjAdminGitPerson
 
setEnabled(boolean) - Method in interface com.basis.api.admin.BBjAdminAppDeploymentDemo
 
setEnabled(boolean) - Method in interface com.basis.api.admin.BBjAdminBuiDemo
 
setEnabled(boolean) - Method in interface com.basis.api.admin.BBjAdminJnlpDemo
 
setEnabled(boolean) - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Sets the job enabled/disabled.
setEnabled(boolean) - Method in interface com.basis.api.admin.BBjAdminTaskGroup
Enables or disables the task group.
setEnabled(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setEnabled(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
setEnabledState(BBjAdminAsyncTriggerEnabledStateEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setEnabledState(BBjAdminReplicationEnabledStateEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setEnforceEnterprise(boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Set whether the ConnectionMgr should enforce the enterprise license.
setError(String) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setErrorOccurred(BBjAdminAsyncTriggerErrorEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setErrorOccurred(BBjAdminReplicationErrorEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setException(Exception) - Method in exception com.basis.api.admin.BBjAdminStartupException
 
setExpiration(String) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setExtracted(long) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setFallBehind(BBjAdminAsyncTriggerFallBehindEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setFallBehind(BBjAdminReplicationFallBehindEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setFeature(String) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setFieldMaps(BBjAdminSet<? extends BBjAdminOnlineCopyJobFieldMap>) - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobFileConfig
Set the column map from source columns to destination columns.
setFile(String) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setFileConfigs(BBjAdminSet<? extends BBjAdminOnlineCopyJobFile>) - Method in interface com.basis.api.admin.BBjAdminOnlineCopyJobConfig
Set the set of files to copy.
setFilename(String) - Method in class com.basis.api.admin.BBjAdminEmailAttachment
Sets the filename for the attached file.
setFileType(int) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
setForeignKeyColumns(BBjAdminList<String>) - Method in interface com.basis.api.admin.BBjAdminCrossReference
Set a new list of from-columns
setFree(long) - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
setFullMessage(String) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setFullPath(String) - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
setGroupId(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setHandlerClasspath(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setHandlerClasspath(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setHandlerConfig(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setHandlerConfig(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setHandlerPassword(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setHandlerPassword(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setHandlerProgram(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setHandlerProgram(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setHandlerUser(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setHandlerUser(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setHandlerWorkingDir(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setHandlerWorkingDir(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setHost(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setHost(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setHost(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setHost(InetAddress) - Method in interface com.basis.filesystem.ConnectionMgr
 
setId(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setId(String) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setId(String) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setId(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setIDString(String) - Method in interface com.basis.filesystem.FilePosition
Set the ID string.
setIndex(String) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setIndex(String) - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
setIndexes(BBjAdminList<BBjAdminIndex>) - Method in interface com.basis.api.admin.BBjAdminTable
Set a new list of indexes for this table (not committed).
setInfo31(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setInitFile(BBjAdminAsyncTriggerInitFileEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setInitFile(BBjAdminReplicationInitFileEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setInstanceId(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setInt(String, int) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the integer value of a property.
setJob(BBjAdminReplicationJob) - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
Sets the replication job associated with this task group.
setJobId(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setJobId(String) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEnabledStateEventHandler
 
setJobId(String) - Method in class com.basis.api.admin.events.BBjAdminReplicationEnabledStateEventHandler
 
setJRE(String) - Method in class com.basis.api.admin.BBjAdminJRE
 
setKeep(long) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setKeyName(int, String) - Method in interface com.basis.filesystem.FilePosition
Set key name for a key number.
setKeyName(String, String) - Method in interface com.basis.filesystem.FilePosition
Set key name for a key name.
setKeyNum(int) - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
setLastAnalysis(String) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
setLastAnalysisException(String) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo.AnalysisInfo
 
setLastAnalysisInfo(BBjAdminSimpleTableInfo.AnalysisInfo) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
setLastNotification(Long) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setLastNotification(Long) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setLastTimestamp(long) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setLastWaitForLog(long) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setLayout(String) - Method in class com.basis.api.admin.client.JSON_Info
 
setLicenseCheckoutFailed(BBjAdminLicenseCheckoutFailedEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setLineListing(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setLineListing(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
setList(String, BBjAdminList) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the BBjAdminList value of a property.
setLoadImage(BBjAdminResourceUrl) - Method in interface com.basis.api.admin.BBjAdminWebApplication
 
setLocked(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setLog(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setLong(String, long) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the long value of a property.
setMaxPoolSize(int) - Method in class com.basis.bbj.webservice.BBjWSImpl
set max number of JavaBBjBridges in pool
setMaxSize(long) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setMemoryFreeMemoryTooLow(BBjAdminMemoryFreeMemoryTooLowEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setMemoryOutOfMemory(BBjAdminMemoryOutOfMemoryEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setMessage(String) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setMessage(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setMessage(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setMessages(List<BBjAdminTableSanityMessage>) - Method in class com.basis.api.admin.BBjAdminTableSanity
 
setMethodName(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
setMethodName(String) - Method in class com.basis.api.admin.RemoteCall
 
setMissingSourceColumns(BBjAdminList<BBjAdminColumn>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setMissingSourceIndexes(BBjAdminList<BBjAdminIndex>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setMissingSourceProcedures(BBjAdminList<BBjAdminProcedure>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setMissingSourceSequences(BBjAdminList<BBjAdminSequence>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setMissingSourceTables(BBjAdminList<BBjAdminTable>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setMissingSourceTypeDefinitions(BBjAdminList<BBjAdminTypeDef>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setMissingSourceViews(BBjAdminList<BBjAdminView>) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setModes(String) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setModes(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setModified(Date) - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
setNagProcess(NagProcess) - Method in interface com.basis.filesystem.ConnectionMgr
Set the NagProcess that will be used to process the nag message for licensing.
setName(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setName(String) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setName(String) - Method in class com.basis.api.admin.BBjAdminGitPerson
 
setName(String) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
setName(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setName(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setNanoseconds(long) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoValue
 
setNotificationBcc(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setNotificationBcc(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setNotificationCc(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setNotificationCc(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setNotificationEmailService(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setNotificationEmailService(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setNotificationReplyTo(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setNotificationReplyTo(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setNotificationSubject(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setNotificationSubject(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setNotificationTo(String) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setNotificationTo(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setNotResponding(Integer) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setNumberInUse(int) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setOpen(String) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
setOpenType(int) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setOpenTypeString(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setOperationType(String) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setOptions(String) - Method in interface com.basis.filesystem.FilePosition
Set options.
setOs(String) - Method in class com.basis.api.admin.BBjAdminJRE
 
setParameters(BBjAdminList<BBjAdminProcedureParameter>) - Method in interface com.basis.api.admin.BBjAdminProcedure
Set the list of available parameters for the SPROC.
setParameters(Object[]) - Method in class com.basis.api.admin.RemoteCall
 
setPassword(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setPassword(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setPassword(String) - Method in interface com.basis.filesystem.ConnectionMgr
 
setPaused(boolean) - Method in interface com.basis.api.admin.BBjAdminDocumentIndex
Pauses/resumes the indexing of this document index.
setPersistOnTimeout(boolean) - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
used by BridgeServerInstance to inform heartStopped methods that it does not wish to disconnect on timeout
setPhysicalLineNumber(Integer) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
setPort(Integer) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setPort(int) - Method in exception com.basis.api.admin.BBjAdminStartupException
 
setPort(int) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setPrefix(String) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
setPrefixes(List<String>) - Method in interface com.basis.api.admin.BBjAdminFilesystemServer
Set prefixes.
setPrefixes(List) - Method in interface com.basis.filesystem.ConnectionMgr
Set the prefix list used for opening files.
setPrefixes(String) - Method in interface com.basis.filesystem.ConnectionMgr
Set the prefix list used for opening files from a String path.
setPrefixes(String, char) - Method in interface com.basis.filesystem.ConnectionMgr
Set the prefix list used for opening files from a String path given a separator character.
setPrimaryKeyColumns(BBjAdminList<String>) - Method in interface com.basis.api.admin.BBjAdminCrossReference
Set a new list of from-columns
setPrivileges(int, String, BBjAdminList<BBjAdminPrivilege>) - Method in interface com.basis.api.admin.BBjAdminDatabase
Convenience method to allow efficient setting of a large group of permissions in a single API call.
setProcessId(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setProgram(String) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setProgramName(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setProgramName(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
setProgramName(String) - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Sets the name of the program to be run.
setProgramParameters(String) - Method in interface com.basis.bbj.bridge.BBjBridgeRequest
Sets command-line parameters to be provided to the program.
setPrograms(BBjAdminList<BBjAdminAutorunProgram>) - Method in interface com.basis.api.admin.BBjAdminAutorun
Set the set of autorun programs.
setProperties(Map<String, Object>) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set properties as a group from a Map.
setReadOnly(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setRecopyInitiated(BBjAdminAsyncTriggerRecopyInitiatedEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setRecopyInitiated(BBjAdminReplicationRecopyInitiatedEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setRecordCount(long) - Method in class com.basis.api.admin.BBjAdminSimpleTableInfo
 
setReplicationJobEnabled(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Enables/Disables the specified replication job.
setReplicationJobId(String) - Method in class com.basis.api.admin.events.BBjAdminReplicationEventHandler
 
setReplicationJobId(String) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setReplicationJobName(String) - Method in class com.basis.api.admin.events.BBjAdminReplicationEventHandler
 
setReplicationJobName(String) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setReplicationJobs(Map<String, BBjAdminReplicationJobEventHandlerGroup>) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setResetBadFile(BBjAdminAsyncTriggerResetBadFileEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setResetBadFile(BBjAdminReplicationResetBadFileEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setResolved(String) - Method in class com.basis.api.admin.BBjAdminFileOpenInfoKey
 
setRolloverFrequency(int) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setRolloverType(int) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setSamlProperties(List<BBjAdminProperty>) - Method in interface com.basis.api.admin.BBjAdminConfiguration
This call updates the SAML settings in the saml.properties file immediately upon making this call.
setSanityId(String) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setScanAllRoots(boolean) - Method in interface com.basis.filesystem.ConnectionMgr
Set whether or not the prefix scan should check all roots.
setScore(long) - Method in class com.basis.api.admin.client.BBjAdminClientQueryDataScore
 
setSecurityInvalidPassword(BBjAdminSecurityInvalidPasswordEventHandler) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setSerialNumber(long) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setSerialNumber(String) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setServer(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setServerConfigurations(BBjAdminMap<BBjAdminServer.ServerType, BBjAdminSet<BBjAdminServer>>) - Method in interface com.basis.api.admin.BBjAdminBase
Set the server configuration (not committed).
setServerConfigurations(BBjAdminServer.ServerType, BBjAdminSet<BBjAdminServer>) - Method in interface com.basis.api.admin.BBjAdminBase
Set the server configurations for a single type of server (not committed).
setServerName(String) - Method in exception com.basis.api.admin.BBjAdminStartupException
 
setServerNum(int) - Method in exception com.basis.api.admin.BBjAdminStartupException
 
setShortMessage(String) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setShouldCommitUpdateDataFile(boolean) - Method in interface com.basis.api.admin.BBjAdminTable
Sets whether a commit should also update/create the data file, or if is should only make changes to the data dictionary.
setSingleUserPermissions(BBjAdminUserPermissions) - Method in interface com.basis.api.admin.BBjAdminBase
Set an individual user's permissions (not committed).
setSize(long) - Method in class com.basis.api.admin.client.BBjAdminClientOSFile
 
setSourceDatabase(DatabaseConfig) - Method in interface com.basis.api.admin.BBjAdminDictionaryMigrationInfo
 
setSscpName(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setSsl(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setStack(List<BBjAdminClientBBjProcessStackElement>) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setStartProcessCount(int) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setStartTime(long) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setStatus(int) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setString(String, String) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the String value of a property.
setStyleSheet(BBjAdminResourceUrl) - Method in interface com.basis.api.admin.BBjAdminWebApplication
 
setSynchronous(boolean) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setSyncProgressListener(Object) - Method in class com.basis.api.admin.BBjAdminSupportUploadJob
 
setTable(String) - Method in class com.basis.api.admin.BBjAdminTableSanity
 
setTableAnalysisEnabled(String, boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Enables or disabled the ability to perform a table analysis on the specified database.
setTargetConnection(BBjAdminAsyncTriggerTargetConnectionEventHandler) - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
setTargetConnection(BBjAdminReplicationTargetConnectionEventHandler) - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
setTasks(BBjAdminList<BBjAdminReplicationTask>) - Method in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
setTasks(BBjAdminList<BBjAdminTask>) - Method in interface com.basis.api.admin.BBjAdminTaskGroup
 
setTasks(BBjAdminList<BBjAdminTask>) - Method in class com.basis.api.admin.client.BBjAdminClientTaskGroup
 
setTemplate(String) - Method in interface com.basis.api.admin.BBjAdminTable
Very powerful, helpful method to set all the column definitions at one time from a standard BBj string template.
setTime(int) - Method in class com.basis.api.admin.BBjAdminGitCommit
 
setTimeout(int) - Method in interface com.basis.filesystem.FilePosition
Set the default timeout.
setTimestamp(long) - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
setTimestamp(Date) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setTimestamp(long) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setTotal(long) - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
setTotalUserCount(int) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setTriggers(BBjAdminTriggers) - Method in interface com.basis.api.admin.BBjAdminBase
Set the trigger configuration for a file (not committed).
setType(BBjAdminDatabase.DatabaseType) - Method in interface com.basis.api.admin.BBjAdminDatabase
Set the database type.
setType(BBjAdminType) - Method in interface com.basis.api.admin.BBjAdminProperty
 
setType(int) - Method in class com.basis.api.admin.BBjAdminTableSanityMessage
 
setType(BBjAdminType) - Method in class com.basis.api.admin.BBjAdminValue
 
setType(int) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setType(int) - Method in class com.basis.api.admin.RemoteCall
 
setUmask(int) - Method in interface com.basis.filesystem.ConnectionMgr
 
setUnique(boolean) - Method in class com.basis.filesystem.util.KeyDescription
Set that this key is unique.
setUsed(long) - Method in class com.basis.api.admin.BBjAdminMemoryUsage
 
setUser(String) - Method in class com.basis.api.admin.BBjAdminEmailServiceConfig
 
setUser(String) - Method in class com.basis.api.admin.client.BBjAdminClientAuditDBItem
 
setUser(String) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcess
 
setUser(String) - Method in class com.basis.api.admin.client.BBjAdminClientOpenFile
 
setUser(String) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
setUser(String) - Method in interface com.basis.filesystem.ConnectionMgr
Set the default user name for this ConnectionMgr.
setUserLineNumber(Integer) - Method in class com.basis.api.admin.client.BBjAdminClientBBjProcessStackElement
 
setUserPermissions(BBjAdminSet<BBjAdminUserPermissions>) - Method in interface com.basis.api.admin.BBjAdminBase
Set permissions for a whole set of users (not committed).
setUsers(BBjAdminDatabase.UserType, Set<String>) - Method in interface com.basis.api.admin.BBjAdminDatabase
Set all of the users of a specified type.
setValidValues(BBjAdminList<BBjAdminValue>) - Method in interface com.basis.api.admin.BBjAdminProperty
 
setValue(Serializable) - Method in interface com.basis.api.admin.BBjAdminProperty
 
setValue(String, Object) - Method in interface com.basis.api.admin.BBjAdminPropertyWriter
Set the object value of a property.
setValue(Serializable) - Method in class com.basis.api.admin.BBjAdminValue
 
setValue(String) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setValueChanged(boolean) - Method in interface com.basis.api.admin.BBjAdminProperty
 
setVendorString(String) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setVersion(String) - Method in class com.basis.api.admin.client.BBjAdminLicenseFeatureInfo
 
setWaitBetweenNotfications(Long) - Method in class com.basis.api.admin.events.BBjAdminEventHandler
 
setWaitBetweenNotifications(Long) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
setWaitingToDisable(long) - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
SHORT_DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
SHORTCUT_DESCRIPTION - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SHORTCUT_ICON_RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SHORTCUT_ICON_RESOURCE_ID - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
SHORTCUT_NAME - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
shouldCommitUpdateDataFile() - Method in interface com.basis.api.admin.BBjAdminTable
Should commit update the data file?
shouldCommitUpdateDataFile(boolean) - Method in interface com.basis.api.admin.BBjAdminTable
shouldNag() - Method in interface com.basis.filesystem.ConnectionMgr
 
SHOW_BROWSER_WARNING - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SHOW_BROWSER_WARNING - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
SHOW_BROWSER_WARNING - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
SHOW_BROWSER_WARNING - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
SHOW_BROWSER_WARNING - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
SHOW_BROWSER_WARNING - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
SHOW_BROWSER_WARNING_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SHOW_BROWSER_WARNING_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
SHOW_CLIENT_CONFIRMATION_DIALOG - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
SHOW_CLIENT_CONFIRMATION_DIALOG - Static variable in interface com.basis.api.admin.BBjAdminWebAppServer
 
SHOW_CONFIRM_CLOSE_DIALOG - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SHOW_CONFIRM_CLOSE_DIALOG - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentConfiguration
 
SHOW_CONFIRM_CLOSE_DIALOG - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
SHOW_CONFIRM_CLOSE_DIALOG - Static variable in interface com.basis.api.admin.BBjAdminBuiConfiguration
 
SHOW_CONFIRM_CLOSE_DIALOG_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
SHOW_CONFIRM_CLOSE_DIALOG_USE_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
shutdownBBjServices(boolean) - Method in interface com.basis.api.admin.BBjAdminBase
Tells BBj Services to shutdown.
SIZE - Static variable in interface com.basis.api.admin.BBjAdminFile
 
SIZE - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceLibrary
 
SIZE_LIMIT - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
skip(long) - Method in class com.basis.filesystem.FilesystemInputStream
 
SKIP_IDENT_VERIFICATION - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
SKIP_IDENT_VERIFICATION - Static variable in interface com.basis.api.admin.BBjAdminServer
 
SKIP_PROGRAM_CACHE_FILE - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
SKIP_RHOST_VERIFICATION - Static variable in interface com.basis.api.admin.BBjAdminServer
 
SOURCE - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
SOURCE_DIR - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
SOURCE_FIELD - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFieldMap
 
SOURCE_FILE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
SOURCE_FILE_NAME - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentResource
 
SOURCE_FILE_NAME - Static variable in interface com.basis.api.admin.BBjAdminBuiResource
 
SOURCE_FILE_NAME - Static variable in interface com.basis.api.admin.BBjAdminResourceUrl
 
SOURCE_LOCATION - Static variable in interface com.basis.api.admin.BBjAdminProcedure
Location of the source code run by the SPROC when executed via an SQL CALL statement.
SOURCE_TEMPLATE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFile
 
SPECIAL - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
SPECIAL_BUSINESS_MATH - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
SPECIAL_CASE_INSENSITIVE - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
SPECIAL_NORMAL - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
SPECIAL_ORDERED_NUMERIC - Static variable in interface com.basis.api.admin.BBjAdminIndexSegment
 
SPROC_CLASSPATH - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Alternate classpath to use for stored procedure interpreters if the default classpath is not desireable.
SPROC_DEBUG - Static variable in interface com.basis.api.admin.BBjAdminDatabase
If set to true, dot-step debugging is available when executing stored procedures.
SPROC_RUN_AS_USER - Static variable in interface com.basis.api.admin.BBjAdminDatabase
True/false whether stored procedures should be run as the system user or as the user who connected to the database.
SQL - Static variable in interface com.basis.api.admin.BBjAdminDatabaseStatement
 
SQL_CONNECTIONS - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
SQL_FACTORY - Static variable in interface com.basis.api.admin.BBjAdminDatabase
BBjSQLFactory implementation class (including package) used to provide custom scalar/group functions accessible by this database.
SQL_FACTORY_SSCP - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Session Specific Classpath (SSCP) containing reference to the JAR used to provide custom scalar/group functions accessible by this database.
SQL_TYPE - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
SQL_TYPE - Static variable in interface com.basis.api.admin.BBjAdminProcedureParameter
 
SQLOpenPlugin - Class in com.basis.plugin
This is the interface used to open an SQL plugin.
SQLOpenPlugin() - Constructor for class com.basis.plugin.SQLOpenPlugin
 
SQLPlugin - Class in com.basis.plugin
This is the interface used to read, write, and get information about open SQL plugins.
SSCP_NAME - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
SSL - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
True if the filesystem server where the trigger job will execute the BBj code to handle the trigger is using SSL.
SSL - Static variable in interface com.basis.api.admin.BBjAdminBBjReplicationJob
 
SSL_LINK - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentDemo
 
SSL_LINK - Static variable in interface com.basis.api.admin.BBjAdminBuiDemo
 
SSL_LINK - Static variable in interface com.basis.api.admin.BBjAdminJnlpDemo
 
SSL_PORT_NUMBER - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
SSL_TRUST_STORE - Static variable in interface com.basis.api.admin.BBjAdminServer
 
SSL_TRUST_STORE_PASSWORD - Static variable in interface com.basis.api.admin.BBjAdminServer
 
START - Static variable in interface com.basis.api.admin.BBjAdminSequence
 
start() - Method in interface com.basis.api.admin.BBjAdminTableAnalysisJob
Called to start an analysis job.
start() - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Start the Web Application Server.
START_DATE - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Date and time that this group should start.
START_TIME - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
startAnalysis() - Method in interface com.basis.api.admin.BBjAdminTable
Starts table analysis on this table.
startNag(String, String) - Method in interface com.basis.filesystem.NagProcess
 
startOnlineCopyJob(BBjAdminOnlineCopyJobConfig) - Method in interface com.basis.api.admin.BBjAdminBase
Start an online copy job.
startServer() - Method in interface com.basis.api.admin.BBjAdminServer
Start the individual server instance as currently committed.
STATE_COPYING_FILES - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
State of the job indicating it is currently copying files from the source to the target.
STATE_ERROR - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
State of the job indicating it currently has an error condition.
STATE_NOT_SINCE_START - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
State of the job indicating it is not yet up to date since starting the job initially.
STATEMENT_COUNT - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
STATEMENT_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Timeout in SECONDS for database file operations on statement execution and result set fetching.
STATUS - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplication
 
STATUS - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
STATUS_BUILDING - Static variable in class com.basis.api.admin.BBjAdminSupportUploadJob
 
STATUS_COMPLETE - Static variable in class com.basis.api.admin.BBjAdminSupportUploadJob
 
STATUS_FAILED - Static variable in class com.basis.api.admin.BBjAdminSupportUploadJob
 
STATUS_IN_PROGRESS - Static variable in class com.basis.api.admin.BBjAdminSupportUploadJob
 
stop() - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Stop the Web Application Server.
stopNag(String) - Method in interface com.basis.filesystem.NagProcess
 
STOPS - Static variable in interface com.basis.api.admin.BBjAdminReplicationFileStats
 
stopServer() - Method in interface com.basis.api.admin.BBjAdminServer
Stop the server.
STOPWORDS_LANG - Static variable in interface com.basis.api.admin.BBjAdminLuceneDocumentIndex
 
STOPWORDS_LANG - Static variable in interface com.basis.api.admin.BBjAdminTable
Lucene stopwords language code to use for the FULLTEXT index if one is present on this table.
STRICT_KEY_CHECKING - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Used by CREATE TABLE.
STRICTKEYCHECKING - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See STRICT_KEY_CHECKING
STRING_FILE - Static variable in class com.basis.filesystem.Filesystem
STRING file type.
SUBJECT - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
SUNDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Sunday in the repeat days.
SUPPORT_UPLOAD_COMPANY - Static variable in interface com.basis.api.admin.BBjAdminBase
Company name to use when sending a support upload to BASIS.
SUPPORT_UPLOAD_SENDER_EMAIL - Static variable in interface com.basis.api.admin.BBjAdminBase
Email address to use to let BASIS support know who sent a support upload.
SUPPORT_UPLOAD_SUPPORT_INCIDENT_ID - Static variable in interface com.basis.api.admin.BBjAdminBase
Support incident ID to use when sending a support upload to BASIS.
SUPPRESS_CLIENT_OBJECT_ERRORS - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
SUPPRESS_PRINTER_ACK_BACK - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
SUPPRESS_SPLASH - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
SUPPRESS_UI_ACK_BACK - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
sync() - Method in interface com.basis.filesystem.FilePosition
Flush write caches.
SyncEnvelope(Command) - Constructor for class com.basis.api.admin.BBjAdminFactory.BBjAdminStubConnection.SyncEnvelope
 
SYNCHRONOUS - Static variable in interface com.basis.api.admin.BBjAdminReplicationJob
Deprecated.
SYNTAXERR - Static variable in exception com.basis.filesystem.FilesystemException
Syntax Error.
SYSTEM - Static variable in interface com.basis.api.admin.BBjAdminProcedure
True if the SPROC is a system SPROC.
SYSTEM_MEMORY_OVERFLOW - Static variable in exception com.basis.filesystem.FilesystemException
System memory overflow.
SYSTEMERR - Static variable in exception com.basis.filesystem.FilesystemException
General system error.

T

TABLE - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
TABLE - Static variable in interface com.basis.api.admin.BBjAdminIndex
 
TABLE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
TABLE - Static variable in interface com.basis.api.admin.BBjAdminQueryAnalysis
 
TABLE_ANALYSIS_QUEUE - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
TABLE_NAME - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
TARGET_DIR - Static variable in interface com.basis.api.admin.BBjAdminReplicationFilter
 
TCPS_HEARTBEAT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
TCPS_PRELOAD - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
TCPS_TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
TEMPLATE - Static variable in interface com.basis.api.admin.BBjAdminTable
String template used to define the table.
TERMINAL - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
TERMINAL - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
TERMINAL - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
TERMINAL - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
TERMINAL - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
terminate() - Method in interface com.basis.api.admin.BBjAdminBBjProcess
Force process to terminate.
terminate() - Method in interface com.basis.api.admin.BBjAdminDatabaseConnection
Force connection to terminate.
terminate() - Method in interface com.basis.api.admin.BBjAdminDatabaseStatement
Force statement to terminate.
terminate() - Method in interface com.basis.api.admin.BBjAdminIndexBuilderJob
Terminates the analysis job and removes it from the queue.
terminate() - Method in interface com.basis.api.admin.BBjAdminSQLConnection
Force connection to terminate.
terminate() - Method in interface com.basis.api.admin.BBjAdminTableAnalysisJob
Terminates the analysis job and removes it from the queue.
terminateAnalysisJobs(String) - Method in interface com.basis.api.admin.BBjAdminDatabase
Suspends and removes all currently running table analysis jobs for the specified database.
TEST_ON_BORROW - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
TEST_ON_RETURN - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
TEST_WHILE_IDLE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
TestBridge - Class in com.basis.bbj.bridge
TestBridge is a demo program that demonstrates the usage of JavaBBjBridge.
TestBridge() - Constructor for class com.basis.bbj.bridge.TestBridge
 
testJdbcConnection(String, String, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Tests connecting with the specified JDBC driver, URL, user and password from the server.
testRemoteFilesystemAccessibility(String, int, boolean, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Called to test and see if the server can connect to the specified remote filesystem.
TEXT - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
TEXTSEARCH_FILE - Static variable in class com.basis.filesystem.Filesystem
TEXTSEARCH
THIN_CLIENT_JVM_WAIT_TIME - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
THINCLIENT - Static variable in interface com.basis.api.admin.BBjAdminPropertyPrefixes
 
THREAD_POOL_SIZE - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
THURSDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Thursday in the repeat days.
TIME - Static variable in interface com.basis.api.admin.BBjAdminReplicationTaskGroup
 
TIME_BETWEEN_EVICTION - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
TIME_LIMIT - Static variable in interface com.basis.api.admin.BBjAdminLDAPSearch
 
TIME_REMAINING - Static variable in interface com.basis.api.admin.BBjAdminIndexBuilderJob
 
TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Timeout in milliseconds for database requests.
TIMEOUT - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
TIMESTAMP_FORMATTER - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
TIMESTAMP_FORMATTER - Static variable in interface com.basis.api.admin.BBjAdminDatabaseStatement
 
TIMESTAMP_FORMATTER - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
TITLE - Static variable in interface com.basis.api.admin.BBjAdminJnlpDemo
 
TITLE - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
TITLE - Static variable in interface com.basis.api.admin.BBjAdminLegacyColumn
 
TITLE - Static variable in interface com.basis.api.admin.BBjAdminLegacyTypeDef
 
TO - Static variable in interface com.basis.api.admin.BBjAdminEmailMessage
 
TOFLOW - Static variable in exception com.basis.filesystem.FilesystemException
Attempting to create a file in a full directory.
toString() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
toString() - Method in class com.basis.api.admin.client.JSON_Info
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerAddBadFileEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerEnabledStateEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerErrorEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerFallBehindEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerInitFileEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerJobEventHandlerGroup
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerRecopyInitiatedEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerResetBadFileEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminAsyncTriggerTargetConnectionEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminDiskSpaceLowEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminLicenseCheckoutFailedEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminMemoryFreeMemoryTooLowEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminMemoryOutOfMemoryEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminProcessesCountEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminProcessesHungProcessEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminProcessesProcessNotRunningEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationAddBadFileEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationEnabledStateEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationErrorEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationFallBehindEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationInitFileEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationRecopyInitiatedEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationResetBadFileEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminReplicationTargetConnectionEventHandler
 
toString() - Method in class com.basis.api.admin.events.BBjAdminSecurityInvalidPasswordEventHandler
 
toString() - Method in class com.basis.filesystem.util.KeyDescription
 
toString() - Method in class com.basis.filesystem.util.KeySegment
 
toString() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.Event
 
toString() - Method in class com.basis.tools.guidev.AdvancedGBFWrapper.GuiEvent
 
TRANSACTION_ISOLATION_LEVEL - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
TRANSLATION - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
TRIGGER - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
TRIGGERS_CONFIG - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
TRIGGERS_USER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
TRIGGERS_WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
TRUNCATE - Static variable in interface com.basis.api.admin.BBjAdminOnlineCopyJobFieldMap
 
TRUNCATE_IF_TOO_LONG - Static variable in interface com.basis.api.admin.BBjAdminDatabase
If values returned from SQL queries are too long for the defined column, the value will be truncated.
TRUNCATEIFTOOLONG - Static variable in interface com.basis.api.admin.BBjAdminDatabase
See TRUNCATE_IF_TOO_LONG
TUESDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Tuesday in the repeat days.
TXN_ISOLATION - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Default transaction isolation level.
TYPE - Static variable in interface com.basis.api.admin.BBjAdminDatabase
Type of the database.
TYPE - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
TYPE - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
TYPE - Static variable in class com.basis.api.admin.BBjAdminValue
 
TYPE - Static variable in class com.basis.api.admin.BBjAdminWebServiceMethodParameter
 
TYPE_BBJ - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
TYPE_CUSTOM - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
TYPE_EM - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
TYPE_RESOURCE - Static variable in interface com.basis.api.admin.BBjAdminSSLInfo
 
TYPE_STRING - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
TYPE_STRING - Static variable in interface com.basis.api.admin.BBjAdminPauseTask
 
TYPE_STRING - Static variable in interface com.basis.api.admin.BBjAdminResumeTask
 
TYPE_STRING - Static variable in interface com.basis.api.admin.BBjAdminSCALLTask
 
TYPEMASK - Static variable in class com.basis.filesystem.Filesystem
Mask to get type signature out of the file type byte of the header.

U

UMASK - Static variable in interface com.basis.api.admin.BBjAdminFilesystemServer
 
UNCOMMITTED_TXN_COUNT - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
UNIQUE - Static variable in interface com.basis.api.admin.BBjAdminIndex
 
UNIQUE_ID - Static variable in interface com.basis.api.admin.BBjAdminColumn
 
UNIQUE_ID - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
UNIQUE_ID - Static variable in interface com.basis.api.admin.BBjAdminDatabaseStatement
 
UNIQUE_ID - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
unlock() - Method in interface com.basis.filesystem.FilePosition
Unlock the file.
unlock() - Method in class com.basis.plugin.DDEPlugin
Unlock the file.
unlock() - Method in class com.basis.plugin.FSQLPlugin
Unlock the file.
unlock() - Method in class com.basis.plugin.HashPlugin
Unlock the file.
unlock() - Method in class com.basis.plugin.RegPlugin
Unlock the file.
unlock() - Method in class com.basis.plugin.SQLPlugin
Unlock the file.
unmountTriggerDirectory(String) - Method in interface com.basis.api.admin.BBjAdminBase
Unmounts a trigger directory.
unpinAllPrograms() - Method in interface com.basis.api.admin.BBjAdminBase
Unpin all programs.
unpublish(String) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
Unpublish the given web application from the server (uncommitted).
update(BBjAdminEventManager) - Method in interface com.basis.api.admin.BBjAdminEventManager
 
UPDATE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
update(byte[], int, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Function to call for safe record updates.
update(byte[], int, byte[], int, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Function to call for safe record updates on files with a specified key.
update(byte[], int, byte[], int, byte[], int, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Function to call for safe record updates on files with a specified key (old and new).
update(long, byte[], int, byte[], int, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Function to call for safe record updates on files with indexes.
UPDATE_CONFLICT - Static variable in exception com.basis.filesystem.FilesystemException
Update conflict.
UPDATE_RULE - Static variable in interface com.basis.api.admin.BBjAdminCrossReference
 
updateAsyncTriggerJobsMap() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
updateDatabase(BBjAdminDictionaryMigrationInfo) - Method in interface com.basis.api.admin.BBjAdminDatabase
Takes the specified database and uses an online copy job to update its data files to match the definition in the newly specified database.
updateEventManager(BBjAdminEventManager) - Method in interface com.basis.api.admin.BBjAdminBase
 
updateJRE(BBjAdminJRE) - Method in interface com.basis.api.admin.BBjAdminWebAppServer
 
updateLastUsed() - Method in interface com.basis.filesystem.ConnectionMgr
 
updateLicense() - Method in interface com.basis.filesystem.ConnectionMgr
Call to update the license.
updateReplicationJob(BBjAdminReplicationJob) - Method in interface com.basis.api.admin.BBjAdminBase
Updates the replication job on the server with the same ID, with the information in the specified replication job.
updateReplicationJobsMap() - Method in interface com.basis.api.admin.BBjAdminEventManager
 
updateWithIndex(long, byte[], int, int, byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithIndex(long, ByteBuffer, ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithIndex(long, ByteBuf, ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithKey(byte[], int, int, byte[], int, int, byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithKey(ByteBuffer, ByteBuffer, ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithKey(ByteBuf, ByteBuf, ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithKeys(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithKeys(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithKeys(ByteBuf, ByteBuf, ByteBuf, ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithoutPosition(byte[], int, int, byte[], int, int, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithoutPosition(ByteBuffer, ByteBuffer, int) - Method in interface com.basis.filesystem.FilePosition
 
updateWithoutPosition(ByteBuf, ByteBuf, int) - Method in interface com.basis.filesystem.FilePosition
 
uploadSupportFiles(BBjAdminSet<String>, BBjAdminMap<String, String>) - Method in interface com.basis.api.admin.BBjAdminBase
Send the specified list of files to support.
USAGE - Static variable in class com.basis.api.admin.BBjAdminPrivilegeType
 
USE_DEFAULT_ALIAS - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
 
USE_DVK_IF_PRESENT - Static variable in interface com.basis.api.admin.BBjAdminPerformance
 
USE_FORK_FOR_FILE_CREATION - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
USE_SSL - Static variable in interface com.basis.api.admin.BBjAdminServer
 
USE_USER_WSDL - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
useExistingWebStartCertificate(String, String, String, String) - Method in interface com.basis.api.admin.BBjAdminBase
Configures BBj Services to use the specified certificate for Web start applications.
USER - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
User to use to connect to the filesystem server where the trigger job will execute the BBj code to handle the trigger.
USER - Static variable in interface com.basis.api.admin.BBjAdminAutorun
 
USER - Static variable in interface com.basis.api.admin.BBjAdminAutorunProgram
 
USER - Static variable in interface com.basis.api.admin.BBjAdminBBjProcess
 
USER - Static variable in interface com.basis.api.admin.BBjAdminBBjReplicationJob
 
USER - Static variable in interface com.basis.api.admin.BBjAdminDatabaseConnection
 
USER - Static variable in interface com.basis.api.admin.BBjAdminEmailService
 
USER - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
USER - Static variable in interface com.basis.api.admin.BBjAdminOpenFile
 
USER - Static variable in interface com.basis.api.admin.BBjAdminServerInformation
 
USER - Static variable in interface com.basis.api.admin.BBjAdminSQLConnection
 
USER - Static variable in interface com.basis.api.admin.BBjAdminTableAnalysisJob
 
USER - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
USER - Static variable in class com.basis.api.admin.RemoteCall
 
USER_AUTHENTICATION - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
USER_DIR - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
USER_HOME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
USER_ID - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
USER_LINE_NUMBER - Static variable in interface com.basis.api.admin.BBjAdminBBjProcessStackElement
 
USER_NAME - Static variable in interface com.basis.api.admin.BBjAdminJavaInformation
 
USER_SCOPE - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
USERCANT - Static variable in exception com.basis.filesystem.FilesystemException
User not allowed to access file.
UUID_INSTEADOF_LOCAL_IP - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 

V

VALIDATION_QUERY - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
VALUE - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceProperty
 
VALUE - Static variable in class com.basis.api.admin.BBjAdminValue
 
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminDatabase.AccessPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminDatabase.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminDatabase.UserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminProcedureParameter.ParameterDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminReplicationTask.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminServer.ServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminTable.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminTask.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.BBjAdminType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.basis.api.admin.client.JSON_FieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.basis.api.admin.BBjAdminDatabase.AccessPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminDatabase.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminDatabase.UserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminProcedureParameter.ParameterDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminReplicationTask.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminServer.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminTable.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminTask.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.BBjAdminType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.basis.api.admin.client.JSON_FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
variablesPersist() - Method in interface com.basis.bbj.bridge.JavaBBjBridge
Query BBjBridge as to whether variables are persistent between successive calls to the bridge.
VENDOR - Static variable in interface com.basis.api.admin.BBjAdminJnlpInfoSection
 
vendorString() - Method in class com.basis.filesystem.License
 
VERIF - Static variable in exception com.basis.filesystem.FilesystemException
Disk data transfer failed.
verifyLicenseConnection() - Method in interface com.basis.filesystem.ConnectionMgr
Verify a license connection...
VERSION - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourceLibrary
 
VERSION - Static variable in interface com.basis.api.admin.BBjAdminServerInformation
 
VERSION - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
version() - Method in class com.basis.filesystem.License
 
VIEW - Static variable in class com.basis.api.admin.BBjAdminPrivilegeObjectType
 
VIEW_OPEN_FILES - Static variable in interface com.basis.api.admin.BBjAdminUserPermissions
 
viewEnterprise() - Method in interface com.basis.filesystem.ConnectionMgr
 
VKEYED_FILE - Static variable in class com.basis.filesystem.Filesystem
VKEYED file type.
VM_ARGUMENTS - Static variable in interface com.basis.api.admin.BBjAdminJnlpResourcesSection
 

W

waitingToDisable() - Method in interface com.basis.api.admin.BBjAdminReplicationJob
Returns the timestamp as a standard Java long value, for when the call was made to BBjAdminReplicationJob.disableWhenCaughtUpToNow().
waitingToDisable() - Method in class com.basis.api.admin.client.BBjAdminClientReplicationJob
 
WARNING - Static variable in class com.basis.api.admin.BBjAdminTableSanityMessage
 
WEB_USER - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
WEDNESDAY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
Flag to include Wednesday in the repeat days.
WEEKLY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
 
WHEN_CAUGHT_UP - Static variable in interface com.basis.api.admin.BBjAdminPauseTask
 
WHEN_EXHAUSTED_ACTION - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
WHEN_EXHAUSTED_BLOCK - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
WHEN_EXHAUSTED_FAIL - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
WHEN_EXHAUSTED_GROW - Static variable in interface com.basis.api.admin.BBjAdminConnectionPool
 
WIDE - Static variable in interface com.basis.api.admin.BBjAdminLegacyTable
 
WINDOWS_32_JVM - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
WINDOWS_JVM - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
WITH_GRANT - Static variable in interface com.basis.api.admin.BBjAdminPrivilege
 
WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Working directory where the trigger will execute the BBj handler code on the remote machine.
WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminAutorun
 
WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminAutorunProgram
 
WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminBBjTask
 
WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplicationDesc
 
WORKING_DIR - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
WORKING_DIR_IS_DEFAULT - Static variable in interface com.basis.api.admin.BBjAdminTriggers
 
WORKING_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminAppDeploymentApplication
 
WORKING_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminBaseEnvironment
 
WORKING_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminBuiApplication
 
WORKING_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminWebApplication
 
WORKING_DIRECTORY - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
write(byte[]) - Method in class com.basis.filesystem.FilesystemOutputStream
Writes b.length bytes from b to the FilePosition.
write(byte[], int, int) - Method in class com.basis.filesystem.FilesystemOutputStream
Writes len bytes from b starting at offset off.
write(int) - Method in class com.basis.filesystem.FilesystemOutputStream
Writes one byte to the file at a time.
write(byte[], int, long, boolean, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, long, boolean, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, byte[], long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], long, boolean, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], long, boolean, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], long, boolean, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], int, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], int, long, boolean, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], int, long, boolean, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, byte[], int, long, boolean, int, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by a key.
write(byte[], int, long, long, boolean) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by an index.
write(byte[], int, long, long, boolean, int) - Method in interface com.basis.filesystem.LegacyFilePosition
Write a record at the position given by an index.
write(byte[], int, long, boolean, int) - Method in class com.basis.plugin.DDEPlugin
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, byte[], int, long, boolean, int) - Method in class com.basis.plugin.DDEPlugin
Write a record at the position given by a key.
write(byte[], int, long, long, boolean, int) - Method in class com.basis.plugin.DDEPlugin
Write a record at the position given by an index.
write(byte[], int, long, boolean, int) - Method in class com.basis.plugin.FSQLPlugin
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, byte[], int, long, boolean, int) - Method in class com.basis.plugin.FSQLPlugin
Write a record at the position given by a key.
write(byte[], int, long, long, boolean, int) - Method in class com.basis.plugin.FSQLPlugin
Write a record at the position given by an index.
write(byte[], int, long, boolean, int) - Method in class com.basis.plugin.HashPlugin
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, byte[], int, long, boolean, int) - Method in class com.basis.plugin.HashPlugin
Write a record at the position given by a key.
write(byte[], int, long, long, boolean, int) - Method in class com.basis.plugin.HashPlugin
Write a record at the position given by an index.
write(byte[], int, long, boolean, int) - Method in class com.basis.plugin.RegPlugin
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, byte[], int, long, boolean, int) - Method in class com.basis.plugin.RegPlugin
Write a record at the position given by a key.
write(byte[], int, long, long, boolean, int) - Method in class com.basis.plugin.RegPlugin
Write a record at the position given by an index.
write(byte[], int, long, boolean, int) - Method in class com.basis.plugin.SQLPlugin
Write a record at the current position except for multi keyed MKEYED files where the key will be derived from the record.
write(byte[], int, byte[], int, long, boolean, int) - Method in class com.basis.plugin.SQLPlugin
Write a record at the position given by a key.
write(byte[], int, long, long, boolean, int) - Method in class com.basis.plugin.SQLPlugin
Write a record at the position given by an index.
WRITE_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminAsynchTriggerJob
Write program to use to handle write operations when a monitored file is written to.
writeSourceFile(String, int) - Method in interface com.basis.api.admin.BBjAdminProcedure
Writes the specified source code to the SPROC's source code file in the specified file format.
writeSourceFile(String, String, int) - Method in interface com.basis.api.admin.BBjAdminTriggers
Call this method to actually write the source code to its appropriate file.
writeWithIndex(byte[], int, int, long, long, boolean, int) - Method in interface com.basis.filesystem.FilePosition
 
writeWithIndex(ByteBuffer, long, long, boolean, int) - Method in interface com.basis.filesystem.FilePosition
 
writeWithIndex(ByteBuf, long, long, boolean, int) - Method in interface com.basis.filesystem.FilePosition
 
writeWithKey(byte[], int, int, byte[], int, int, long, boolean, int, boolean) - Method in interface com.basis.filesystem.FilePosition
 
writeWithKey(ByteBuffer, ByteBuffer, long, boolean, int, boolean) - Method in interface com.basis.filesystem.FilePosition
 
writeWithKey(ByteBuf, ByteBuf, long, boolean, int, boolean) - Method in interface com.basis.filesystem.FilePosition
 
writeWithoutPosition(byte[], int, int, long, boolean, int, boolean) - Method in interface com.basis.filesystem.FilePosition
 
writeWithoutPosition(ByteBuffer, long, boolean, int, boolean) - Method in interface com.basis.filesystem.FilePosition
 
writeWithoutPosition(ByteBuf, long, boolean, int, boolean) - Method in interface com.basis.filesystem.FilePosition
 
WSDL - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
WSDL_PROGRAM - Static variable in interface com.basis.api.admin.BBjAdminWebService
 
WSIMPORT_ARGS - Static variable in interface com.basis.api.admin.BBjAdminWebService
 

X

XKEYED_FILE - Static variable in class com.basis.filesystem.Filesystem
XKEYED file type.
XML - Static variable in interface com.basis.api.admin.BBjAdminJnlpApplication
 

Y

Y2K_WINDOW - Static variable in interface com.basis.api.admin.BBjAdminBBjColumn
 
Y2K_WINDOW - Static variable in interface com.basis.api.admin.BBjAdminBBjTypeDef
 
Y2K_WINDOW - Static variable in interface com.basis.api.admin.BBjAdminDatabase.DateHandler
 
YEARLY - Static variable in interface com.basis.api.admin.BBjAdminTaskGroup
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links