com.bea.wli.jpd
Annotation Type UnexpectedMessage


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface UnexpectedMessage

Allows a business process to ignore messages received by a business process for a Control Receive node or a Client Request node before the process flow encounters the node at which the message is expected.


Optional Element Summary
 UnexpectedMessage.Action value
          Specifies the action to be taken for messages that are received by a business process before the process flow encounters the node at which the message is expected.
 

value

public abstract UnexpectedMessage.Action value
Specifies the action to be taken for messages that are received by a business process before the process flow encounters the node at which the message is expected.

Default:
SAVE