Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.miamm.soapmmil.engine
Class SoapmmilMessageQueue  view SoapmmilMessageQueue download SoapmmilMessageQueue.java

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byjava.util.LinkedList
                  extended byorg.miamm.soapmmil.engine.SoapmmilMessageQueue
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.lang.Iterable, java.util.List, java.io.Serializable

class SoapmmilMessageQueue
extends java.util.LinkedList

A paramaterised LinkedList that only accepts SOAPEnvelope, and that a nicer toString() function for debugging FIXME: doesn't enforce the only SOAPEnvelope thing, but at least you don't have to cast anymore


Nested Class Summary
 
Nested classes inherited from class java.util.LinkedList
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
 
Fields inherited from class java.util.LinkedList
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SoapmmilMessageQueue()
           
 
Method Summary
 void addLast(javax.xml.soap.SOAPEnvelope e)
           
 javax.xml.soap.SOAPEnvelope removeFirstMessage()
           
 java.lang.String toString()
          Overrides the default method to only print the msgId and msgRef of each message
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

SoapmmilMessageQueue

public SoapmmilMessageQueue()
Method Detail

removeFirstMessage

public javax.xml.soap.SOAPEnvelope removeFirstMessage()

addLast

public void addLast(javax.xml.soap.SOAPEnvelope e)

toString

public java.lang.String toString()
Overrides the default method to only print the msgId and msgRef of each message