com.ibm.wsspi.sca.metadata
Class MetaDataRegistry
- java.lang.Object
com.ibm.wsspi.sca.metadata.MetaDataRegistry
- public final class MetaDataRegistry
- extends java.lang.Object
getModuleMetaData(String)
. To do so
it is necessary to get an instance of the registry by calling
newInstance()
.
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getModuleMetaData(java.lang.String appName)
Method returns the module meta data for the specified application name.
|
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Method Detail
newInstance
- public static MetaDataRegistry newInstance( )
Static factory method to create a new instance of the meta data registry.
Returns:
MetaDataRegistry
New instance of the meta data registry.
getModuleMetaData
- public ModuleMetaData getModuleMetaData( java.lang.String appName)
Method returns the module meta data for the specified application name.
If the application is not (yet) started or the application does not
contain a SCA module
null
will be returned.
Parameters:
appName
- The application name of the enterprise application for which the
module meta data are requested. Returns:
ModuleMetaData
ModuleMetaData
module meta data for the specified enterprise
application; otherwise null