com.avaya.jtapi.tsapi
Class TSTracingCollaboratorBuffer

java.lang.Object
  extended by 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

Constructor Summary
TSTracingCollaboratorBuffer()
           
 
Method Summary
 void addTraceText(java.lang.String s)
           
 java.lang.String getTraceText()
           
 void resetTraceText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSTracingCollaboratorBuffer

public TSTracingCollaboratorBuffer()
Method Detail

addTraceText

public void addTraceText(java.lang.String s)

getTraceText

public java.lang.String getTraceText()

resetTraceText

public void resetTraceText()


Copyright © 2006 Avaya All Rights Reserved.