|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.unboundid.directory.sdk.ds.types.PostResponsePluginResult
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class PostResponsePluginResult
This class defines a structure which may be used to provide information about the result of the processing performed by a post-response plugin.
| Field Summary | |
|---|---|
static PostResponsePluginResult |
SUCCESS
A predefined result instance that indicates all processing completed successfully. |
| Constructor Summary | |
|---|---|
PostResponsePluginResult(boolean connectionTerminated,
boolean continuePluginProcessing)
Creates a new post-response plugin result with the provided information. |
|
| Method Summary | |
|---|---|
boolean |
connectionTerminated()
Indicates whether the client connection was terminated by the plugin. |
boolean |
continuePluginProcessing()
Indicates whether to continue processing other post-response plugins for the operation. |
java.lang.String |
toString()
Retrieves a string representation of this post-response plugin result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PostResponsePluginResult SUCCESS
| Constructor Detail |
|---|
public PostResponsePluginResult(boolean connectionTerminated,
boolean continuePluginProcessing)
connectionTerminated - Indicates whether the client connection
was terminated by the plugin.continuePluginProcessing - Indicates whether to continue processing
other post-response plugins for the
operation.| Method Detail |
|---|
public boolean connectionTerminated()
true if the client connection was terminated by the
plugin, or false if not.public boolean continuePluginProcessing()
true if the server should continue processing other
post-operation plugins for the operation, or false if not.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||