org.jboss.aspects.patterns.readwritelock
Class ReadWriteLockAspect

java.lang.Object
  extended by org.jboss.aspects.patterns.readwritelock.ReadWriteLockAspect

public class ReadWriteLockAspect
extends Object

Version:
$Revision: 1.2.2.3 $
Author:
{Claude Hussenet Independent Consultant}.

Constructor Summary
ReadWriteLockAspect()
           
 
Method Summary
 Object readLockMethod(org.jboss.aop.joinpoint.MethodInvocation invocation)
           
 Object writeLockMethod(org.jboss.aop.joinpoint.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadWriteLockAspect

public ReadWriteLockAspect()
Method Detail

readLockMethod

public Object readLockMethod(org.jboss.aop.joinpoint.MethodInvocation invocation)
                      throws Throwable
Throws:
Throwable

writeLockMethod

public Object writeLockMethod(org.jboss.aop.joinpoint.MethodInvocation invocation)
                       throws Throwable
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.