com.ibm.ws.container.service.app.deploy

Interface ApplicationInfo

All known subinterfaces:
EARApplicationInfo

  1. public interface ApplicationInfo

Method Summary

Modifier and Type Method and Description
  1. NestedConfigHelper
getConfigHelper()
  1. Container
getContainer()
  1. ApplicationMetaData
getMetaData()
  1. java.lang.String
getName()
Returns the unique application name.

Method Detail

getName

  1. 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. The name from the application manager is the application portion of the J2EEName in getMetaData().

getContainer

  1. Container getContainer()

getConfigHelper

  1. NestedConfigHelper getConfigHelper( )

getMetaData

  1. ApplicationMetaData getMetaData( )