org.jboss.aspects.concurrent
Class MutexAspect.TryLockMutex

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

public static class MutexAspect.TryLockMutex
extends Object


Field Summary
protected  MutexLocked props
           
 
Constructor Summary
MutexAspect.TryLockMutex()
           
 
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.TryLockMutex

public MutexAspect.TryLockMutex()
Method Detail

acquire

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


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