com.ibm.ws.container.service.metadata
Interface MetaDataEvent<M extends MetaData>
- public interface MetaDataEvent<M extends MetaData>
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getContainer()
The
Container associated with this metadata event, or null if no
Container is associated with this event.
|
getMetaData()
The metadata for the event.
|
Method Detail
getMetaData
- M getMetaData()
The metadata for the event.
getContainer
- Container getContainer()
The
Container
associated with this metadata event, or null if no
Container is associated with this event.