-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void_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 createdvoid_markStoreEntryAsClean()Get the version of this entry.void_markStoreEntryAsDirty()Mark the entire store entry as dirtyvoid_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
-
-