Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::ORB::work_pending

Synopsis

Returns an indication of whether the ORB needs the main thread to perform server-related work.

C++ Binding

CORBA::boolean  CORBA::ORB::work_pending ();

Arguments

None.

Description

This operation returns an indication of whether the ORB needs the main thread to perform server-related work.

Return Values

A result of TRUE indicates that the ORB needs the main thread to perform server-related work, and a result of FALSE indicates that the ORB does not need the main thread.

See Also

CORBA::ORB::perform_work

 


ORB Initialization Member Function

The mapping of this member function to C++ is as follows:

class CORBA {
static CORBA::ORB_ptr ORB_init(int& argc, char** argv,
const char* orb_identifier = 0,
const char* -ORBport nnn);
<appl-name> [-ORBid {BEA_IIOP | BEA_TOBJ} \
[-ORBInitRef <ObjectID>=<ObjectURL> [*]]
[-ORBDefaultInitRef <ObjectURL>]
[-ORBport port-number] \
[-ORBsecurePort port-number] \
[-ORBminCrypto {0 | 40 | 56 | 128}] \
[-ORBmaxCrypto {0 | 40 | 56 | 128}] \
[-ORBmutualAuth] \
[-ORBpeerValidate {detect | warn | none}] \
[appl-options]
};

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy