public interface DeployableObjectInfo extends Module
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAltDD() |
void |
populateViewFinders(java.io.File baseDir,
java.lang.String viewAppName,
boolean isArchived,
weblogic.utils.jars.VirtualJarFile moduleViewVjf,
SplitDirectoryInfo viewSplitDirInfo,
weblogic.utils.classloaders.MultiClassFinder finder,
weblogic.utils.classloaders.MultiClassFinder resourceFinder)
The class finders passed in are used to inspect classes in the
deployment view of this Module as passed into the Module.
|
activate, adminToProduction, deactivate, destroy, forceProductionToAdmin, getComponentRuntimeMBeans, getDescriptors, getId, getType, gracefulProductionToAdmin, init, initUsingLoader, prepare, remove, start, unprepare
java.lang.String getAltDD()
void populateViewFinders(java.io.File baseDir, java.lang.String viewAppName, boolean isArchived, weblogic.utils.jars.VirtualJarFile moduleViewVjf, SplitDirectoryInfo viewSplitDirInfo, weblogic.utils.classloaders.MultiClassFinder finder, weblogic.utils.classloaders.MultiClassFinder resourceFinder) throws java.io.IOException, IllegalSpecVersionTypeException
baseDir
- The base temp dir where archives may be temporary extracted
out to create findersviewAppName
- The name of the application for which this view is being
builtisArchived
- If the module is archived or notmoduleViewVjf
- The virtual jar file for the moduleviewSplitDirInfo
- The split directory info for the applicationfinder
- The class finder for the module that needs to be populatedresourceFinder
- The resource finder for the module that needs to be
populatedjava.io.IOException
- when the Module has trouble creating findersIllegalSpecVersionTypeException
- when the Module that processes
libraries is unable to find libraries