Interface MutableStoreEntry

  • All Superinterfaces:
    Storable

    public interface MutableStoreEntry
    extends Storable
    A Storeable is an interface that must be implemented by objects that are to be presisted in the store.
    Author:
    Mahesh.Kannan@Sun.Com
    • Method Detail

      • _markStoreEntryAsDirty

        void _markStoreEntryAsDirty()
        Mark the entire store entry as dirty
      • _markAsDirty

        void _markAsDirty​(int attrIndex)
        The store name for which this Storable was created
      • _markAsClean

        void _markAsClean​(int attrIndex)
        The String that can be used by the store implementation to hash the StoreEntry
      • _markStoreEntryAsClean

        void _markStoreEntryAsClean()
        Get the version of this entry. A null value means that this entry
      • _setOwnerId

        void _setOwnerId​(String ownerName)
        Set the replicating ownerid