|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.api.plugin.PluginResult.PostDisconnect
public static final class PluginResult.PostDisconnect
Defines a post disconnect plugin result for client connection processing consisting of either continue or skip further plugins.
Method Summary | |
---|---|
static PluginResult.PostDisconnect |
continueDisconnectProcessing()
Defines a continue processing post disconnect plugin result. |
boolean |
continuePluginProcessing()
Whether to invoke the rest of the plugins. |
static PluginResult.PostDisconnect |
skipFurtherPluginProcesssing()
Defines a skip further plugin processing post disconnect 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.PostDisconnect continueDisconnectProcessing()
public static PluginResult.PostDisconnect 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 |