Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::ORB::inform_thread_exit

Synopsis

Informs the BEA Tuxedo system that resources associated with an application-managed thread can be released. This method supports the development of a multithreaded server application.

C++ Binding

void CORBA::ORB::inform_thread_exit(CORBA::TID threadId) 

Parameter

threadId

The logical thread ID of the application-managed thread being deleted.

Return Value

None.

Description

This method informs the BEA Tuxedo system about the following conditions:

Note: You should only call this operation on threads that the application creates and manages. Do not invoke this method when specifying a dispatch thread that is managed by the BEA Tuxedo system.

Example

pOrb->inform_thread_exit(thread.threadId);

 

Skip navigation bar  Back to Top Previous Next