Class TraceBuffer
java.lang.Object
com.ibm.dtfj.java.j9.TraceBuffer
A container for the information that is described by the <trace> data in the XML index.
Data looks like this:
<trace>
 <header address="0x10a63008" size="1484"/>
 <buffers address="0x10a5ef00" size="8192" offset="40" link="24" terminator="0x0"/>
</trace>
We will have to know more about what is desired from this component before implementing it.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
TraceBuffer
public TraceBuffer() 
 - 
 - 
Method Details
- 
setHeader
public void setHeader(long address, long size)  - 
setBuffer
public void setBuffer(long address, long size, int offset, int link, int terminator)  
 -