TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
|
This class represents TIBCO SmartSockets transports that are configured on the EMS server. More...
Public Member Functions | |
override string | ToString () |
Returns a String that represents the current Object More... | |
Properties | |
string | ServerNames [get] |
Get the names of the RTservers this transport connects to. More... | |
string | Username [get] |
Get the username used by the EMS server to authenticate itself to the SmartSockets server. More... | |
string | Project [get] |
Get the SmartSockets project name. More... | |
SSDeliveryMode | DeliveryMode [get] |
Get the quality of service which delivers messages to the SmartSockets server over this transport. More... | |
SSLoadBalanceMode | LoadBalanceMode [get] |
Get the load balancing regimen for messages that this transport exports to the SmartSockets server. More... | |
bool | OverrideLoadBalanceMode [get] |
Indicates whether or not the RTserver should deliver all messages on this client connection, even if other clients participate in load balancing. More... | |
bool | GmdFileDelete [get] |
Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport. More... | |
SSSubscribeMode | SubscribeMode [get] |
Get the subscribe mode for the transport. Deprecated, As of release 5.0 subscribe mode is not configurable. More... | |
SSImportSSHeaders | ImportSSHeaders [get] |
Indicates which SmartSockets headers will be imported. More... | |
SSPreserveGMD | PreserveGMD [get] |
Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD. More... | |
![]() | |
string | Name [get] |
Get the name of the transport. More... | |
TransportType | Type [get] |
Get the type of the transport. More... | |
DeliveryMode | TopicImportDeliveryMode [get] |
Get the delivery mode for messages imported from this transport to a topic. More... | |
DeliveryMode | QueueImportDeliveryMode [get] |
Get the delivery mode for messages imported from this transport to a queue. More... | |
bool | ExportHeaders [get] |
Indicates whether or not EMS header information is included in messages exported on this transport. More... | |
bool | ExportProperties [get] |
Indicates whether or not the EMS message properties are included in messages exported on this transport. More... | |
This class represents TIBCO SmartSockets transports that are configured on the EMS server.
SmartSockets transports are mechanisms for importing and exporting messages between EMS and TIBCO SmartSockets.
|
inline |
Returns a String that represents the current Object
|
get |
Get the quality of service which delivers messages to the SmartSockets server over this transport.
|
get |
Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport.
|
get |
Indicates which SmartSockets headers will be imported.
|
get |
Get the load balancing regimen for messages that this transport exports to the SmartSockets server.
|
get |
Indicates whether or not the RTserver should deliver all messages on this client connection, even if other clients participate in load balancing.
|
get |
Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD.
|
get |
Get the SmartSockets project name.
|
get |
Get the names of the RTservers this transport connects to.
|
get |
Get the subscribe mode for the transport. Deprecated, As of release 5.0 subscribe mode is not configurable.
|
get |
Get the username used by the EMS server to authenticate itself to the SmartSockets server.