Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

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);

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy