Searched refs:UNDEPLOYMENT_VALIDATION (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/deployment/
H A DDeployment.java147 public final EventTypes<DeploymentContext> UNDEPLOYMENT_VALIDATION = EventTypes.create("Undeployment_Validation", DeploymentContext.class); field in interface:Deployment
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/
H A DConnectorApplication.java307 if (Deployment.UNDEPLOYMENT_VALIDATION.equals(event.type())) {
H A DConnectorDeployer.java598 if (/*env.isDas() && */ Deployment.UNDEPLOYMENT_VALIDATION.equals(event.type())) {
H A DResourcesDeployer.java749 }else if(event.is(Deployment.UNDEPLOYMENT_VALIDATION)){
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DUndeployCommand.java282 events.send(new Event<DeploymentContext>(Deployment.UNDEPLOYMENT_VALIDATION, deploymentContext), false);

Completed in 21 milliseconds