FileDocCategorySizeDatePackage
ApplicationClientLoaderEventListener.javaAPI DocGlassfish v2 API2861Fri May 04 22:35:44 BST 2007com.sun.enterprise.server.event

ApplicationClientLoaderEventListener

public interface ApplicationClientLoaderEventListener
Listener interface to receive app client load/unload events.
author
tjquinn

Fields Summary
Constructors Summary
Methods Summary
public voidhandleApplicationClientEvent(ApplicationClientEvent event)
This method is invoked whenever an App client is loaded/unloaded ApplicationClientEvent.getEventType() specifies the exact application client event. Note that, this method is called even for stand alone modules. ApplicationClientEvent.getApplication().isVirtual() will be true for stand-alone module and false otherwise. Generally, APPLICATION_CLIENT events are sent in the following order a) BEFORE_APPLICATION_CLIENT_LOAD b) AFTER_APPLICATION_CLIENT_LOAD c) BEFORE_APPLICATION_CLIENT_UNLOAD d) AFTER_APPLICATION_CLIENT_UNLOAD