< prev index next >

src/java.naming/share/classes/javax/naming/ldap/UnsolicitedNotification.java

Print this page

        

*** 30,40 **** /** * This interface represents an unsolicited notification as defined in * <A HREF="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</A>. * An unsolicited notification is sent by the LDAP server to the LDAP * client without any provocation from the client. ! * Its format is that of an extended response (<tt>ExtendedResponse</tt>). * * @author Rosanna Lee * @author Scott Seligman * @author Vincent Ryan * --- 30,40 ---- /** * This interface represents an unsolicited notification as defined in * <A HREF="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</A>. * An unsolicited notification is sent by the LDAP server to the LDAP * client without any provocation from the client. ! * Its format is that of an extended response ({@code ExtendedResponse}). * * @author Rosanna Lee * @author Scott Seligman * @author Vincent Ryan *
< prev index next >