|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleMetaData
Interface for the SCA meta data that can be retrieved by the SCA meta data
registry MetaDataRegistry
.
MetaDataRegistry
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
BOMode |
getBOMode()
Method that returns the BO Mode (BO Eager, BO Lazy) of the SCA module. |
java.util.Collection<ComponentInfo> |
getComponents()
Method returns a list of ComponentInfo objects with information
about each component within this SCA module. |
java.util.Collection<ExportInfo> |
getExports()
Method returns a list of ExportInfo objects with information
about each export within this SCA module. |
java.util.Collection<ImportInfo> |
getImports()
Method returns a list of ImportInfo objects with information
about each import within this SCA module. |
java.lang.String |
getModuleName()
Method that returns the SCA module name. |
java.lang.String |
getModuleShortName()
Method that returns the SCA module short name. |
java.lang.String |
getRootContainerAcronym()
Method returns the root container acronym if the application belongs to a process application; otherwise null . |
java.lang.String |
getRootContainerName()
Method returns the root container name if the application belongs to a process application; otherwise null . |
java.lang.String |
getRootContainerSnapshotGUID()
Method returns the root container snapshot GUID if the application belongs to a process application; otherwise null . |
java.lang.String |
getRootContainerSnapshotName()
Method returns the root container snapshot name if the application belongs to a process application; otherwise null . |
java.lang.String |
getRootContainerTrackName()
Method returns the root container track name if the application belongs to a process application; otherwise null . |
java.lang.String |
getToolkitAcronym()
Method returns the toolkit acronym if the application belongs to a process application and the process application contains a toolkit; otherwise null . |
java.lang.String |
getToolkitName()
Method returns the name of the toolkit if the application belongs to a process application and the process application contains a toolkit; otherwise null . |
java.lang.String |
getToolkitSnapshotID()
Method returns the toolkit snapshot ID if the application belongs to a process application and the process application contains a toolkit; otherwise null . |
java.lang.String |
getToolkitSnapshotName()
Method returns the toolkit snapshot name if the application belongs to a process application and the process application contains a toolkit; otherwise null . |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getModuleName()
java.lang.String getModuleShortName()
BOMode getBOMode()
java.lang.String getRootContainerSnapshotGUID()
null
.
null
.java.lang.String getRootContainerName()
null
.
null
.java.lang.String getRootContainerAcronym()
null
.
null
.java.lang.String getRootContainerSnapshotName()
null
.
null
.java.lang.String getRootContainerTrackName()
null
.
null
.java.lang.String getToolkitName()
null
.
null
.java.lang.String getToolkitAcronym()
null
.
null
.java.lang.String getToolkitSnapshotName()
null
.
null
.java.lang.String getToolkitSnapshotID()
null
.
null
.java.util.Collection<ComponentInfo> getComponents()
ComponentInfo
objects with information
about each component within this SCA module.
ComponentInfo
objects with information about each
component within this SCA module.java.util.Collection<ImportInfo> getImports()
ImportInfo
objects with information
about each import within this SCA module.
ImportInfo
objects with information about each
import within this SCA module.java.util.Collection<ExportInfo> getExports()
ExportInfo
objects with information
about each export within this SCA module.
ExportInfo
objects with information about each
export within this SCA module.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |