[TIBCO.EMS .NET client library 8.1 documentation]

The FederatedEMSDTCConnectionFactory type exposes the following members.

Methods

  NameDescription
Clone
Overrides the cloning process
(Inherited from EMSDTCConnectionFactory.)
CreateConnectionOverloaded.
CreateEMSDTCConnectionOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCertificateStore
Get the certificate store info object associated with this connection factory.
(Inherited from XAConnectionFactory.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetObjectData
Implement ISerializable interface for controlled serialization
(Inherited from CFImpl.)
GetSSLProxyHost
Get the SSL proxy host from this connection factory.
(Inherited from XAConnectionFactory.)
GetSSLProxyPassword
Get the SSL proxy password from a connection factory.
(Inherited from XAConnectionFactory.)
GetSSLProxyPort
Get the SSL proxy port from this connection factory.
(Inherited from XAConnectionFactory.)
GetSSLProxyUser
Get the SSL proxy username from a connection factory.
(Inherited from XAConnectionFactory.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetCertificateStoreType
Set the certificate store type and info.
(Inherited from XAConnectionFactory.)
SetClientID
Set the client id
(Inherited from XAConnectionFactory.)
SetClientTracer
Set client tracer to given output stream.
(Inherited from XAConnectionFactory.)
SetConnAttemptCount
Set the number of connection attempts
(Inherited from XAConnectionFactory.)
SetConnAttemptDelay
Set delay between connection attempts
(Inherited from XAConnectionFactory.)
SetConnAttemptTimeout
Set the Connect Attempt timeout for a given connection.
(Inherited from XAConnectionFactory.)
SetHostNameVerifier
Set the custom host name verifier. Set to null to remove custom host name verifier.
(Inherited from XAConnectionFactory.)
SetMetric
Set the load balance metric
(Inherited from XAConnectionFactory.)
SetMulticastDaemon
Set the port on which the client will connect to the multicast daemon.
(Inherited from XAConnectionFactory.)
SetMulticastEnabled
Set whether MessageConsumers subscribed to a multicast-enabled topic will receive messages over multicast.
(Inherited from XAConnectionFactory.)
SetReconnAttemptCount
Set number of reconnect attempts
(Inherited from XAConnectionFactory.)
SetReconnAttemptDelay
Set delay between reconnect attempts
(Inherited from XAConnectionFactory.)
SetReconnAttemptTimeout
Set the Reconnect Attempt timeout for a given connection.
(Inherited from XAConnectionFactory.)
SetServerUrl
set the server url.
(Inherited from XAConnectionFactory.)
SetSSLAuthOnly
Enable or disable encryption/decryption of the message data over the SSL connection
(Inherited from XAConnectionFactory.)
SetSSLProxy
Set the connection factory's parameters for connecting through an SSL proxy.
(Inherited from XAConnectionFactory.)
SetSSLProxyAuth
Set a connection factory's username and password for connecting through an SSL proxy.
(Inherited from XAConnectionFactory.)
SetSSLTrace
Enable or disable tracing on the client side.
(Inherited from XAConnectionFactory.)
SetTargetHostName
Set the name of the target EMS server.
(Inherited from XAConnectionFactory.)
SetUserName
Set user name
(Inherited from XAConnectionFactory.)
SetUserPassword
Set user password
(Inherited from XAConnectionFactory.)
ToString (Inherited from CFImpl.)

Properties

  NameDescription
ClientID (Inherited from CFImpl.)
Metric
Get or set the load balancing metric used by the connection factory
(Inherited from CFImpl.)
Name
Gets the name property of the object. The name string uniquely identfies the connection factory and can be used as the entry name of a DirectoryEntry in ASDI.
Properties (Inherited from CFImpl.)
Url
return the url of this connection
(Inherited from CFImpl.)

See Also