Interface ApplicationInfo

  • All Known Subinterfaces:
    EARApplicationInfo

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NestedConfigHelper getConfigHelper()
      Returns an instance of NestedConfigHelper that can be used to obtain application properties
      com.ibm.wsspi.adaptable.module.Container getContainer()
      Returns the Container object associated with this application
      java.lang.String getDeploymentName()
      Returns the unique deployment name for an application.
      java.lang.String getName()
      Returns the unique application name.
      boolean getUseJandex()
      This indicates whether Jandex annotation indexes supplied in the application are to be used.
    • Method Detail

      • getName

        java.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.
      • getContainer

        com.ibm.wsspi.adaptable.module.Container getContainer()
        Returns the Container object associated with this application
      • getDeploymentName

        java.lang.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: