Searched refs:ALL_APPLICATIONS_PROCESSED (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/deployment/
H A DDeployment.java176 public final EventTypes<DeploymentContext> ALL_APPLICATIONS_PROCESSED= EventTypes.create("All_Applications_Processed", DeploymentContext.class); field in interface:Deployment
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DApplicationLoaderService.java302 events.send(new Event<DeploymentContext>(Deployment.ALL_APPLICATIONS_PROCESSED, null));
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebContainer.java619 if (event.is(Deployment.ALL_APPLICATIONS_PROCESSED)) {
1415 * Needed in postConstruct before Deployment.ALL_APPLICATIONS_PROCESSED

Completed in 48 milliseconds