org.opends.server.api.plugin
Class PluginResult.PostResponse

java.lang.Object
  extended by org.opends.server.api.plugin.PluginResult.PostResponse
Enclosing class:
PluginResult

public static final class PluginResult.PostResponse
extends java.lang.Object

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

continueOperationProcessing

public static PluginResult.PostResponse continueOperationProcessing()
Defines a continue processing post response plugin result.

Returns:
a continue processing post response plugin result.

skipFurtherPluginProcesssing

public static PluginResult.PostResponse skipFurtherPluginProcesssing()
Defines a skip further plugin processing post response plugin result.

Returns:
a skip further plugin processing post response plugin result.

continuePluginProcessing

public boolean continuePluginProcessing()
Whether to invoke the rest of the plugins.

Returns:
true if the rest of the plugins should be invoked for false to skip the rest of the plugins.