|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.api.plugin.PluginResult
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class PluginResult
This class defines a data structure that holds information about the result of processing by a plugin.
Nested Class Summary | |
---|---|
static class |
PluginResult.ImportLDIF
Defines a LDIF plugin result for import from LDIF processing consisting of either continue, skip further plugins, or stop processing with an error message. |
static class |
PluginResult.IntermediateResponse
Defines an intermediate response plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message. |
static class |
PluginResult.PostConnect
Defines a post connect plugin result for client connection processing consisting of either continue, skip further plugins, or stop. |
static class |
PluginResult.PostDisconnect
Defines a post disconnect plugin result for client connection processing consisting of either continue or skip further plugins. |
static class |
PluginResult.PostOperation
Defines a post operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message. |
static class |
PluginResult.PostResponse
Defines a post response plugin result for core server operation processing consisting of either continue or skip further plugins. |
static class |
PluginResult.PreOperation
Defines a pre operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message. |
static class |
PluginResult.PreParse
Defines a pre parse plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message. |
static class |
PluginResult.Startup
Defines a startup plugin result consisting of either continue skip further plugins, or stop startup with an error message. |
static class |
PluginResult.SubordinateModifyDN
Defines a subordinate modify DN plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message. |
Constructor Summary | |
---|---|
PluginResult()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginResult()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |