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  java.util.concurrent.locks.ReentrantLock lock
           
 
Constructor Summary
MutexedObjectMixin(Object obj)
           
 
Method Summary
 java.util.concurrent.locks.ReentrantLock getMutex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock

protected java.util.concurrent.locks.ReentrantLock lock
Constructor Detail

MutexedObjectMixin

public MutexedObjectMixin(Object obj)
Method Detail

getMutex

public java.util.concurrent.locks.ReentrantLock getMutex()
Specified by:
getMutex in interface MutexedObject


Copyright © 2004 JBoss Inc. All Rights Reserved.