public class SniffSessionList extends ArrayList
modCount
Constructor and Description |
---|
SniffSessionList() |
Modifier and Type | Method and Description |
---|---|
void |
add(SniffMessage sniffMessage)
Add a new SniffMessage to the SniffSessionList.
|
String[] |
getCallIds()
Return an array of call identifiers for the traces.
|
String |
toXML()
Return a string consisting of formatted messages that can be fed
to the trace viewer.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public void add(SniffMessage sniffMessage)
public String toXML()
public String[] getCallIds()
Copyright © 2016. All Rights Reserved.