T - type of response valuepublic abstract class AbstractExtendedResponse<T> extends Object implements ExtendedResponse<T>
| Constructor and Description |
|---|
AbstractExtendedResponse() |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the response value associated with this extended operation or null if no value was generated by this
operation.
|
protected void |
setValue(T t)
Sets the response value for this extended operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, getOIDprivate T value
public T getValue()
ExtendedResponsegetValue in interface ExtendedResponse<T>protected void setValue(T t)
t - response valueCopyright © 2003-2019 Virginia Tech. All Rights Reserved.