com.ibm.ws.container.service.metadata

Interface ModuleMetaDataListener


  1. public interface ModuleMetaDataListener

Method Summary

Modifier and Type Method and Description
  1. void
moduleMetaDataCreated(MetaDataEvent<ModuleMetaData> event)
Notification that the metadata for a module has been created.
  1. void
moduleMetaDataDestroyed(MetaDataEvent<ModuleMetaData> event)
Notification that the metadata for a module has been destroyed.

Method Detail

moduleMetaDataCreated

  1. void moduleMetaDataCreated(MetaDataEvent<ModuleMetaData> event)
  2. throws MetaDataException
Notification that the metadata for a module has been created.
Parameters:
event - the event, with MetaDataEvent.getMetaData() returning DeployedMod
Throws:

moduleMetaDataDestroyed

  1. void moduleMetaDataDestroyed(MetaDataEvent<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