Interface ApplicationInfo
- All Known Subinterfaces:
EARApplicationInfo
public interface ApplicationInfo
Contains information about a JEE application
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of NestedConfigHelper that can be used to obtain application propertiescom.ibm.wsspi.adaptable.module.Container
Returns the Container object associated with this applicationReturns the unique deployment name for an application.getName()
Returns the unique application name.boolean
This indicates whether Jandex annotation indexes supplied in the application are to be used.
-
Method Details
-
getName
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. -
getContainer
com.ibm.wsspi.adaptable.module.Container getContainer()Returns the Container object associated with this application -
getDeploymentName
String getDeploymentName()Returns the unique deployment name for an application. -
getConfigHelper
NestedConfigHelper getConfigHelper()Returns an instance of NestedConfigHelper that can be used to obtain application properties -
getUseJandex
boolean getUseJandex()This indicates whether Jandex annotation indexes supplied in the application are to be used.- Returns:
-