com.ibm.ws.container.service.metadata

Interface MetaDataEvent<M extends MetaData>


  1. public interface MetaDataEvent<M extends MetaData>

Method Summary

Modifier and Type Method and Description
  1. Container
getContainer()
The Container associated with this metadata event, or null if no Container is associated with this event.
  1. M
getMetaData()
The metadata for the event.

Method Detail

getMetaData

  1. M getMetaData()
The metadata for the event.

getContainer

  1. Container getContainer()
The Container associated with this metadata event, or null if no Container is associated with this event.