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

All Known Subinterfaces:
EARApplicationInfo

public interface ApplicationInfo


Method Summary
 NestedConfigHelper getConfigHelper()
           
 com.ibm.wsspi.adaptable.module.Container getContainer()
           
 com.ibm.ws.runtime.metadata.ApplicationMetaData getMetaData()
           
 java.lang.String getName()
          Returns the unique application name.
 

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


getContainer

com.ibm.wsspi.adaptable.module.Container getContainer()

getConfigHelper

NestedConfigHelper getConfigHelper()

getMetaData

com.ibm.ws.runtime.metadata.ApplicationMetaData getMetaData()