|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPConnection.UnsolImpl
private class LDAPConnection.UnsolImpl
Class to wrap an application's LDAPUnsolicitedNotificationListener
Field Summary | |
---|---|
(package private) LDAPUnsolicitedNotificationListener |
listen
|
Constructor Summary | |
---|---|
private |
LDAPConnection.UnsolImpl(LDAPUnsolicitedNotificationListener ul)
|
Method Summary | |
---|---|
private LDAPUnsolicitedNotificationListener |
getWrappedObject()
|
void |
messageReceived(LDAPExtendedResponse msg)
The method is called when an unsolicited message arrives from a server, if the object has registered with LDAPCo LDAPConnection.addUnsolicitedNotificationListener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
LDAPUnsolicitedNotificationListener listen
Constructor Detail |
---|
private LDAPConnection.UnsolImpl(LDAPUnsolicitedNotificationListener ul)
Method Detail |
---|
public void messageReceived(LDAPExtendedResponse msg)
LDAPUnsolicitedNotificationListener
messageReceived
in interface LDAPUnsolicitedNotificationListener
msg
- An unsolicited message received from the server.
private LDAPUnsolicitedNotificationListener getWrappedObject()
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |