FileDocCategorySizeDatePackage
RegistryLocationEventListener.javaAPI DocGlassfish v2 API3332Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.wsmgmt

RegistryLocationEventListener

public interface RegistryLocationEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle web-service-endpoint element events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(RegistryLocationEvent event)
Handles element additions.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleDelete(RegistryLocationEvent event)
Handles registry-location element removal.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleUpdate(RegistryLocationEvent event)
Handles registry-location element modification (attributes/properties values changed).

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.