[TIBCO.EMS .NET client library 8.1 documentation]

The FederatedEMSDTCConnectionFactory class represents the connection factory entry in the naming server. A FederatedEMSDTCConnectionFactory 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 FederatedEMSDTCConnectionFactory : EMSDTCConnectionFactory
Public Class FederatedEMSDTCConnectionFactory _
	Inherits EMSDTCConnectionFactory
public ref class FederatedEMSDTCConnectionFactory : public EMSDTCConnectionFactory

Remarks

A FederatedEMSDTCConnectionFactory 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..::.XAConnectionFactory
      TIBCO.EMS..::.EMSDTCConnectionFactory
        TIBCO.EMS..::.FederatedEMSDTCConnectionFactory

See Also