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

Interface ApplicationClassesContainerInfo


  1. public interface ApplicationClassesContainerInfo

Method Summary

Modifier and Type Method and Description
  1. java.util.List<ContainerInfo>
getLibraryClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available through the application library directory jars.
  1. java.util.List<ModuleClassesContainerInfo>
getModuleClassesContainerInfo()
Get the classes container info for each of the modules defined in this application.

Method Detail

getLibraryClassesContainerInfo

  1. java.util.List<ContainerInfo> getLibraryClassesContainerInfo( )
Get the ContainerInfo for all of the classes directly or indirectly available through the application library directory jars. Note that this does not include the container infos for any of the EJB modules in the application. That information is in the ModuleClassesContainerInfo for those individual modules and is used when creating the Classloader for the application.
Returns:
The application library directory classes container infos

getModuleClassesContainerInfo

  1. java.util.List<ModuleClassesContainerInfo> getModuleClassesContainerInfo( )
Get the classes container info for each of the modules defined in this application.
Returns: