com.waveset.adapter
Class LDAPEvents

java.lang.Object
  extended bycom.waveset.adapter.LDAPEvents
All Implemented Interfaces:
java.util.EventListener, javax.naming.event.NamespaceChangeListener, javax.naming.event.NamingListener

public class LDAPEvents
extends java.lang.Object
implements javax.naming.event.NamespaceChangeListener


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
LDAPEvents()
           
 
Method Summary
static void main(java.lang.String[] arguments)
           
 void namingExceptionThrown(javax.naming.event.NamingExceptionEvent evt)
           
 void objectAdded(javax.naming.event.NamingEvent evt)
           
 void objectRemoved(javax.naming.event.NamingEvent evt)
           
 void objectRenamed(javax.naming.event.NamingEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

LDAPEvents

public LDAPEvents()
Method Detail

objectAdded

public void objectAdded(javax.naming.event.NamingEvent evt)
Specified by:
objectAdded in interface javax.naming.event.NamespaceChangeListener

objectRemoved

public void objectRemoved(javax.naming.event.NamingEvent evt)
Specified by:
objectRemoved in interface javax.naming.event.NamespaceChangeListener

objectRenamed

public void objectRenamed(javax.naming.event.NamingEvent evt)
Specified by:
objectRenamed in interface javax.naming.event.NamespaceChangeListener

namingExceptionThrown

public void namingExceptionThrown(javax.naming.event.NamingExceptionEvent evt)
Specified by:
namingExceptionThrown in interface javax.naming.event.NamingListener

main

public static void main(java.lang.String[] arguments)
                 throws java.lang.Exception
Throws:
java.lang.Exception