IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class MsreErrorCounters

java.lang.Object
  extended bycom.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()
           
 
Method Summary
(package private)  void copy(MsreErrorCounters ec)
          Copies the error counters of another MsreErrorCounters object.
 
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()
Method Detail

copy

void copy(MsreErrorCounters ec)
Copies the error counters of another MsreErrorCounters object. The clone() method cannot be used, because clone() creates a new instance, and this method simply updates the fields of a preexistent object.

Parameters:
ec - MsreErrorCounters - the source of the copy operation.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005