[TIBCO.EMS .NET client library 5.1 documentation]

The ConnectionFactory type exposes the following members.

Constructors

  NameDescription
ConnectionFactoryOverloaded.

Methods

  NameDescription
Clone
Overrides the cloning process
(Overrides CFImpl..::.Clone()()().)
CreateConnectionOverloaded.
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.
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.
GetSSLProxyPassword
Get the SSL proxy password from a connection factory.
GetSSLProxyPort
Get the SSL proxy port from this connection factory.
GetSSLProxyUser
Get the SSL proxy username from a connection factory.
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.
SetClientID
Set the client id
SetClientTracer
Set client tracer to given output stream.
SetConnAttemptCount
Set the number of connection attempts
SetConnAttemptDelay
Set delay between connection attempts
SetConnAttemptTimeout
Set the Connect Attempt timeout for a given connection.
SetHostNameVerifier
Set the custom host name verifier. Set to null to remove custom host name verifier.
SetMetric
Set the load balance metric
SetMulticastDaemon
Set the port on which the client will connect to the multicast daemon.
SetMulticastEnabled
Set whether MessageConsumers subscribed to a multicast-enabled topic will receive messages over multicast.
SetReconnAttemptCount
Set number of reconnect attempts
SetReconnAttemptDelay
Set delay between reconnect attempts
SetReconnAttemptTimeout
Set the Reconnect Attempt timeout for a given connection.
SetServerUrl
set the server url.
SetSSLAuthOnly
Enable or disable encryption/decryption of the message data over the SSL connection
SetSSLProxy
Set the connection factory's parameters for connecting through an SSL proxy.
SetSSLProxyAuth
Set a connection factory's username and password for connecting through an SSL proxy.
SetSSLTrace
Enable or disable tracing on the client side.
SetTargetHostName
Set the name of the target EMS server.
SetUserName
Set user name
SetUserPassword
Set user password
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.)
Properties (Inherited from CFImpl.)
Url
return the url of this connection
(Inherited from CFImpl.)

See Also