public static class RequestExecutorHandlers.PrepareResult extends RequestExecutorHandlers.Result implements RequestExecutor.PrepareHandler
completed, error, notices| Constructor and Description |
|---|
PrepareResult() |
| Modifier and Type | Method and Description |
|---|---|
Type[] |
getDescribedParameterTypes(Context context) |
ResultField[] |
getDescribedResultFields() |
void |
handleComplete(TypeRef[] parameterTypes,
ResultField[] resultFields,
List<Notice> notices) |
await, getError, getNotices, handleError, isCompleted, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleErrorpublic Type[] getDescribedParameterTypes(Context context) throws IOException
IOExceptionpublic ResultField[] getDescribedResultFields()
public void handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)
handleComplete in interface RequestExecutor.PrepareHandler