|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.jsim.hla.JSimHLACallbackQueue
JSimHLACallbackQueue represents queue for received RTI callbacks. It must be synchronized for concurrent access. You should never need to create an instance of this class.
JSimHLAReceivedInteractionCallback| Constructor Summary | |
JSimHLACallbackQueue()
Creates an instance of JSimHLACallbackQueue. |
|
| Method Summary | |
java.lang.Object |
dequeue()
Dequeues first object from the queue. |
void |
enqueue(java.lang.Object object)
Enqueues specified object into the queue. |
boolean |
isEmpty()
Returns true if the queue is empty, false otherwise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSimHLACallbackQueue()
| Method Detail |
public void enqueue(java.lang.Object object)
object - Object to enqueue.public java.lang.Object dequeue()
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||