TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
TIBCO.EMS.FederatedQueueConnectionFactory Class Reference

The FederatedQueueConnectionFactory class represents the queue connection factory entry in the naming server. A FederatedQueueConnectionFactory object is the query result of a queue connection factory name lookup, the return value of the NameSearcher.Lookup method. More...

Inheritance diagram for TIBCO.EMS.FederatedQueueConnectionFactory:
TIBCO.EMS.QueueConnectionFactory TIBCO.EMS.ConnectionFactory

Properties

string Name [get]
 Gets the name property of the object. The name string uniquely identfies the QueueConnectionFactory and can be used as the entry name of a DirectoryEntry in ASDI. More...
 

Additional Inherited Members

- Public Member Functions inherited from TIBCO.EMS.QueueConnectionFactory
 QueueConnectionFactory ()
 Construct an empty QueueConnectionFactory More...
 
 QueueConnectionFactory (string serverUrl)
 Construct an QueueConnectionFactory given the server url More...
 
 QueueConnectionFactory (string serverUrl, string clientId)
 Construct an QueueConnectionFactory given the server url, and client id More...
 
 QueueConnectionFactory (string serverUrl, string clientId, Hashtable properties)
 Construct an QueueConnectionFactory given the server url, client id and properties More...
 
override Object Clone ()
 Implementation of ICloneable. Overrides the Clone process. More...
 
QueueConnection CreateQueueConnection ()
 Create a queue connection object. More...
 
QueueConnection CreateQueueConnection (string userName, string password)
 Create a queue connection object for a specific user. More...
 
- Public Member Functions inherited from TIBCO.EMS.ConnectionFactory
Connection CreateConnection ()
 Create a connection More...
 
Connection CreateConnection (string userName, string password)
 Create a connection object with the given user name and password. More...
 
 ConnectionFactory ()
 Construct an empty ConnectionFactory More...
 
 ConnectionFactory (string serverUrl)
 Construct a ConnectionFactory given server url More...
 
 ConnectionFactory (string serverUrl, string clientId)
 Construct a ConnectionFactory given the server url, and client id More...
 
 ConnectionFactory (string serverUrl, string clientId, Hashtable properties)
 Construct a ConnectionFactory given server url, client id and properties More...
 
override Object Clone ()
 Overrides the cloning process More...
 
void SetServerUrl (String serverUrl)
 set the server url. More...
 
void SetClientID (String clientID)
 Set the client id More...
 
void SetMetric (int metric)
 Set the load balance metric More...
 
void SetConnAttemptCount (int attempts)
 Set the number of connection attempts More...
 
void SetConnAttemptDelay (int delay)
 Set delay between connection attempts More...
 
void SetReconnAttemptCount (int attempts)
 Set number of reconnect attempts More...
 
void SetReconnAttemptDelay (int delay)
 Set delay between reconnect attempts More...
 
void SetUserName (String username)
 Set user name More...
 
void SetUserPassword (String password)
 Set user password More...
 
void SetConnAttemptTimeout (int timeout)
 Set the Connect Attempt timeout for a given connection. More...
 
void SetReconnAttemptTimeout (int timeout)
 Set the Reconnect Attempt timeout for a given connection. More...
 
void SetMulticastEnabled (bool enabled)
 Set whether MessageConsumers subscribed to a multicast-enabled topic will receive messages over multicast. More...
 
void SetMulticastDaemon (string port)
 Set the port on which the client will connect to the multicast daemon. More...
 
void SetSSLTrace (bool trace)
 Enable or disable tracing on the client side. More...
 
void SetSSLAuthOnly (bool authOnly)
 Enable or disable encryption/decryption of the message data over the TLS connection More...
 
void SetTargetHostName (String targetHostName)
 Set the name of the target EMS server. More...
 
void SetCertificateStoreType (EMSSSLStoreType type, Object storeInfo)
 Set the certificate store type and info. More...
 
Object GetCertificateStore ()
 Get the certificate store info object associated with this connection factory. More...
 
void SetHostNameVerifier (EMSSSLHostNameVerifier verifier)
 Set the custom host name verifier. Set to null to remove custom host name verifier. More...
 
void SetClientTracer (System.IO.StreamWriter tracer)
 Set client tracer to given output stream. More...
 
void SetSSLProxy (String host, int port)
 Set the connection factory's parameters for connecting through a TLS proxy. More...
 
void SetSSLProxyAuth (String username, String password)
 Set a connection factory's username and password for connecting through a TLS proxy. More...
 
String GetSSLProxyHost ()
 Get the TLS proxy host from this connection factory. More...
 
int GetSSLProxyPort ()
 Get the TLS proxy port from this connection factory. More...
 
String GetSSLProxyUser ()
 Get the TLS proxy username from a connection factory. More...
 
String GetSSLProxyPassword ()
 Get the TLS proxy password from a connection factory. More...
 
- Protected Member Functions inherited from TIBCO.EMS.QueueConnectionFactory
 QueueConnectionFactory (SerializationInfo info, StreamingContext context)
 ISerializable constructor More...
 
- Protected Member Functions inherited from TIBCO.EMS.ConnectionFactory
 ConnectionFactory (SerializationInfo info, StreamingContext context)
 ISerializable constructor More...
 

Detailed Description

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

A FederatedQueueConnectionFactory 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.

Property Documentation

string TIBCO.EMS.FederatedQueueConnectionFactory.Name
get

Gets the name property of the object. The name string uniquely identfies the QueueConnectionFactory and can be used as the entry name of a DirectoryEntry in ASDI.


Copyright © 1997-2024 Cloud Software Group, Inc. All Rights Reserved.