application undeployed event
glassfish:deployment:lifecycle:applicationUneployedEvent ( String appName, String appType)
This event is sent when an application is undeployed. Use this event to count the total number of deployed applications and the number of the currently deployed applications.
appNameThe name of the undeployed application.
appTypeThe type of the application that is undeployed, for example, web or ejb.