|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addToListCache(PersistentObject po)
Add new items to the list cache. |
void |
addToListCache(Type type,
PersistentObject[] poArray)
Add new items to the list cache. |
void |
clearListCache(Type type,
java.lang.String ogNameOrID)
Rename items in the list cache. |
void |
deleteFromListCache(Type type,
java.lang.String nameOrId)
Remove deleted items from the list cache. |
void |
deleteFromListCache(Type type,
java.lang.String[] nameOrIdArray)
Remove deleted items from the list cache. |
void |
renameInListCache(Type type,
java.lang.String[] nameOrIdArray,
java.lang.String[] newNames)
Rename items in the list cache. |
void |
renameInListCache(Type type,
java.lang.String nameOrId,
java.lang.String newName)
Rename items in the list cache. |
void |
shutdown()
|
void |
updateListCache(PersistentObject po)
Apply successful repository updates to the list cache. |
void |
updateListCache(PersistentObject[] poArray)
Apply successful repository updates to the list cache. |
Method Detail |
public void shutdown() throws WavesetException
WavesetException
public void updateListCache(PersistentObject po)
public void updateListCache(PersistentObject[] poArray)
public void addToListCache(PersistentObject po)
public void addToListCache(Type type, PersistentObject[] poArray)
public void deleteFromListCache(Type type, java.lang.String nameOrId)
public void deleteFromListCache(Type type, java.lang.String[] nameOrIdArray)
public void renameInListCache(Type type, java.lang.String nameOrId, java.lang.String newName)
public void renameInListCache(Type type, java.lang.String[] nameOrIdArray, java.lang.String[] newNames)
public void clearListCache(Type type, java.lang.String ogNameOrID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |