|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.fennel.FennelExecutionHandle
public class FennelExecutionHandle
FennelExecutionHandle provides a handle for passing execution state from Farrago to Fennel. The object containing the execution state is allocated in Fennel and then accessed from Farrago via the handle.
Field Summary | |
---|---|
private long |
execHandle
The execution handle used in Farrago to access the Fennel object. |
Constructor Summary | |
---|---|
FennelExecutionHandle()
Creates the execution state object and its corresponding handle. |
Method Summary | |
---|---|
void |
cancelExecution()
Cancels execution of the statement corresponding to this handle. |
void |
delete()
Deallocates the Fennel object corresponding to the handle. |
long |
getHandle()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private long execHandle
Constructor Detail |
---|
public FennelExecutionHandle()
Method Detail |
---|
public long getHandle()
public void delete()
public void cancelExecution()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |