Package com.unboundid.directory.sdk.common.scripting

This package defines a number of abstract classes which may be used to implement scripted versions of extensions for use in various UnboundID server products.

See:
          Description

Class Summary
ScriptedAccessLogger This class defines an API that must be implemented by scripted extensions which record information about interaction with clients, including connections established and received and operations requested and completed.
ScriptedAlertHandler This class defines an API that must be implemented by scripted extensions which will be invoked whenever an administrative alert is generated within the server.
ScriptedErrorLogger This class defines an API that must be implemented by scripted extensions which record information about warnings, errors, and events which occur in the server.
ScriptedFileBasedAccessLogger This class defines an API that may be used to create a specific type of scripted access logger which is intended to write log messages to text files.
ScriptedFileBasedErrorLogger This class defines an API that may be used to create a specific type of scripted error logger which is intended to write log messages to text files.
 

Package com.unboundid.directory.sdk.common.scripting Description

This package defines a number of abstract classes which may be used to implement scripted versions of extensions for use in various UnboundID server products.