com.ibm.ws.container.service.metadata

Interface MetaDataEvent<M extends com.ibm.ws.runtime.metadata.MetaData>



  • public interface MetaDataEvent<M extends com.ibm.ws.runtime.metadata.MetaData>
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.ibm.wsspi.adaptable.module.Container getContainer()
      The Container associated with this metadata event, or null if no Container is associated with this event.
      M getMetaData()
      The metadata for the event.
    • Method Detail

      • getMetaData

        M getMetaData()
        The metadata for the event.
      • getContainer

        com.ibm.wsspi.adaptable.module.Container getContainer()
        The Container associated with this metadata event, or null if no Container is associated with this event.