glassfish:deployment:lifecycle:applicationDeployedEvent

application deployed event

Synopsis

glassfish:deployment:lifecycle:applicationDeployedEvent (
String appName,
String appType,
String loadTime)

Description

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).

Parameters

appName

The name of the deployed application.

appType

The type of the application that is deployed, for example, web or ejb.

loadTime

The time taken for this application to load.