Package com.basis.api.admin
Interface BBjAdminAsynchTriggerTarget
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,BBjAdminReplicationTarget
,Remote
A single asynchronous trigger job target configured on the system. An asynchronous
trigger job consists of a list of directories and/or files to monitor for changes, a BBj program
to be run when a monitored file is written to, and another program to execute when a file has a record
removed from it.
These triggers differ from standard file triggers in that the file operation does not wait for the trigger operation to complete, before continuing. This means there is almost no overhead on the file system. Further, these triggers can be configured to run on a remote BBj Services installation to allow the administrator to distribute the interpreter workload to another machine.
These triggers differ from standard file triggers in that the file operation does not wait for the trigger operation to complete, before continuing. This means there is almost no overhead on the file system. Further, these triggers can be configured to run on a remote BBj Services installation to allow the administrator to distribute the interpreter workload to another machine.
-
Field Summary
Fields inherited from interface com.basis.api.admin.BBjAdminReplicationTarget
ID, NAME
-
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
Returns a list of files and directories that will be monitored by the asynchronous trigger job.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
Methods inherited from interface com.basis.api.admin.BBjAdminReplicationTarget
removeTarget
-
Method Details
-
getFiles
BBjAdminList<String> getFiles()Returns a list of files and directories that will be monitored by the asynchronous trigger job.- Returns:
- List of the files included in this job.
-