com.ibm.ws.container.service.metadata
Interface ApplicationMetaDataListener
- public interface ApplicationMetaDataListener
Method Summary
Modifier and Type | Method and Description |
---|---|
|
applicationMetaDataCreated(MetaDataEvent<ApplicationMetaData> event)
Notification that the metadata for an application has been created.
|
|
applicationMetaDataDestroyed(MetaDataEvent<ApplicationMetaData> event)
Notification that the metadata for an application has been destroyed.
|
Method Detail
applicationMetaDataCreated
- void applicationMetaDataCreated( MetaDataEvent<ApplicationMetaData> event)
- throws MetaDataException
Notification that the metadata for an application has been created.
Parameters:
Throws:
applicationMetaDataDestroyed
- 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