|
|||||||||
| Home >> All >> com >> flexstor >> common >> modules >> [ refresh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.modules.refresh
Class QuickRefreshModel

java.lang.Objectcom.flexstor.common.modules.refresh.QuickRefreshModel
- class QuickRefreshModel
- extends java.lang.Object
Quick Refresh busness logic for the FLEXSTOR.db Registry System A quick refresh "patches" the registry so that the current data set looks like it came from a fresh search. The time stamp supplied by the refresh() method is used to update any modified records. No database access is required by this class.
- Version:
- 3.0
| Field Summary | |
private long |
nTimeStamp
|
| Constructor Summary | |
(package private) |
QuickRefreshModel()
|
| Method Summary | |
void |
refresh(long nTimeStamp,
java.util.Set s)
|
private void |
refreshItem(com.flexstor.common.modules.registry.EditableInstanceI inst)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nTimeStamp
private long nTimeStamp
| Constructor Detail |
QuickRefreshModel
QuickRefreshModel()
| Method Detail |
refresh
public void refresh(long nTimeStamp,
java.util.Set s)
refreshItem
private void refreshItem(com.flexstor.common.modules.registry.EditableInstanceI inst)
|
|||||||||
| Home >> All >> com >> flexstor >> common >> modules >> [ refresh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.modules.refresh.QuickRefreshModel