public class ResultLog extends Result<ValueLog>
List<String>
values.
Stores admin command result values and command execution state.
Result value is List<String>
with individual log lines.
String
with X-Text-Append-Next
response URL
parameters is also stored.
Modifier and Type | Field and Description |
---|---|
(package private) ValueLog |
value
Server log value returned by admin command execution.
|
Constructor and Description |
---|
ResultLog()
Constructs an instance of GlassFish admin command result
for
List<String> result value containing server log. |
ValueLog value
Copyright © 2013. All Rights Reserved.