org.springframework.web.util
Class HttpSessionMutexListener.Mutex

java.lang.Object
  extended by org.springframework.web.util.HttpSessionMutexListener.Mutex
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HttpSessionMutexListener

private static class HttpSessionMutexListener.Mutex
extends java.lang.Object
implements java.io.Serializable

The mutex to be registered. Doesn't need to be anything but a plain Object to synchronize on. Should be serializable to allow for HttpSession persistence.


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

Constructor Detail

HttpSessionMutexListener.Mutex

private HttpSessionMutexListener.Mutex()