public class STAFProcessContainerResult
extends java.lang.Object
This is normally used in a non-test scenario such as when a special-case Driver like STAFProcessContainer is used to communicate with running engines.
Modifier and Type | Field and Description |
---|---|
(package private) EngineInterface |
_engine |
(package private) long |
_statusCode |
(package private) java.lang.String |
_statusInfo |
Constructor and Description |
---|
STAFProcessContainerResult(EngineInterface _engine,
long _statusCode,
java.lang.String _statusInfo)
Instantiate a result that captures the engine, statuscode, and statusinfo.
|
Modifier and Type | Method and Description |
---|---|
EngineInterface |
get_engine()
Normally stores the EngineInterface to the engine that processed a command.
|
long |
get_statusCode()
Normally stores a TestRecordHelper.statusCode value resulting from an engine dispatch
result.
|
java.lang.String |
get_statusInfo()
Normally stores a TestRecordHelper.statusInfo value resulting from an engine dispatch
result.
|
EngineInterface _engine
long _statusCode
java.lang.String _statusInfo
public STAFProcessContainerResult(EngineInterface _engine, long _statusCode, java.lang.String _statusInfo)
_engine
- EngineInterface that processed the command._statusCode
- TestRecordHelper.statusCode received as result._statusInfo
- TestRecordHelper.statusInfo received as result.public EngineInterface get_engine()
public long get_statusCode()
public java.lang.String get_statusInfo()
Copyright © SAS Institute. All Rights Reserved.