Class DeploymentOrder

java.lang.Object
org.glassfish.internal.deployment.DeploymentOrder

public class DeploymentOrder extends Object
  • Field Details

    • 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 to DeploymentType.
    • APPLICATION_COMPARATOR

      public static final Comparator APPLICATION_COMPARATOR
      A comparator that imposes deployment ordering as defined by DEPLOYMENT_ORDER above (for ordering among deployment types) and by the various DeploymentTypes (for ordering within deployment types).
  • Constructor Details

    • DeploymentOrder

      public DeploymentOrder()
  • Method Details

    • addApplicationDeployment

      public static void addApplicationDeployment(ApplicationOrderInfo app)
    • getApplicationDeployments

      public static Iterator getApplicationDeployments()