com.ibm.ws.container.service.metadata
Interface ApplicationMetaDataListener
public interface ApplicationMetaDataListener
applicationMetaDataCreated
void applicationMetaDataCreated(MetaDataEvent<com.ibm.ws.runtime.metadata.ApplicationMetaData> event)
throws MetaDataException
- Notification that the metadata for an application has been created.
- Parameters:
event
- the event, with MetaDataEvent.getMetaData()
returning DeployedApp
- Throws:
MetaDataException
applicationMetaDataDestroyed
void applicationMetaDataDestroyed(MetaDataEvent<com.ibm.ws.runtime.metadata.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