[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
The FederatedQueueConnectionFactory class represents the queue connection factory entry
in the naming server. A FederatedQueueConnectionFactory object is the query result of a
queue connection factory name lookup, the return value of the NameSearcher.Lookup method.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public class FederatedQueueConnectionFactory : QueueConnectionFactory |
Public Class FederatedQueueConnectionFactory _ Inherits QueueConnectionFactory |
public ref class FederatedQueueConnectionFactory : public QueueConnectionFactory |
Remarks
A FederatedQueueConnectionFactory object has a Name property that uniquely identifies
the entry in the naming server. If we want to store the reference of query
result into a 3rd-party directory server, this property can be used as the entry name of
a DirectoryEntry in ASDI.
Inheritance Hierarchy
System..::.Object
TIBCO.EMS..::.CFImpl
TIBCO.EMS..::.ConnectionFactory
TIBCO.EMS..::.QueueConnectionFactory
TIBCO.EMS..::.FederatedQueueConnectionFactory
TIBCO.EMS..::.CFImpl
TIBCO.EMS..::.ConnectionFactory
TIBCO.EMS..::.QueueConnectionFactory
TIBCO.EMS..::.FederatedQueueConnectionFactory