FileDocCategorySizeDatePackage
ConnectorNamingEventNotifier.javaAPI DocGlassfish v2 API2641Fri May 04 22:34:24 BST 2007com.sun.enterprise.connectors

ConnectorNamingEventNotifier

public interface ConnectorNamingEventNotifier
To notify events related to Connector objects published using JNDI
author
Jagadish Ramu

Fields Summary
Constructors Summary
Methods Summary
public voidaddListener(ConnectorNamingEventListener listener)
To add Listener which gets notified when the event happens

param
listener

public voidnotifyListeners(ConnectorNamingEvent event)
Notifies all the registered listeners about naming event.

param
event

public voidremoveListener(ConnectorNamingEventListener listener)
To remove listener such that it wont be notified anymore.

param
listener