Package | Description |
---|---|
com.ibm.ws.container.service.metadata |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationMetaDataListener.applicationMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ApplicationMetaData> event)
Notification that the metadata for an application has been created.
|
void |
ApplicationMetaDataListener.applicationMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ApplicationMetaData> event)
Notification that the metadata for an application has been destroyed.
|
void |
ComponentMetaDataListener.componentMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ComponentMetaData> event)
Notification that the component for a module has been created.
|
void |
ComponentMetaDataListener.componentMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ComponentMetaData> event)
Notification that the metadata for a component has been destroyed.
|
static boolean |
MetaDataUtils.copyModuleMetaDataSlot(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event,
com.ibm.ws.runtime.metadata.MetaDataSlot slot)
Copy slot data from a primary module metadata to a nested module
metadata.
|
void |
MethodMetaDataListener.methodMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.MethodMetaData> event)
Notification that the metadata for a method has been created.
|
void |
MethodMetaDataListener.methodMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.MethodMetaData> event)
Notification that the metadata for a method has been destroyed.
|
void |
ModuleMetaDataListener.moduleMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event)
Notification that the metadata for a module has been created.
|
void |
ModuleMetaDataListener.moduleMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event)
Notification that the metadata for a module has been destroyed.
|