com.ibm.ws.runtime.metadata
Interface ModuleMetaData
-
-
Method Summary
Methods Modifier and Type Method and Description ApplicationMetaDatagetApplicationMetaData()Gets the application meta data object associated with this module.ComponentMetaData[]getComponentMetaDatas()Deprecated.This method is going away with LIDB859.J2EENamegetJ2EEName()Gets the J2EEName associated with the module.-
Methods inherited from interface com.ibm.ws.runtime.metadata.MetaData
getMetaData, getName, release, setMetaData
-
-
-
-
Method Detail
-
getJ2EEName
J2EEName getJ2EEName()
Gets the J2EEName associated with the module.
-
getApplicationMetaData
ApplicationMetaData getApplicationMetaData()
Gets the application meta data object associated with this module.
-
getComponentMetaDatas
ComponentMetaData[] getComponentMetaDatas()
Deprecated. This method is going away with LIDB859.
-
-