Extended Operation Handler
This is an abstract object type that cannot be instantiated.
Extended Operation Handlers processes the different types of extended operations in the server.
Extended Operation Handlers
The following Extended Operation Handlers are available:
These Extended Operation Handlers inherit the properties described below.
Extended Operation Handler Properties
You can use configuration expressions to set property values at startup time. For details, see Property Value Substitution.
Basic Properties |
---|
enabled
Synopsis |
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server). |
Default Value |
None |
Allowed Values |
true false |
Multi-valued |
No |
Required |
Yes |
Admin Action Required |
None |
Advanced |
No |
Read-Only |
No |
java-class
Synopsis |
Specifies the fully-qualified name of the Java class that provides the Extended Operation Handler implementation. |
Default Value |
None |
Allowed Values |
A Java class that extends or implements:
|
Multi-valued |
No |
Required |
Yes |
Admin Action Required |
The object must be disabled and re-enabled for changes to take effect. |
Advanced |
No |
Read-Only |
No |