|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageManager
Page manager.
| Method Summary | |
|---|---|
void |
commitRequest()
Commits the changes to external storage if the manager uses it. |
void |
destroy()
Destroy the page manager. |
IPageManagerContext |
getContext()
|
IManageablePage |
getPage(int id)
Retrieve page instance with given id. |
void |
newSessionCreated()
Invoked when new session has been created. |
void |
sessionExpired(String sessionId)
Invoked when the session has been expired. |
boolean |
supportsVersioning()
Returns whether this manager supports versioning. |
void |
touchPage(IManageablePage page)
Marks page as changed. |
| Method Detail |
|---|
IPageManagerContext getContext()
IManageablePage getPage(int id)
throws CouldNotLockPageException
id -
null
CouldNotLockPageException
void touchPage(IManageablePage page)
throws CouldNotLockPageException
page -
CouldNotLockPageExceptionboolean supportsVersioning()
void commitRequest()
void newSessionCreated()
context - void sessionExpired(String sessionId)
sessionId - void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||