jGCS Documentation

net.sf.jgcs.utils
Class Mailbox<T>

java.lang.Object
  extended by net.sf.jgcs.utils.Mailbox<T>

public class Mailbox<T>
extends java.lang.Object


Constructor Summary
Mailbox()
           
 
Method Summary
 void add(T item)
           
 T removeNext()
           
 T removeNext(long millis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mailbox

public Mailbox()
Method Detail

add

public void add(T item)

removeNext

public T removeNext()

removeNext

public T removeNext(long millis)

jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page