3.7.3.12.5 Description
This method locates the Oracle Tuxedo FactoryFinder object and
registers an Oracle Tuxedo factory. Typically,
TP::register_factory()
is invoked from
Server::initialize()
when the server creates its
factories. The register_factory()
method locates the
Oracle Tuxedo FactoryFinder object and registers the Oracle Tuxedo
factory.
Caution:
Callback objects (that is, those created by a joint client/server directly through the POA) should not be registered with a FactoryFinder.Parent topic: TP::register_factory()