Class ANSendObjectHelper


  • public abstract class ANSendObjectHelper
    extends java.lang.Object
    SendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity. The value of the object is available to the execution of invoked behaviors. The requestor continues execution immediately. Any reply message is ignored and is not transmitted to the requestor.
    See Also:
    ANSendObject