Interface ApplicationInfo
- 
- All Known Subinterfaces:
- EARApplicationInfo
 
 public interface ApplicationInfoContains information about a JEE application
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description NestedConfigHelpergetConfigHelper()Returns an instance of NestedConfigHelper that can be used to obtain application propertiescom.ibm.wsspi.adaptable.module.ContainergetContainer()Returns the Container object associated with this applicationjava.lang.StringgetDeploymentName()Returns the unique deployment name for an application.java.lang.StringgetName()Returns the unique application name.booleangetUseJandex()This indicates whether Jandex annotation indexes supplied in the application are to be used.
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() Returns the unique application name. This will normally be the name specified in the deployment descriptor (or the URI base name) unless that value would conflict with another application, in which case a unique name will have been generated and will be returned.
 - 
getContainercom.ibm.wsspi.adaptable.module.Container getContainer() Returns the Container object associated with this application
 - 
getDeploymentNamejava.lang.String getDeploymentName() Returns the unique deployment name for an application.
 - 
getConfigHelperNestedConfigHelper getConfigHelper() Returns an instance of NestedConfigHelper that can be used to obtain application properties
 - 
getUseJandexboolean getUseJandex() This indicates whether Jandex annotation indexes supplied in the application are to be used.- Returns:
 
 
- 
 
-