com.ibm.ws.runtime.metadata

Interface MetaData

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object getMetaData(MetaDataSlot slot)
      Gets the meta data associated with the given slot.
      java.lang.String getName()
      Gets the name associated with this meta data.
      void release()
      Releases any resources that are not needed for runtime.
      void setMetaData(MetaDataSlot slot, java.lang.Object metadata)
      Sets the meta data associated with the given slot.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name associated with this meta data.
      • setMetaData

        void setMetaData(MetaDataSlot slot,
                       java.lang.Object metadata)
        Sets the meta data associated with the given slot. If the specified slot number is greater than highest slot number currently allocated, sufficient additional slots will be allocated
        Parameters:
        slot - integer slot number of desired location
        metadata - data to be stored
      • getMetaData

        java.lang.Object getMetaData(MetaDataSlot slot)
        Gets the meta data associated with the given slot. If the slot has been reserved, but no metadata allocated, null will be returned.
        Parameters:
        slot - the desired location
        Returns:
        null if no metadata allocated, otherwise the metadata associated with the specified slot
        See Also:
        MetaDataService.reserveSlot(Class)
      • release

        void release()
        Releases any resources that are not needed for runtime.
        See Also:
        MetaDataService.reserveSlot(Class)
IBM WebSphere Application ServerTM
Release 8.5