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

Interface ModuleInfo

All known subinterfaces:
EJBModuleInfo, WebModuleInfo

  1. public interface ModuleInfo

Method Summary

Modifier and Type Method and Description
  1. ApplicationInfo
getApplicationInfo()
  1. java.lang.ClassLoader
getClassLoader()
  1. Container
getContainer()
  1. ModuleMetaData
getMetaData()
  1. java.lang.String
getName()
Returns the unique module name.
  1. java.lang.String
getURI()

Method Detail

getName

  1. java.lang.String getName()
Returns the unique module name. This will normally be the module name specified in the deployment descriptor (or the URI base name) unless that value would conflict with another module in the same application, in which case a unique name will have been generated and will be returned.

getURI

  1. java.lang.String getURI()
Returns:
the module URI (e.g., "test.jar") as specified in the application deployment descriptor, or the application basename for a standalone module

getContainer

  1. Container getContainer()
Returns:

getMetaData

  1. ModuleMetaData getMetaData()
Returns:

getApplicationInfo

  1. ApplicationInfo getApplicationInfo( )
Returns:

getClassLoader

  1. java.lang.ClassLoader getClassLoader( )
Returns: