|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.LDAPListener
public class LDAPListener
Listener class that keeps listening to the LDAP Server and notifies changes
| Constructor Summary | |
|---|---|
LDAPListener(LDAPClientApplicationImpl app)
Creates a new instance of LDAPListener |
|
| Method Summary | |
|---|---|
void |
namingExceptionThrown(javax.naming.event.NamingExceptionEvent evt)
The callback method that is invoked when an exception occurs while tracking the updates |
void |
objectAdded(javax.naming.event.NamingEvent evt)
The callback method that is invoked when a new object is added to the context on which the listener has registered its interest. |
void |
objectChanged(javax.naming.event.NamingEvent evt)
The callback method that is invoked when an existing object is changed in the context on which the listener has registered its interest. |
void |
objectRemoved(javax.naming.event.NamingEvent evt)
The callback method that is invoked when an existing object is removed from the context on which the listener has registered its interest. |
void |
objectRenamed(javax.naming.event.NamingEvent evt)
The callback method that is invoked when an existing object is renamed in the context on which the listener has registered its interest. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPListener(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this LDAPListener
instance.| Method Detail |
|---|
public void objectAdded(javax.naming.event.NamingEvent evt)
objectAdded in interface javax.naming.event.NamespaceChangeListenerevt - the NamingEvent object that contains the details of the object added.public void objectRemoved(javax.naming.event.NamingEvent evt)
objectRemoved in interface javax.naming.event.NamespaceChangeListenerevt - the NamingEvent object that contains the details of the object removed.public void objectRenamed(javax.naming.event.NamingEvent evt)
objectRenamed in interface javax.naming.event.NamespaceChangeListenerevt - the NamingEvent object that contains the details of the object renamed.public void objectChanged(javax.naming.event.NamingEvent evt)
objectChanged in interface javax.naming.event.ObjectChangeListenerevt - the NamingEvent object that contains the details of the object changed.public void namingExceptionThrown(javax.naming.event.NamingExceptionEvent evt)
namingExceptionThrown in interface javax.naming.event.NamingListenerevt - the NamingExceptionEvent object that contains the details of the exception
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||