类 WebSessionMutexListener.Mutex
java.lang.Object
cn.taketoday.web.util.WebSessionMutexListener.Mutex
- 所有已实现的接口:
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 WebSession persistence.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
Mutex
private Mutex()
-