public class S3ProcedureExecution extends Object implements ProcedureExecution
| Constructor and Description |
|---|
S3ProcedureExecution(Call command,
S3ExecutionFactory ef,
RuntimeMetadata metadata,
ExecutionContext ec,
WSConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
getOutputParameterValues() |
protected BinaryWSProcedureExecution |
invokeHTTP(String method,
String uri,
Object payload,
Map<String,String> headers) |
List<?> |
next() |
public S3ProcedureExecution(Call command, S3ExecutionFactory ef, RuntimeMetadata metadata, ExecutionContext ec, WSConnection conn)
public void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionprotected BinaryWSProcedureExecution invokeHTTP(String method, String uri, Object payload, Map<String,String> headers) throws TranslatorException
TranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionCopyright © 2019. All rights reserved.