Class GlassfishDomain.Application

java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.Application
All Implemented Interfaces:
Serializable
Enclosing class:
GlassfishDomain

public static class GlassfishDomain.Application extends Object implements Serializable
The type Application.
See Also:
  • Field Details

    • deploymentOrder

      protected int deploymentOrder
      The Deployment order.
    • location

      protected String location
      The Location.
    • name

      protected String name
      The Name.
  • Constructor Details

    • Application

      public Application()
      Instantiates a new Application.
    • Application

      public Application(String name)
      Instantiates a new Application.
      Parameters:
      name - the name
  • Method Details

    • getDeploymentOrder

      public int getDeploymentOrder()
      Gets deployment order.
      Returns:
      the deployment order
    • getEngines

      public List<GlassfishDomain.Engine> getEngines()
      Gets engines.
      Returns:
      the engines
    • getLocation

      public String getLocation()
      Gets location.
      Returns:
      the location
    • getModules

      public List<GlassfishDomain.Module> getModules()
      Gets modules.
      Returns:
      the modules
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getProperties

      public List<GlassfishDomain.Property> getProperties()
      Gets properties.
      Returns:
      the properties
    • getProperties

      public <T> List<T> getProperties(Class<T> clazz)
      Gets properties.
      Type Parameters:
      T - the type parameter
      Parameters:
      clazz - the clazz
      Returns:
      the properties
    • getProperty

      public <T> T getProperty(Class<T> clazz, String name)
      Gets property.
      Type Parameters:
      T - the type parameter
      Parameters:
      clazz - the clazz
      name - the name
      Returns:
      the property
    • setDeploymentOrder

      public void setDeploymentOrder(int deploymentOrder)
      Sets deployment order.
      Parameters:
      deploymentOrder - the deployment order
    • setLocation

      public void setLocation(String location)
      Sets location.
      Parameters:
      location - the location
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name