com.avaya.jtapi.tsapi
Class TSTracingCollaboratorBuffer
java.lang.Object
com.avaya.jtapi.tsapi.TSTracingCollaboratorBuffer
public class TSTracingCollaboratorBuffer
- extends java.lang.Object
a Tracing Buffer which is available via TSTracingCollaborator.
Threads can include an instance of this, and
can implement the interface (TSTracingCollaborator)
so that outside parties can get access to the buffer.
Used by TSTraceStream to implement thread-atomic writes.
- See Also:
TSTracingCollaborator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TSTracingCollaboratorBuffer
public TSTracingCollaboratorBuffer()
addTraceText
public void addTraceText(java.lang.String s)
getTraceText
public java.lang.String getTraceText()
resetTraceText
public void resetTraceText()
Copyright © 2006 Avaya All Rights Reserved.