org.jboss.aspects.patterns.readwritelock
Class ReadWriteLockAspect
java.lang.Object
org.jboss.aspects.patterns.readwritelock.ReadWriteLockAspect
public class ReadWriteLockAspect
- extends Object
- Version:
- $Revision: 63393 $
- Author:
- {Claude Hussenet Independent Consultant}.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadWriteLockAspect
public ReadWriteLockAspect()
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.