org.jboss.aspects.concurrent
Class LatchedObjectMixin
java.lang.Object
org.jboss.aspects.concurrent.LatchedObjectMixin
- All Implemented Interfaces:
- LatchedObject
public class LatchedObjectMixin
- extends Object
- implements LatchedObject
comment
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatchedObjectMixin
public LatchedObjectMixin(Object obj)
getLatch
public CountDownLatch getLatch()
- Specified by:
getLatch
in interface LatchedObject
resetLatch
public void resetLatch(int count)
- Specified by:
resetLatch
in interface LatchedObject
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.