[TIBCO.EMS .NET client library 5.1 documentation]

The FederatedConnectionFactory class represents the connection factory entry in the naming server. A FederatedConnectionFactory object is the query result of a connection factory name lookup, the return value of the NameSearcher.Lookup method.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public class FederatedConnectionFactory : ConnectionFactory
Public Class FederatedConnectionFactory _
	Inherits ConnectionFactory
public ref class FederatedConnectionFactory : public ConnectionFactory

Remarks

A FederatedConnectionFactory 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 System.DirectoryServices.DirectoryEntry in ASDI.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.CFImpl
    TIBCO.EMS..::.ConnectionFactory
      TIBCO.EMS..::.FederatedConnectionFactory

See Also