Class StreamResponse
java.lang.Object
neqsim.process.util.monitor.BaseResponse
neqsim.process.util.monitor.StreamResponse
StreamResponse class.
- Version:
- $Id: $Id
- Author:
- asmund
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.logging.log4j.LoggerLogger object for class.Fields inherited from class BaseResponse
name, tagName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyConfig(ReportConfig cfg) Apply reporting configuration - default does nothing.voidprint()print.Methods inherited from class BaseResponse
getDetailLevel
-
Field Details
-
logger
static org.apache.logging.log4j.Logger loggerLogger object for class. -
properties
-
conditions
-
composition
-
-
Constructor Details
-
StreamResponse
Constructor for StreamResponse.
- Parameters:
inputStream- aStreamInterfaceobject
-
-
Method Details
-
applyConfig
Apply reporting configuration - default does nothing.- Overrides:
applyConfigin classBaseResponse- Parameters:
cfg- aReportConfigobject
-
print
public void print()print.
-