Interface | Description |
---|---|
ICallInfo |
The accessors and mutators of the different properties that appear in the context HashMap.
|
ICondition |
This interface is implemented by java condition plugins.
|
ICondition.IEvalContext | |
ICustomUI |
This is the interface for a custom user interface plug-in.
|
ICustomUI.IInvokeContext | |
IDateCalculator |
Date Calculator plugins interface.
|
IDateCalculator.IComputeContext | |
IDependencies |
This interface is implemented by plugins that need to have other components deployed along with them.
|
IDependencies.IDependenciesContext | |
IDependency |
This interface represents components that can be deployed alongside a plugin.
|
IDimScopeExpr |
This interface is implemented by in-process DimScopeExpr custom plugins.
|
IInit |
This is an optional interface that an in-process plugin must implement to be notified when it is about
to be used as well as for getting a hold of its settings.
|
IInit.IDestroyContext | |
IInit.IInitContext | |
IInterceptor |
This is the interface for a java plugin.
|
IInterceptor.IInvokeContext | |
IMitigationMgr |
This interface can be used to programatically get or set the value of service stabilizer variables.
|
IMsgFieldEvaluator |
This interface is implemented by plugins whose functionality is to compute a value to be associated with a given
message field.
|
IMsgFieldEvaluator.IEvalContext | |
IMsgFieldEvaluator.IPart | |
IMsgFieldEvaluator.IParts | |
IMsgFields |
This interface is used to retrieve the value of a message field.
|
IMsgFilterPlugin |
This interface is implemented by plugins whose functionality is to mask parts of a message.
|
IMsgFilterPlugin.IApplyFilterContext | |
IPluginInfo |
This is an interface which MUST be implemented by in-process plugins.
|
IPluginInfo.IPluginInfoContext | |
IRunnable |
The IRunnable interface should be implemented by any plugin whose instances can be executed right away or at a
later time (as part of pending actions for instance).
|
IRunnable.IRunContext | |
IRWSettings |
Instances of this interface are available to plugins in cases where the plugin needs to be able to have
write access to the settings.
|
ISettings |
Instances of this interface are passed to plugins such that they can retrieve their settings.
|
ISqlConnection |
This interface models a pooled SQL connection.
|
ISqlDatabase |
Instances of this interface allow a plugin to tap into the container's SQL connection pool and thus makes better
reuse of database resources.
|
ISqlTx |
This interface models a SQL transaction.
|
IWatchdog |
This interface is implemented by in-process Watchdog custom plug-ins.
|
IWatchdog.IInvokeWatchdogContext | |
IXmlDocument |
Objects implementing this interface allow collecting and reusing expensive operations like converting an XML
document from a byte[] into a DOM document.
|
IXPathEvaluator | |
IXpathResult |
The result of executing an XPath.
|
IXpathResultExt |
Extendend interface for IXpathResult.
|
Class | Description |
---|---|
DOMType |
The values that can be passed to various methods that appear on the interface
ICallInfo . |
Enum |
Base class to keep track of all the possible values in an Enum.
|
Enum.Entries | |
EventType |
The different types of Events that interceptors have to deal with.
|
ICustomUI.Constants | |
IDependency.BaseData |
Specify instances of this class when your plugin requires some dimension to be functioning.
|
IDependency.MitigationVariable |
Specify instances of this class when your plugin requires some MitigationVariable to be functioning.
|
IDependency.MsgField |
Specify instances of this class when your plugin requires some message field to be functioning.
|
IMsgFields.NoOpMsgField |
Special implementation of
IMsgFields that always returns null when it is asked to
evaluate a message field. |
MessageType |
The different types of Messages that interceptors have to deal with.
|
PluginBase |
Base class to simplify the creation of plugins.
|
ReturnStatusType |
The return status of an interceptor that was executed.
|
WatchdogData |
Class used to represent inputs or outputs to a Watchdog.
|