Package org.glassfish.ha.store.spi
Interface MutableStoreEntry
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid_markAsClean(int attrIndex) The String that can be used by the store implementation to hash the StoreEntryvoid_markAsDirty(int attrIndex) The store name for which this Storable was createdvoidGet the version of this entry.voidMark the entire store entry as dirtyvoid_setOwnerId(String ownerName) Set the replicating owneridMethods inherited from interface org.glassfish.ha.store.spi.Storable
_getAttributeValue, _getDirtyAttributeNames, _getOwnerInstanceName, _getVersion
-
Method Details
-
_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
Set the replicating ownerid
-