public interface ExecuteOperationEvent extends EntityEvent, HostSessionEvent
| Modifier and Type | Method and Description | 
|---|---|
| void | defaultOperation()Executes the operation's command list and waits to arrive at a primary
 or alternate destination. | 
| OperationMetaData | getOperationMetaData()Gets the metadata for this operation. | 
| java.lang.String | getOperationName()Gets the operation name. | 
| java.lang.String | waitForArrival(int timeout)Waits for the arrival at one of the operation's primary or alternate
 destinations. | 
getEntityName, getTabStopsgetHostSessiongetClientSession, getCurrentOperation, getCurrentProcedure, getModelContextcheckForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironmentjava.lang.String getOperationName()
OperationMetaData getOperationMetaData() throws ApptrieveException
ApptrieveException - if an error occurs obtaining the metadatajava.lang.String waitForArrival(int timeout)
                         throws ApptrieveException
timeout - the maximum time to wait in secondsApptrieveException - if the wait times out or an error entity
 is recognized.void defaultOperation()
               throws ApptrieveException
ApptrieveException - if the operation fails