![]() |
![]() |
e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > FactoryFinder Interface |
Administering a Tuxedo Application at Run Time
|
Tobj::Factoryfinder::list_factories
Synopsis
Obtains a list of factory objects currently registered with the FactoryFinder.
C++ Mapping
virtual FactoryListing * list_factories() = 0;
Java Mapping
public com.beasys.Tobj.FactoryComponent[] list_factories()
throws
com.beasys.Tobj.CannotProceed,
com.beasys.Tobj.RegistrarNotAvailable;
Exception
Description
The list_factories method is called by an application to obtain a list of the factory objects currently registered with the FactoryFinder. The method returns both the key used to register the factory, as well as a reference to the factory object.
Return Values
An unbounded sequence of Tobj::FactoryComponent. Each occurrence of a Tobj::FactoryComponent in the sequence contains a reference to the registered factory object, as well as the CosLifeCycle::Key that was used to register that factory object.
If the operation raises an exception, the return value is invalid and does not need to be released by the caller.
Automation Methods
This section describes the DITobj_FactoryFinder Automation methods.
DI
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |