|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.sca.metadata.MetaDataRegistry
public final class MetaDataRegistry
Meta Data registry that provide a interface to retrieve the SCA meta data
for a specific application getModuleMetaData(String)
. To do so
it is necessary to get an instance of the registry by calling
newInstance()
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
ModuleMetaData |
getModuleMetaData(java.lang.String appName)
Method returns the module meta data for the specified application name. |
static MetaDataRegistry |
newInstance()
Static factory method to create a new instance of the meta data registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static MetaDataRegistry newInstance()
public ModuleMetaData getModuleMetaData(java.lang.String appName)
null
will be returned.
appName
- The application name of the enterprise application for which the
module meta data are requested.
ModuleMetaData
module meta data for the specified enterprise
application; otherwise null
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |