public class Counter extends StatusCounter implements CountStatusInterface
Modifier and Type | Field and Description |
---|---|
protected long |
mode |
generalfailures, generalpasses, generalwarnings, iofailures, skippedrecords, suspended, testfailures, testlevel, testpasses, testwarnings, totalrecords, trackingComment, trackingStatus, trackingSystem
Constructor and Description |
---|
Counter()
Constructor for Counter
|
Counter(long totalrecords,
long skippedrecords,
long iofailures,
long testfailures,
long testwarnings,
long testpasses,
long generalfailures,
long generalwarnings,
long generalpasses)
Constructor for Counter
|
Modifier and Type | Method and Description |
---|---|
long |
getMode() |
void |
resume() |
void |
setMode(long mode) |
void |
suspend() |
addStatus, incrementGeneralFailures, incrementGeneralPasses, incrementGeneralWarnings, incrementIOFailures, incrementSkippedRecords, incrementTestFailures, incrementTestIOFailures, incrementTestPasses, incrementTestWarnings, setSuspended
getGeneralFailures, getGeneralPasses, getGeneralWarnings, getIOFailures, getSkippedRecords, getTestFailures, getTestLevel, getTestPasses, getTestWarnings, getTotalRecords, getTrackingComment, getTrackingStatus, getTrackingSystem, isSuspended, setTestLevel, setTrackingComment, setTrackingStatus, setTrackingSystem
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGeneralFailures, getGeneralPasses, getGeneralWarnings, getIOFailures, getSkippedRecords, getTestFailures, getTestLevel, getTestPasses, getTestWarnings, getTotalRecords, getTrackingComment, getTrackingStatus, getTrackingSystem, isSuspended, setTrackingComment, setTrackingStatus, setTrackingSystem
public Counter()
public Counter(long totalrecords, long skippedrecords, long iofailures, long testfailures, long testwarnings, long testpasses, long generalfailures, long generalwarnings, long generalpasses)
public void suspend()
public void resume()
public void setMode(long mode)
public long getMode()
getMode
in interface CountStatusInterface
Copyright © SAS Institute. All Rights Reserved.