com.ibm.ws.container.service.metadata

Interface ComponentMetaDataListener


  1. public interface ComponentMetaDataListener

Method Summary

Modifier and Type Method and Description
  1. void
componentMetaDataCreated(MetaDataEvent<ComponentMetaData> event)
Notification that the component for a module has been created.
  1. void
componentMetaDataDestroyed(MetaDataEvent<ComponentMetaData> event)
Notification that the metadata for a component has been destroyed.

Method Detail

componentMetaDataCreated

  1. void componentMetaDataCreated(MetaDataEvent<ComponentMetaData> event)
Notification that the component for a module has been created.
Parameters:
event - the event

componentMetaDataDestroyed

  1. void componentMetaDataDestroyed( MetaDataEvent<ComponentMetaData> event)
Notification that the metadata for a component has been destroyed. This event might be fired without a corresponding componentMetaDataCreated(com.ibm.ws.container.service.metadata.MetaDataEvent) event if an error occurred while creating the metadata.
Parameters:
event - the event