org.jboss.aspects.concurrent
Interface LatchedObject

All Known Implementing Classes:
LatchedObjectMixin

public interface LatchedObject

comment

Author:
Bill Burke

Method Summary
 java.util.concurrent.CountDownLatch getLatch()
           
 void resetLatch(int count)
           
 

Method Detail

getLatch

java.util.concurrent.CountDownLatch getLatch()

resetLatch

void resetLatch(int count)


Copyright © 2004 JBoss Inc. All Rights Reserved.