public class ResultProcess extends Result<ValueProcess>
Modifier and Type | Field and Description |
---|---|
(package private) ValueProcess |
value
Value returned by admin command execution.
|
Constructor and Description |
---|
ResultProcess()
Constructs an instance of GlassFish admin command result for
ValueProcess result value. |
Modifier and Type | Method and Description |
---|---|
ValueProcess |
getValue()
Get value returned by admin command execution.
|
ValueProcess value
ResultProcess()
ValueProcess
result value.public ValueProcess getValue()
getValue
in class Result<ValueProcess>
Copyright © 2013. All Rights Reserved.