*
* @deprecated not useful. Sometimes we want to do more in the synchronized
* block, or add more than one Component
*/
public static void collect(Datagram d) {
ComponentRenderer cr = Otse.getInstance().getComponentRenderer();
//synchronized (Component.queue) {
cr.queue.add(d);
//}
}