Package org.exoplatform.social.common
Class RequestQueueingFilter.SessionLockInterceptor
- java.lang.Object
-
- org.exoplatform.social.common.LockInterceptor<RequestQueueingFilter.ServletFilterInvocation>
-
- org.exoplatform.social.common.RequestQueueingFilter.SessionLockInterceptor
-
- Enclosing class:
- RequestQueueingFilter
public class RequestQueueingFilter.SessionLockInterceptor extends LockInterceptor<RequestQueueingFilter.ServletFilterInvocation>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.exoplatform.social.common.LockInterceptor
LockInterceptor.InternalLock
-
-
Constructor Summary
Constructors Constructor Description SessionLockInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetLockId(RequestQueueingFilter.ServletFilterInvocation invocation)-
Methods inherited from class org.exoplatform.social.common.LockInterceptor
acquire, invoke, release
-
-
-
-
Method Detail
-
getLockId
protected Object getLockId(RequestQueueingFilter.ServletFilterInvocation invocation) throws org.gatein.pc.api.invocation.InvocationException
- Specified by:
getLockIdin classLockInterceptor<RequestQueueingFilter.ServletFilterInvocation>- Throws:
org.gatein.pc.api.invocation.InvocationException
-
-