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.
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 |
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
MsreErrorCounters
public MsreErrorCounters()
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.
(c) Copyright IBM Corporation 1998, 2005