[TIBCO.EMS .NET client library 6.3 documentation]

The FederatedTopicConnectionFactory class represents the topic connection factory entry in the naming server. A FederatedTopicConnectionFactory object is the query result of a topic 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 FederatedTopicConnectionFactory : TopicConnectionFactory
Public Class FederatedTopicConnectionFactory _
	Inherits TopicConnectionFactory
public ref class FederatedTopicConnectionFactory : public TopicConnectionFactory

Remarks

A FederatedTopicConnectionFactory 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..::.TopicConnectionFactory
        TIBCO.EMS..::.FederatedTopicConnectionFactory

See Also