Modifier and Type | Field and Description |
---|---|
private AsyncRequest |
NotificationClient.NotificationItem.asyncRequest
Async request from the search operation.
|
Modifier and Type | Method and Description |
---|---|
AsyncRequest |
NotificationClient.NotificationItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request.
|
Constructor and Description |
---|
NotificationItem(AsyncRequest request)
Creates a new notification item.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncSearchOperation.AsyncSearchListener.asyncRequestReceived(AsyncRequest request) |
protected void |
AsyncSearchOperation.AsyncSearchListener.processAsyncRequest(AsyncRequest request)
Invokes the handlers for the supplied async request.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest) |
Modifier and Type | Method and Description |
---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest) |
Modifier and Type | Field and Description |
---|---|
private AsyncRequest |
PersistentSearchItem.asyncRequest
Async request from the search operation.
|
private AsyncRequest |
SyncReplItem.asyncRequest
Async request from the search operation.
|
Modifier and Type | Method and Description |
---|---|
AsyncRequest |
PersistentSearchItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request.
|
AsyncRequest |
SyncReplItem.getAsyncRequest()
Returns the async request contained in this item or null if this item does not contain an async request.
|
Constructor and Description |
---|
PersistentSearchItem(AsyncRequest request)
Creates a new persistent search item.
|
SyncReplItem(AsyncRequest request)
Creates a new sync repl item.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseListener.asyncRequestReceived(AsyncRequest request)
Invoked when an asynchronous operation has begun.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JLdapConnection.JLdapAsyncRequest
Async request to invoke abandons.
|
Modifier and Type | Class and Description |
---|---|
protected class |
OpenDJConnection.OpenDJAsyncRequest
Async request to invoke abandons.
|
Modifier and Type | Class and Description |
---|---|
protected class |
UnboundIDConnection.UnboundIDAsyncRequest
Async request to invoke abandons.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.