5.5.2.2 Obtaining One or More Factories Using Tobj::FactoryFinder
The following code snippet shows how to use the Oracle Tuxedo extensions to obtain one or more references to factory objects based on an identifier.
CosLifeCycle::Factories * _var flp = ff_np ->
find_factories_by_id( “TellerFactory” );
Parent topic: Using Extensions to the FactoryFinder Object