org.glassfish.ha.store.spi
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 Summary
 void _markAsClean(int attrIndex)
          The String that can be used by the store implementation to hash the StoreEntry
 void _markAsDirty(int attrIndex)
          The store name for which this Storable was created
 void _markStoreEntryAsClean()
          Get the version of this entry.
 void _markStoreEntryAsDirty()
          Mark the entire store entry as dirty
 void _setOwnerId(String ownerName)
          Set the replicating ownerid
 
Methods inherited from interface org.glassfish.ha.store.spi.Storable
_getAttributeValue, _getDirtyAttributeNames, _getOwnerInstanceName, _getVersion
 

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



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.