|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.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 computedNotFoundExceptionpublic void setDefaultImportPlan(ALSBImportPlan defaultImportPlan)
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||