org.jasig.portal.container.services.information
Class PortletWindowStateInfo.Lock

java.lang.Object
  extended by org.jasig.portal.container.services.information.PortletWindowStateInfo.Lock
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PortletWindowStateInfo

private class PortletWindowStateInfo.Lock
extends java.lang.Object
implements java.io.Serializable

Utility class that is used for synchornization. Keeping the two lock fields final is important to ensure the synchronization works correctly. Had to create a custom class instead of using Object since Object is not serializable.


Constructor Summary
private PortletWindowStateInfo.Lock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowStateInfo.Lock

private PortletWindowStateInfo.Lock()