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 ReentrantLock lock
MutexedObjectMixin
public MutexedObjectMixin(Object obj)
getMutex
public ReentrantLock getMutex()
- Specified by:
getMutex
in interface MutexedObject
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.