com.ibm.wsspi.sca.metadata

Class MetaDataRegistry

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sca.metadata.MetaDataRegistry

  1. public final class MetaDataRegistry
  2. extends java.lang.Object
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().
Since:
7.5.1.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. ModuleMetaData
getModuleMetaData(java.lang.String appName)
Method returns the module meta data for the specified application name.
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

Method Detail

newInstance

  1. 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

  1. 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