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: 63393 $
Author:
{Claude Hussenet Independent Consultant}.

Constructor Summary
ReadWriteLockAspect()
           
 
Method Summary
 Object readLockMethod(MethodInvocation invocation)
           
 Object writeLockMethod(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(MethodInvocation invocation)
                      throws Throwable
Throws:
Throwable

writeLockMethod

public Object writeLockMethod(MethodInvocation invocation)
                       throws Throwable
Throws:
Throwable


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.