Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.naming.ldap.UnsolicitedNotification

Uses of UnsolicitedNotification in javax.naming.ldap
 

Fields in javax.naming.ldap declared as UnsolicitedNotification
private  UnsolicitedNotification UnsolicitedNotificationEvent.notice
           
 

Methods in javax.naming.ldap that return UnsolicitedNotification
 UnsolicitedNotification UnsolicitedNotificationEvent.getNotification()
           
 

Constructors in javax.naming.ldap with parameters of type UnsolicitedNotification
UnsolicitedNotificationEvent(java.lang.Object src, UnsolicitedNotification notice)