net.sf.farrago.fennel
Class FennelCmdExecutorImpl
java.lang.Object
net.sf.farrago.fennel.FennelCmdExecutorImpl
- All Implemented Interfaces:
- FennelCmdExecutor
public class FennelCmdExecutorImpl
- extends Object
- implements FennelCmdExecutor
FennelCmdExecutorImpl provides a default implementation for FennelCmdExecutor
by calling FennelStorage.executeJavaCmd(net.sf.farrago.fem.fennel.FemCmd, long)
.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/fennel/FennelCmdExecutorImpl.java#12 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FennelCmdExecutorImpl
public FennelCmdExecutorImpl()
executeJavaCmd
public long executeJavaCmd(FemCmd cmd,
FennelExecutionHandle execHandle)
throws SQLException
- Description copied from interface:
FennelCmdExecutor
- Executes one FemCmd with an optional execution handle.
- Specified by:
executeJavaCmd
in interface FennelCmdExecutor
- Parameters:
cmd
- the command to be executedexecHandle
- the execution handle used to communicate state
information from Farrago to Fennel; set to null if there is no handle
- Returns:
- result handle as primitive
- Throws:
SQLException