Class DeploymentOrder
- java.lang.Object
-
- org.glassfish.internal.deployment.DeploymentOrder
-
public class DeploymentOrder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ComparatorAPPLICATION_COMPARATORA comparator that imposes deployment ordering as defined byDEPLOYMENT_ORDERabove (for ordering among deployment types) and by the various DeploymentTypes (for ordering within deployment types).static DeploymentType[]APPLICATION_DEPLOYMENT_ORDERDeployment ordering among different deployment types.
-
Constructor Summary
Constructors Constructor Description DeploymentOrder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddApplicationDeployment(ApplicationOrderInfo app)static IteratorgetApplicationDeployments()
-
-
-
Field Detail
-
APPLICATION_DEPLOYMENT_ORDER
public static final DeploymentType[] APPLICATION_DEPLOYMENT_ORDER
Deployment ordering among different deployment types. For deployment ordering within a particular type, please refer toDeploymentType.
-
APPLICATION_COMPARATOR
public static final Comparator APPLICATION_COMPARATOR
A comparator that imposes deployment ordering as defined byDEPLOYMENT_ORDERabove (for ordering among deployment types) and by the various DeploymentTypes (for ordering within deployment types).
-
-
Method Detail
-
addApplicationDeployment
public static void addApplicationDeployment(ApplicationOrderInfo app)
-
getApplicationDeployments
public static Iterator getApplicationDeployments()
-
-