[TIBCO.EMS .NET client library 5.1 documentation]
The Tibems type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CalculateMessageSize |
Calculates and returns total size of the message wire representation.
| |
| CreateFromBytes |
Create a message from specified byte array
| |
| Equals | (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.) | |
| GetAllowCallbackInClose | Obsolete.
Deprecated, use Tibems.GetAllowCloseInCallback instead.
| |
| GetAllowCloseInCallback |
Determine whether client callbacks may call close methods
| |
| GetAsBytes |
Return a copy of the message data as a byte array, suitable for archiving in a file
| |
| GetConnectAttempts |
Returns the connect attempts setting.
| |
| GetConnectAttemptTimeout |
Returns the connect attempt timeout value
| |
| GetConnectionActiveURL | Return the URL of the EMS server for the specified connection. | |
| GetEncoding |
Return the name of the global string encoding for messages
| |
| GetExceptionOnFTSwitch |
Return the fault tolerance exception setting
| |
| 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.) | |
| GetMessageBodySize |
Returns the total wire size of the message body for a message
which was received or sent.
| |
| GetMessageEncoding |
Return string encoding name set for this message
| |
| GetMessageHeadersSize |
Returns the total wire size of the message headers for a message
which was received or sent.
| |
| GetMessagePropertiesSize |
Returns the total wire size of the message properties for a message
which was received or sent.
| |
| GetMessageSize |
Returns the total wire size of the message which was received or sent
| |
| GetMulticastDaemon |
Get the port on which the EMS client will connect to the multicast
daemon.
| |
| GetMulticastEnabled |
Get whether MessageConsumers subscribed to a multicast-enabled topic
will receive messages over multicast.
| |
| GetNPSendCheckMode |
Return mode defining when a producer checks the result of sending
a NON_PERSISTENT message.
| |
| GetPingInterval |
Return the ping interval in seconds used by inactive connections
| |
| GetProperty | Retrieve the property value given the property name | |
| GetReconnectAttempts | Returns the reconnect attempts setting. | |
| GetReconnectAttemptTimeout |
Returns the connect attempt timeout value
| |
| GetSessionDispatcherDaemon | Return the dispatcher thread setting. | |
| GetSocketReceiveBufferSize |
Returns the size of socket receive buffer.
| |
| GetSocketSendBufferSize |
Return the size of socket send buffer | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsConsumerMulticast |
Checks if a MessageConsumer is receiving messages over multicast.
| |
| MakeWriteable |
Set message to writeable state without resetting its content.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetAllowCallbackInClose | Obsolete.
Deprecated, use Tibems.SetAllowCloseInCallback instead.
| |
| SetAllowCloseInCallback |
Sets if Close
methods can be called in the IMessageListener callback.
| |
| SetConnectAttempts |
Modify the connection attempts setting determining the number of
attempts the client makes to connect to the server.
| |
| SetConnectAttemptTimeout | Set the maximum amount of time a client will
wait for the connection to be established
| |
| SetEncoding |
Set global string encoding for messages
| |
| SetExceptionOnFTSwitch |
Sets if ExceptionListener set on the Connection should be called after
fault-tolerant switch.
| |
| SetMessageEncoding |
Set the character encoding for an individual message
| |
| SetMulticastDaemon |
Set the port on which the EMS client will connect to the multicast
daemon.
| |
| SetMulticastEnabled |
Set whether MessageConsumers subscribed to a multicast-enabled topic
will receive messages over multicast. | |
| SetNPSendCheckMode |
Set mode defining when a producer should check the result of sending
a NON_PERSISTENT message.
| |
| SetPingInterval |
Set the interval at which the client tests network connectivity
| |
| SetProperty | Modify a property value | |
| SetReconnectAttempts |
Sets the parameter for the number of attempts the connections
make to reconnect to the backup server during fault-tolerant switch.
| |
| SetReconnectAttemptTimeout | Sets the maximum amount of time a client will wait for
the reconnect to complete | |
| SetSessionDispatcherDaemon | Set the dispatcher thread setting | |
| SetSocketReceiveBufferSize | Set the size of socket receive buffers | |
| SetSocketSendBufferSize | Set the size of socket send buffers | |
| SetTraceFile |
Use this method to instruct the TIBCO EMS Client library to direct
the tracing, that would normally go to stderr or stdout, to a file named
fileName.
| |
| ToString | (Inherited from Object.) |