[TIBCO.EMS .NET client library 7.0 documentation]

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

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

Syntax

public class FederatedTopic : Topic
Public Class FederatedTopic _
	Inherits Topic
public ref class FederatedTopic : public Topic

Remarks

A FederatedTopic object has a Name property that uniquely identifies the topic entry in the name 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..::.Destination
    TIBCO.EMS..::.Topic
      TIBCO.EMS..::.FederatedTopic

See Also