public class FunctionCallCommandImpl extends CommandImpl implements FunctionCallCommand
error, exception, networkTimeout, notices| Constructor and Description |
|---|
FunctionCallCommandImpl(String functionName,
List<Type> parameterTypes,
List<Object> parameterValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProtocolImpl protocol) |
String |
getFunctionName() |
List<Type> |
getParameterTypes() |
List<Object> |
getParameterValues() |
Object |
getResult() |
addNotice, enableCancelTimer, getError, getException, getNetworkTimeout, getWarnings, setError, setException, setNetworkTimeout, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetError, getException, getNetworkTimeout, getWarnings, setNetworkTimeoutpublic String getFunctionName()
getFunctionName in interface FunctionCallCommandpublic List<Type> getParameterTypes()
getParameterTypes in interface FunctionCallCommandpublic List<Object> getParameterValues()
getParameterValues in interface FunctionCallCommandpublic Object getResult()
getResult in interface FunctionCallCommandpublic void execute(ProtocolImpl protocol) throws IOException
execute in class CommandImplIOExceptionCopyright © 2013–2017 impossibl.com. All rights reserved.