T - Type of the remote location.R - Type of the result.public class RemoteResult<T extends RemoteLocationContext,R>
extends java.lang.Object
| Constructor | Description |
|---|---|
RemoteResult(T location,
java.io.IOException e) |
|
RemoteResult(T location,
R r) |
| Modifier and Type | Method | Description |
|---|---|---|
java.io.IOException |
getException() |
|
T |
getLocation() |
|
R |
getResult() |
|
boolean |
hasException() |
|
boolean |
hasResult() |
|
java.lang.String |
toString() |
public RemoteResult(T location, java.io.IOException e)
public T getLocation()
public boolean hasResult()
public R getResult()
public boolean hasException()
public java.io.IOException getException()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.