Construct a new CloseAction consisting of other then this.
Construct a new CloseAction consisting of other then this.
an action to prepend to this action
an action consisting of first executing other then this
Construct a new CloseAction consisting of this then other.
Construct a new CloseAction consisting of this then other.
an action to append to this action
an action consisting of first executing this then other
Execute the action and return any Exceptions that may have been raised during the execution of this method.
Execute the action and return any Exceptions that may have been raised during the execution of this method.
the errors that occurred while executing the message.
The actual implementation of the action.
The actual implementation of the action. Implementers of a CloseAction must implement this method.