org.jboss.aspects.concurrent
Class MutexAspect.BlockingMutex

java.lang.Object
  extended by org.jboss.aspects.concurrent.MutexAspect.BlockingMutex
Enclosing class:
MutexAspect

public static class MutexAspect.BlockingMutex
extends Object


Field Summary
protected  MutexLocked props
           
 
Constructor Summary
MutexAspect.BlockingMutex()
           
 
Method Summary
 Object acquire(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

protected MutexLocked props
Constructor Detail

MutexAspect.BlockingMutex

public MutexAspect.BlockingMutex()
Method Detail

acquire

public Object acquire(Invocation invocation)
               throws Throwable
Throws:
Throwable


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