Package org.apache.wicket.page
Class PageAccessSynchronizer.PageLock
- java.lang.Object
-
- org.apache.wicket.page.PageAccessSynchronizer.PageLock
-
- Enclosing class:
- PageAccessSynchronizer
public static class PageAccessSynchronizer.PageLock extends Object
Thread's lock on a page- Author:
- igor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageId()
Thread
getThread()
void
markReleased(boolean isDebugEnabled)
void
waitForRelease(long remaining, boolean isDebugEnabled)
-
-
-
Method Detail
-
getPageId
public int getPageId()
- Returns:
- page id of locked page
-
waitForRelease
public final void waitForRelease(long remaining, boolean isDebugEnabled)
-
markReleased
public final void markReleased(boolean isDebugEnabled)
-
-