org.jboss.aspects.concurrent
Class MutexedObjectMixin
java.lang.Object
org.jboss.aspects.concurrent.MutexedObjectMixin
- All Implemented Interfaces:
- MutexedObject
public class MutexedObjectMixin
- extends Object
- implements MutexedObject
comment
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lock
protected java.util.concurrent.locks.ReentrantLock lock
MutexedObjectMixin
public MutexedObjectMixin(Object obj)
getMutex
public java.util.concurrent.locks.ReentrantLock getMutex()
- Specified by:
getMutex
in interface MutexedObject
Copyright © 2004 JBoss Inc. All Rights Reserved.