|
TIBCO EMS .NET API 8.2
TIBCO EMS .NET API 8.2
|
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.
More...
Properties | |
| string | Name [get] |
| 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. More... | |
Additional Inherited Members | |
Public Member Functions inherited from TIBCO.EMS.EMSDTCConnectionFactory | |
| EMSDTCConnection | CreateEMSDTCConnection () |
| Create a EMSDTCconnection More... | |
| EMSDTCConnection | CreateEMSDTCConnection (String userName, String password) |
| Create a EMSDTCConnection More... | |
| EMSDTCConnectionFactory () | |
| Construct an empty EMSDTCConnectionFactory More... | |
| EMSDTCConnectionFactory (string serverUrl) | |
| Construct a EMSDTCConnectionFactory given server url More... | |
| EMSDTCConnectionFactory (string serverUrl, string clientId) | |
| Construct a EMSDTCConnectionFactory given the server url, and client id More... | |
| EMSDTCConnectionFactory (string serverUrl, string clientId, Hashtable properties) | |
| Construct a EMSDTCConnectionFactory given server url, client id and properties More... | |
| override Object | Clone () |
| Overrides the cloning process More... | |
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.
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.
|
get |
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.