com.ibm.ws.container.service.app.deploy
Interface ApplicationClassesContainerInfo
- public interface ApplicationClassesContainerInfo
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getLibraryClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available
through the application library directory jars.
|
|
getModuleClassesContainerInfo()
Get the classes container info for each of the modules defined in this application.
|
Method Detail
getLibraryClassesContainerInfo
- 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
- java.util.List<ModuleClassesContainerInfo> getModuleClassesContainerInfo( )
Get the classes container info for each of the modules defined in this application.
Returns: