com.ibm.ws.container.service.metadata
Interface ModuleMetaDataListener
public interface ModuleMetaDataListener
moduleMetaDataCreated
void moduleMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event)
throws MetaDataException
- Notification that the metadata for a module has been created.
- Parameters:
event
- the event, with MetaDataEvent.getMetaData()
returning DeployedMod
- Throws:
MetaDataException
moduleMetaDataDestroyed
void moduleMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event)
- Notification that the metadata for a module has been destroyed. This event might be fired without a corresponding
moduleMetaDataCreated(com.ibm.ws.container.service.metadata.MetaDataEvent)
event if an error occurred
while creating the metadata.
- Parameters:
event
- the event