org.jboss.portal.server.aspects.server
Class SessionLockInterceptor

java.lang.Object
  extended by org.jboss.portal.server.aspects.LockInterceptor
      extended by org.jboss.portal.server.aspects.server.SessionLockInterceptor
All Implemented Interfaces:
Interceptor

public class SessionLockInterceptor
extends LockInterceptor

Version:
$Revision: 8784 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.portal.server.aspects.LockInterceptor
LockInterceptor.InternalLock
 
Constructor Summary
SessionLockInterceptor()
           
 
Method Summary
protected  java.lang.Object getLockId(Invocation invocation)
           
 
Methods inherited from class org.jboss.portal.server.aspects.LockInterceptor
acquire, invoke, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionLockInterceptor

public SessionLockInterceptor()
Method Detail

getLockId

protected java.lang.Object getLockId(Invocation invocation)
Specified by:
getLockId in class LockInterceptor