org.jboss.aspects.concurrent
Class LatchedObjectMixin

java.lang.Object
  extended by org.jboss.aspects.concurrent.LatchedObjectMixin
All Implemented Interfaces:
LatchedObject

public class LatchedObjectMixin
extends Object
implements LatchedObject

comment

Author:
Bill Burke

Constructor Summary
LatchedObjectMixin(Object obj)
           
 
Method Summary
 CountDownLatch getLatch()
           
 void resetLatch(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatchedObjectMixin

public LatchedObjectMixin(Object obj)
Method Detail

getLatch

public CountDownLatch getLatch()
Specified by:
getLatch in interface LatchedObject

resetLatch

public void resetLatch(int count)
Specified by:
resetLatch in interface LatchedObject


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