Package | Description |
---|---|
org.safs.model.examples.advanced | |
org.safs.tools.counters | |
org.safs.tools.drivers | |
org.safs.tools.logs | |
org.safs.tools.status |
Modifier and Type | Method and Description |
---|---|
protected StatusInterface |
JSAFSAdvancedRuntime.processTest()
This is where the Driver developer implements the application-specific test!
|
Modifier and Type | Interface and Description |
---|---|
interface |
CountStatusInterface
Provides access to the current status--usually a snapshot--of a status counter object.
|
Modifier and Type | Class and Description |
---|---|
class |
Counter |
Modifier and Type | Method and Description |
---|---|
void |
SAFSCOUNTERS.copyStatus(StatusInterface from_status,
UniqueIDInterface to_counter) |
void |
CountersInterface.copyStatus(StatusInterface from_status,
UniqueIDInterface to_counter)
Copy the from_status counts to the specified to_counter.
|
void |
SAFSCOUNTERS.diffStatus(StatusInterface sub_status,
UniqueIDInterface from_counter) |
void |
CountersInterface.diffStatus(StatusInterface sub_status,
UniqueIDInterface from_counter)
Substract the sub_status counts from the specified from_counter.
|
void |
SAFSCOUNTERS.sumStatus(StatusInterface add_status,
UniqueIDInterface to_counter) |
void |
CountersInterface.sumStatus(StatusInterface add_status,
UniqueIDInterface to_counter)
Add the add_status counts to the specified to_counter.
|
Modifier and Type | Field and Description |
---|---|
protected StatusInterface |
AbstractDriver.statuscounts
|
Modifier and Type | Method and Description |
---|---|
StatusInterface |
DriverInterface.addStatusCounts(StatusInterface aStatusInterface) |
StatusInterface |
AbstractInputProcessor.addStatusCounts(StatusInterface incstatus) |
StatusInterface |
AbstractDriver.addStatusCounts(StatusInterface incstatus) |
StatusInterface |
DriverInterface.getStatusInterface() |
StatusInterface |
AbstractInputProcessor.getStatusInterface() |
StatusInterface |
AbstractDriver.getStatusInterface() |
protected StatusInterface |
STAFProcessContainerDriver.processTest()
We do nothing here but return a newly initialized (empty) StatusInfo object.
|
protected StatusInterface |
SAFSDRIVER.processTest()
This is the one that actually opens and loops through our tests records!
We use String-based Interface objects for inter-API communication.
|
protected StatusInterface |
JSAFSDriver.processTest()
Required abstract method is never really called since we have overridden
JSAFSDriver.run() |
StatusInterface |
InputProcessor.processTest()
This is the one that actually opens and loops through our tests records!
|
protected abstract StatusInterface |
AbstractDriver.processTest()
This is the one that actually opens and loops through our tests records!
Typically, DriverInterface subclasses like SAFSDRIVER will be used to provide
the concrete implementation.
|
Modifier and Type | Method and Description |
---|---|
StatusInterface |
DriverInterface.addStatusCounts(StatusInterface aStatusInterface) |
StatusInterface |
AbstractInputProcessor.addStatusCounts(StatusInterface incstatus) |
StatusInterface |
AbstractDriver.addStatusCounts(StatusInterface incstatus) |
Modifier and Type | Method and Description |
---|---|
void |
SAFSLOGS.logStatusInfo(UniqueIDInterface log,
StatusInterface info,
java.lang.String infoID)
Log a status report for the particular StatusInterface object provided.
|
void |
LogsInterface.logStatusInfo(UniqueIDInterface log,
StatusInterface status,
java.lang.String infoID)
Log a Status Report to a particular log.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusCounter |
class |
StatusInfo |
Modifier and Type | Field and Description |
---|---|
protected StatusInterface |
TestRecordStatusInfo.statusinfo |
Modifier and Type | Method and Description |
---|---|
StatusInterface |
TestRecordStatusInfo.getStatusInterface() |
StatusInterface |
StatusInfoInterface.getStatusInterface()
Get a wrapped StatusInterface.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusCounterInterface.addStatus(StatusInterface counter)
Add the provided counter to this counter.
|
void |
StatusCounter.addStatus(StatusInterface counter)
If counts are not suspended, add the provided counter to this counter.
|
void |
TestRecordStatusInfo.setStatusInterface(StatusInterface statusinfo)
Set the statusinfo to the provided value.
|
Constructor and Description |
---|
TestRecordStatusInfo(StatusInterface statusinfo,
TestRecordInterface testrecordinfo)
PREFERRED Constructor for TestRecordStatusInfo
|
Copyright © SAS Institute. All Rights Reserved.