|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NonBlockingThrottle
The base interface for all throttle objects that will not block the requesting threads.
It declares the basic methods required for a non-blocking throttle object. All the implementations should be thread-safe and can be invoked by multiple threads at the same time.
Method Summary | |
---|---|
boolean |
enterThrottle()
The method to call when entering the throttle. |
void |
exitThrottle()
The method to call when leaving the throttle. |
Method Detail |
---|
boolean enterThrottle()
void exitThrottle()
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.