SystemException::completed

Overview Indicates whether an operation completed before an exception was encountered.
Original class CORBA::SystemException


Intended Usage

The first completed method is intended to be used by a client or server application after catching a SystemException in a try/catch block, to determine whether the operation that threw the SystemException completed before the exception was encountered.

The second completed method is used to set the completion status of a SystemException before throwing it.

Syntax

  CORBA::CompletionStatus completed() const;
  void completed(CORBA::CompletionStatus status);

Input parameters

status
The completion status to store in the SystemException.

Return values

CORBA::CompletionStatus
A value indicating whether the operation that threw the SystemException completed before the exception was encountered (CORBA::COMPLETED_YES, CORBA::COMPLETED_NO, or CORBA::COMPLETED_MAYBE).

Related reference
CORBA module



Searchable topic ID:   rcor_modsx3
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modsx3.html

Library | Support | Terms of Use | Feedback