FileDocCategorySizeDatePackage
RegistryLocationEventListenerImpl.javaAPI DocGlassfish v2 API3858Fri May 04 22:24:42 BST 2007com.sun.enterprise.admin.wsmgmt.lifecycle.reconfig

RegistryLocationEventListenerImpl

public class RegistryLocationEventListenerImpl extends Object implements com.sun.enterprise.admin.event.wsmgmt.RegistryLocationEventListener
Listener impl to handle web-service-endpoint/registry location element events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(com.sun.enterprise.admin.event.wsmgmt.RegistryLocationEvent event)
Handles element additions.

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

    
public voidhandleDelete(com.sun.enterprise.admin.event.wsmgmt.RegistryLocationEvent event)
Handles web-service-endpoint/registry location element removal.

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

    
private voidhandleReconfiguration(com.sun.enterprise.admin.event.wsmgmt.RegistryLocationEvent event, boolean takeOld, boolean isRemove)

    
public voidhandleUpdate(com.sun.enterprise.admin.event.wsmgmt.RegistryLocationEvent event)
Handles web-service-endpoint/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.