|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedResult
This class provides an API that can be used in the course of processing a
result via the InMemoryOperationInterceptor
API.
Method Summary | |
---|---|
java.lang.String |
getConnectedAddress()
Retrieves the server address to which the client is connected, if available. |
int |
getConnectedPort()
Retrieves the server port to which the client is connected, if available. |
long |
getConnectionID()
Retrieves the connection ID for the associated client connection. |
int |
getMessageID()
Retrieves the LDAP message ID for this operation. |
java.lang.Object |
getProperty(java.lang.String name)
Retrieves the value for a property that has previously been set for this operation. |
void |
sendUnsolicitedNotification(ExtendedResult unsolicitedNotification)
Sends an unsolicited notification message to the client. |
Method Detail |
---|
long getConnectionID()
java.lang.String getConnectedAddress()
null
if this is not available for some reason.int getConnectedPort()
int getMessageID()
void sendUnsolicitedNotification(ExtendedResult unsolicitedNotification) throws LDAPException
unsolicitedNotification
- The unsolicited notification to send to
the client. It must not be null
.
LDAPException
- If a problem is encountered while trying to send
the unsolicited notification.java.lang.Object getProperty(java.lang.String name)
name
- The name of the property for which to retrieve the
corresponding value. It must not be null
.
null
if there is
no value for the specified property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |