@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedSearchReference extends InMemoryInterceptedResult
InMemoryOperationInterceptor
API.Modifier and Type | Method and Description |
---|---|
ReadOnlySearchRequest |
getRequest()
Retrieves the search request that is being processed.
|
SearchResultReference |
getSearchReference()
Retrieves the search result reference to be returned to the client.
|
void |
setSearchReference(SearchResultReference reference)
Replaces the search result reference to be returned to the client.
|
getConnectedAddress, getConnectedPort, getConnectionID, getMessageID, getProperty, sendUnsolicitedNotification
@NotNull ReadOnlySearchRequest getRequest()
@Nullable SearchResultReference getSearchReference()
void setSearchReference(@Nullable SearchResultReference reference)
null
if the reference should be suppressed rather than being
returned to the client.reference
- The search result reference to be returned to the
client. It may be null
if the reference should
be suppressed rather than being returned to the client.