5.5.2.1 Obtaining One Factory Using Tobj::FactoryFinder
The following code snippet shows how to use the Oracle Tuxedo extensions interface to obtain one reference to a factory object based on an identifier.
CosLifeCycle::Factory_ptrvar fp_obj = ff_np ->
find_one_factory_by_id( “TellerFactory” );
Parent topic: Using Extensions to the FactoryFinder Object