com.ibm.ws.container.service.metadata
Interface ModuleMetaDataListener


public interface ModuleMetaDataListener


Method Summary
 void moduleMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event)
          Notification that the metadata for a module has been created.
 void moduleMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.ModuleMetaData> event)
          Notification that the metadata for a module has been destroyed.
 

Method Detail

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