|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.sb.management.importexport.ALSBJarInfo
public class ALSBJarInfo
An instance of this class contains information about a config jar that has been uploaded for the purpose of import but not yet imported. The ALSBJarInfo serves two main purposes:
ALSBConfigurationMBean.importUploaded(ALSBImportPlan)
plan to import the jar file.
| Constructor Summary | |
|---|---|
ALSBJarInfo(java.util.Map<Ref,ALSBResourceInfo> resourceInfos,
boolean isProjectLevelExport)
|
|
| Method Summary | |
|---|---|
ALSBImportPlan |
getDefaultImportPlan()
Returns the default import plan for the importing jar. |
java.util.Map<Ref,ALSBResourceInfo> |
getResourceInfos()
Returns information about individual resources in the jar file |
boolean |
isProjectLevelExport()
Returns whether the jar file was exported at the project level. |
void |
setDefaultImportPlan(ALSBImportPlan defaultImportPlan)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ALSBJarInfo(java.util.Map<Ref,ALSBResourceInfo> resourceInfos,
boolean isProjectLevelExport)
resourceInfos - A map of resources and information about them useful during
import ALSBResourceInfoisProjectLevelExport - Indicates whether jar was exported at a project level.| Method Detail |
|---|
public boolean isProjectLevelExport()
ALSBImportPlan for more information about how the default plan
is computed.
public java.util.Map<Ref,ALSBResourceInfo> getResourceInfos()
public ALSBImportPlan getDefaultImportPlan()
throws NotFoundException
ALSBImportPlan and
ALSBImportOperation for more information about how the default import
plan is computed
NotFoundExceptionpublic void setDefaultImportPlan(ALSBImportPlan defaultImportPlan)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||