com.ibm.ws.container.service.metadata

Interface ApplicationMetaDataListener


  1. public interface ApplicationMetaDataListener

Method Summary

Modifier and Type Method and Description
  1. void
applicationMetaDataCreated(MetaDataEvent<ApplicationMetaData> event)
Notification that the metadata for an application has been created.
  1. void
applicationMetaDataDestroyed(MetaDataEvent<ApplicationMetaData> event)
Notification that the metadata for an application has been destroyed.

Method Detail

applicationMetaDataCreated

  1. void applicationMetaDataCreated( MetaDataEvent<ApplicationMetaData> event)
  2. throws MetaDataException
Notification that the metadata for an application has been created.
Parameters:
event - the event, with MetaDataEvent.getMetaData() returning DeployedApp
Throws:

applicationMetaDataDestroyed

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