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