org.apache.wicket.page
Class PageAccessSynchronizer.PageLock

java.lang.Object
  extended by org.apache.wicket.page.PageAccessSynchronizer.PageLock
Enclosing class:
PageAccessSynchronizer

public static class PageAccessSynchronizer.PageLock
extends java.lang.Object

Thread's lock on a page

Author:
igor

Constructor Summary
PageAccessSynchronizer.PageLock(int pageId, java.lang.Thread thread)
          Constructor
 
Method Summary
 int getPageId()
           
 java.lang.Thread getThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageAccessSynchronizer.PageLock

public PageAccessSynchronizer.PageLock(int pageId,
                                       java.lang.Thread thread)
Constructor

Parameters:
pageId -
thread -
Method Detail

getPageId

public int getPageId()
Returns:
page id of locked page

getThread

public java.lang.Thread getThread()
Returns:
thread that owns the lock


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.