TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems Methods

The methods of the Tibems class are listed below. For a complete list of Tibems class members, see the Tibems Members topic.

Public Static Methods

CalculateMessageSize Calculates and returns total size of the message wire representation.
CreateFromBytes Create a message from specified byte array.
GetAllowCallbackInCloseObsolete. Deprecated, use Tibems.GetAllowCloseInCallback instead.
GetAllowCloseInCallback Returns if allowed to call close() in callbacks.
GetAsBytes Return a copy of the message data as a byte array, suitable for archiving in a file.
GetConnectAttempts Returns the connect attempts setting.
GetEncoding Returns the name of the global string encoding for messages.
GetExceptionOnFTSwitch Returns if exception listener is called on FT switch.
GetMessageBodySize Returns the total wire size of the message body for a message which was received or sent.
GetMessageEncoding Returns 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.
GetPingInterval Returns the ping interval in seconds used by inactive connections.
GetPropertyRetrieves the property value given the property name
GetReconnectAttempts Returns the reconnect attempts setting.
GetSessionDispatcherDaemon Returns if session dispatcher threads are daemon.
GetSocketReceiveBufferSize Returns the size of socket receive buffer.
GetSocketSendBufferSize Returns the size of socket send buffer.
MakeWriteable Set message to writeable state without resetting its content.
SetAllowCallbackInCloseObsolete. Deprecated, use Tibems.SetAllowCloseInCallback instead.
SetAllowCloseInCallback Sets if MessageConsumer.Close(), ISession.Close() or IConnection.Close() methods can be called in the IMessageListener callback.
SetConnectAttempts Sets the parameters for the number of attempts the connections make to connect to the server.
SetEncoding Set global string encoding for messages.
SetExceptionOnFTSwitch Sets if ExceptionListener set on the Connection should be called after fault-tolerant switch.
SetMessageEncoding Set string encoding for message.
SetPingInterval Sets the ping interval in seconds used by inactive connections.
SetProperty Sets a property value given the property name and value to set
SetReconnectAttempts Sets the parameter for the number of attempts the connections make to reconnect to the backup server during fault-tolerant switch.
SetSessionDispatcherDaemon Sets if Session dispatcher threads should be daemon. Some operating systems may ignore this setting.
SetSocketReceiveBufferSize Sets the size of the socket receive buffer size for client connections. Some operating systems may ignore this setting.
SetSocketSendBufferSize Sets the size of the socket send buffer size for client connections. Some operating systems may ignore this setting.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Tibems Class | TIBCO.EMS Namespace