![]() |
![]() |
e-docs > Tuxedo > Administering a Tuxedo Application at Run Time > FactoryFinder Interface |
Administering a Tuxedo Application at Run Time
|
Synopsis
Obtains a list of application factories.
MIDL Mapping
HRESULT find_factories(
[in] VARIANT factory_key,
[in,out,optional] VARIANT* exceptionInfo,
[out,retval] VARIANT* returnValue);
Automation Mapping
Function find_factories(factory_key, [exceptionInfo])
Parameters
Exception
Description
The find_factories method instructs the FactoryFinder to return a list of server application factory object references whose keys match the method's input key. The BEA Tuxedo system assumes that an equality match is to be performed. This means that for the two sequences of <id,kind> pairs (those corresponding to the input key and those in the application factory's keys), each are of equal length; for every pair in one sequence, there is an identical pair in the other.
Return Values
Returns a variant containing an array of interface pointers to application factories.
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |