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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic void add(SniffMessage sniffMessage)
public String toXML()
public String[] getCallIds()
Copyright © 2014. All Rights Reserved.