|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecuteOperationEvent
Execute operation event information.
OperationEventHandler.executeOperation(com.wrq.vhi.script.api.ExecuteOperationEvent)
Method Summary | |
---|---|
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. |
Methods inherited from interface com.wrq.vhi.script.api.EntityEvent |
---|
getEntityName, getTabStops |
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent |
---|
getHostSession |
Methods inherited from interface com.wrq.vhi.script.api.ModelEvent |
---|
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Method Detail |
---|
java.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 seconds
ApptrieveException
- if the wait times out or an error entity
is recognized.void defaultOperation() throws ApptrieveException
ApptrieveException
- if the operation fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |