application deployed event
glassfish:deployment:lifecycle:applicationDeployedEvent ( String appName, String appType, String loadTime)
This event is sent when an application is deployed. Use this event to count the total number of deployed applications, count the number of currently deployed applications, and provide information about the deployed applications (the application name, the application type, and the time taken for this application to load).
appNameThe name of the deployed application.
appTypeThe type of the application that is deployed, for example, web or ejb.
loadTimeThe time taken for this application to load.