com.ibm.dse.services.landp
Class MsreErrorCounters

java.lang.Object
  |
  +--com.ibm.dse.services.landp.MsreErrorCounters

public class MsreErrorCounters
extends java.lang.Object

MSRE error counters. There is an counter for each kind of operation.


Field Summary
 short encodeCancels
           
 short encodeRead
           
 short other
           
 short readCancels
           
 short track1encode
           
 short track1read
           
 short track2encode
           
 short track2read
           
 short track3encode
           
 short track3read
           
 
Constructor Summary
MsreErrorCounters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

track1read

public short track1read

track2read

public short track2read

track3read

public short track3read

track1encode

public short track1encode

track2encode

public short track2encode

track3encode

public short track3encode

encodeRead

public short encodeRead

readCancels

public short readCancels

encodeCancels

public short encodeCancels

other

public short other
Constructor Detail

MsreErrorCounters

public MsreErrorCounters()