| |
|
| java.lang.Object org.apache.catalina.cluster.util.SmartQueue
SmartQueue | public class SmartQueue (Code) | | |
Inner Class :public static class SmartEntry | |
Field Summary | |
public static int | debug | public static org.apache.commons.logging.Log | log |
Method Summary | |
public void | add(SmartEntry entry) | public SmartEntry | remove() | public SmartEntry | remove(long timeout) | public int | size() |
debug | public static int debug(Code) | | |
log | public static org.apache.commons.logging.Log log(Code) | | |
SmartQueue | public SmartQueue()(Code) | | |
add | public void add(SmartEntry entry)(Code) | | Add an object to the queue
Parameters: entry - - the smart entry |
remove | public SmartEntry remove()(Code) | | Blocks forever until an element has been added to the queue
|
remove | public SmartEntry remove(long timeout)(Code) | | |
|
|
|