org.jboss.aspects.concurrent
Interface LatchedObject

All Known Implementing Classes:
LatchedObjectMixin

public interface LatchedObject

comment

Author:
Bill Burke

Method Summary
 CountDownLatch getLatch()
           
 void resetLatch(int count)
           
 

Method Detail

getLatch

CountDownLatch getLatch()

resetLatch

void resetLatch(int count)


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