[TIBCO.EMS .NET Admin client library 5.1 documentation]

The ConnectionFactoryInfo type exposes the following members.

Constructors

  NameDescription
ConnectionFactoryInfoOverloaded.

Methods

  NameDescription
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.)
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Generate a string representation of this ConnectionFactoryInfo.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
ClientID
Get or set the clientID for this factory.
ConnectAttemptCount
Get or set the connect_attempt_count for this factory.
ConnectAttemptDelay
Get or set the connect_attempt_delay for this factory.
ConnectAttemptTimeout
Get or set the connect_attempt_timeout for this factory.
DestinationType
Get or set the destination type for this factory.
JNDINames
Return the array of names that this factory is bound to in the default JNDI.
LoadBalanced
Indicates whether or not the connection factory is load balanced.
Metric
Get or set the metric used for load balancing.
MulticastDaemon
Get or set the multicast daemon port for the factory.
MulticastEnabled
Get or set whether the factory is multicast-enabled.
ReconnectAttemptCount
Get or set the reconnect_attempt_count for this factory.
ReconnectAttemptDelay
Get or set the reconnect_attempt_delay for this factory.
ReconnectAttemptTimeout
Get or set the reconnect_attempt_timeout for this factory.
SSLParams
Get the SSL parameters for this factory.
URL
Get or set the URL for this factory.
XAType
Get or change whether or not the factory is an XA factory.

See Also