org.apache.yoko.orb.OB
Class MessageQueue
java.lang.Object
org.apache.yoko.orb.OB.MessageQueue
public class MessageQueue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unsent_
protected Vector unsent_
pending_
protected Vector pending_
add
public void add(ORBInstance orbInstance,
Buffer buf)
add
public void add(ORBInstance orbInstance,
Downcall down)
getFirstUnsentBuffer
public Buffer getFirstUnsentBuffer()
moveFirstUnsentToPending
public Downcall moveFirstUnsentToPending()
findAndRemovePending
public Downcall findAndRemovePending(int reqId)
setException
public void setException(int state,
SystemException ex,
boolean notCompleted)
hasUnsent
public boolean hasUnsent()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.