|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VersionCounterService
Version counter service interface.
| Method Summary | |
|---|---|
int |
currentVersionNumber(StoreRef storeRef)
Gets the current version number for the specified store. |
int |
nextVersionNumber(StoreRef storeRef)
Get the next available version number for the specified store. |
void |
resetVersionNumber(StoreRef storeRef)
Resets the version number for a the specified store. |
void |
setVersionNumber(StoreRef storeRef,
int versionCount)
Sets the version number for a specified store. |
| Method Detail |
|---|
int nextVersionNumber(StoreRef storeRef)
storeRef - the store reference
int currentVersionNumber(StoreRef storeRef)
storeRef - the store reference
void resetVersionNumber(StoreRef storeRef)
storeRef - the store reference
void setVersionNumber(StoreRef storeRef,
int versionCount)
storeRef - the store referenceversionCount - the new version count
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||