Interface ApplicationInfo

All Known Subinterfaces:
EARApplicationInfo

public interface ApplicationInfo
Contains information about a JEE application
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an instance of NestedConfigHelper that can be used to obtain application properties
    com.ibm.wsspi.adaptable.module.Container
    Returns the Container object associated with this application
    Returns the unique deployment name for an application.
    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: