org.jboss.aspects.concurrent
Class MutexedObjectMixin

java.lang.Object
  extended by org.jboss.aspects.concurrent.MutexedObjectMixin
All Implemented Interfaces:
MutexedObject

public class MutexedObjectMixin
extends Object
implements MutexedObject

comment

Author:
Bill Burke

Field Summary
protected  ReentrantLock lock
           
 
Constructor Summary
MutexedObjectMixin(Object obj)
           
 
Method Summary
 ReentrantLock getMutex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock

protected ReentrantLock lock
Constructor Detail

MutexedObjectMixin

public MutexedObjectMixin(Object obj)
Method Detail

getMutex

public ReentrantLock getMutex()
Specified by:
getMutex in interface MutexedObject


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