- java.lang.Object
-
- org.mortbay.loadbalancer.NonBlockingQueue
-
-
Constructor Summary
Constructors
Constructor and Description |
NonBlockingQueue(int capacity)
Constructor.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
isEmpty() |
boolean |
isFull() |
java.lang.Object |
next() |
java.lang.Object |
peek() |
boolean |
queue(java.lang.Object o) |
int |
size() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isFull
public boolean isFull()
-
isEmpty
public boolean isEmpty()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.