|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableStoreEntry
A Storeable is an interface that must be implemented by objects that are to be presisted in the store.
| 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 |
|---|
void _markStoreEntryAsDirty()
void _markAsDirty(int attrIndex)
void _markAsClean(int attrIndex)
void _markStoreEntryAsClean()
void _setOwnerId(String ownerName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||