org.objectweb.joram.mom.proxies
Class AckedQueue

java.lang.Object
  extended byorg.objectweb.joram.mom.proxies.AckedQueue
All Implemented Interfaces:
java.io.Serializable

public class AckedQueue
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AckedQueue()
           
 
Method Summary
 void ack(long ackId)
           
 ProxyMessage get()
           
 void push(ProxyMessage msg)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AckedQueue

public AckedQueue()
Method Detail

push

public void push(ProxyMessage msg)

get

public ProxyMessage get()
                 throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

ack

public void ack(long ackId)

reset

public void reset()


Copyright ? 2004 Scalagent - All rights reserved