IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Class MetaDataRegistry

java.lang.Object
  extended by com.ibm.wsspi.sca.metadata.MetaDataRegistry

public final class MetaDataRegistry
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
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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

IBM WebSphere Application ServerTM
Release 8