Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

glassfish:deployment:lifecycle:applicationUndeployedEvent

application undeployed event

Synopsis

glassfish:deployment:lifecycle:applicationUneployedEvent (
String appName,
String appType)

Description

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.

Parameters

appName

The name of the undeployed application.

appType

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