|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.api.plugin.PluginResult.PostResponse
public static final class PluginResult.PostResponse
Defines a post response plugin result for core server operation processing consisting of either continue or skip further plugins.
Method Summary | |
---|---|
static PluginResult.PostResponse |
continueOperationProcessing()
Defines a continue processing post response plugin result. |
boolean |
continuePluginProcessing()
Whether to invoke the rest of the plugins. |
static PluginResult.PostResponse |
skipFurtherPluginProcesssing()
Defines a skip further plugin processing post response plugin result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PluginResult.PostResponse continueOperationProcessing()
public static PluginResult.PostResponse skipFurtherPluginProcesssing()
public boolean continuePluginProcessing()
true
if the rest of the plugins should
be invoked for false
to skip the rest of the
plugins.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |