J-Integra® Espresso Programming Documentation (API)

ORB.destroy Method

Destroys the ORB and releases its resources. Any operation invoked on a destroyed ORB reference will throw the OBJECT_NOT_EXIST exception. Once an ORB has been destroyed, another call to init with the same ORBid will return a reference to a newly constructed ORB.

void  destroy();

Parameters

none

Return Value

none

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.BAD_INV_ORDER An error occurs iif the current thread is servicing an invocation.

See Also

ORB Interface | ORB Members | Ics Namespace