Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
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).
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.