public abstract class ProcedureEventHandler extends java.lang.Object implements EventHandler
DEFAULT_TIMEOUT
Constructor and Description |
---|
ProcedureEventHandler() |
Modifier and Type | Method and Description |
---|---|
ProcedureRecordSet |
executeProcedure(ExecuteProcedureEvent event)
Called to execute a procedure.
|
public ProcedureRecordSet executeProcedure(ExecuteProcedureEvent event) throws ApptrieveException
If an exception is thrown from this event the procedure will fail.
event
- the event instanceApptrieveException