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, waitFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getError, getException, getNetworkTimeout, getWarnings, setNetworkTimeout
public String getFunctionName()
getFunctionName
in interface FunctionCallCommand
public List<Type> getParameterTypes()
getParameterTypes
in interface FunctionCallCommand
public List<Object> getParameterValues()
getParameterValues
in interface FunctionCallCommand
public Object getResult()
getResult
in interface FunctionCallCommand
public void execute(ProtocolImpl protocol) throws IOException
execute
in class CommandImpl
IOException
Copyright © 2013-2015 impossibl.com. All Rights Reserved.