TIBCO EMS .NET API 8.6
TIBCO EMS .NET API 8.6
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NTIBCO
 NEMS
 NADMIN
 NUFO
 CAuthenticationExceptionThis exception is thrown when the client authentication to the naming server failed because of invalid authentication or insufficient privileges for a lookup request.
 CBytesMessageA BytesMessage object is used to send a message containing a stream of uninterpreted bytes. It inherits from the Message interface and adds a bytes message body. The receiver of the message supplies the interpretation of the bytes.
 CCannotProceedExceptionThis exception is thrown when the naming service cannot be proceeded because of insufficient information to resolve a lookup request.
 CCommunicationExceptionThis exception is thrown when a lookup request returns bad data.
 CConfigurationExceptionThis exception is thrown when the configuration of the naming service has caused failures
 CConnectionA Connection object is a client's active connection to TIBCO EMS Server.
 CConnectionFactoryAdministered object for creating server connections.
 CConnectionMetaDataA ConnectionMetaData object provides information describing the Connection object.
 CDeliveryModeDefine delivery mode constants as integers (for backward compatibility)
 CDestinationA Destination object encapsulates a TIBCO EMS specific address.
 CEMSDTCConnectionA Connection object is a client's active connection to TIBCO EMS Server. A EMSDTCConnection should be used when the client intends to participate in a MSDTC transaction (i.e. System.Transactions.Transaction)
 CEMSDTCConnectionFactoryConnection factory class for creating EMSDTCConnections and subsequently EMSMSDTCSessions for participating in MSDTC distributed transactions.
 CEMSDTCSessionThe EMSDTCSession class represents a session of the client within the server. Only EMSDTCSession's are allowed to participate in MSDTC distributed transactions
 CEMSExceptionThis is base class for TIBCO EMS .NET API related exceptions
 CEMSExceptionEventArgsPresent a connection problem as a .NET event.
 CEMSMessageEventArgsEMSMessageHandler event argument, used in TIBCO.EMS.MessageConsumer.MessageHandler.
 CEMSMulticastExceptionEventArgsPresents a multicast problem as a .NET event.
 CEMSSSLSSL specific class that provides methods, defines and other miscellaneous constants that are used to set ssl parameters that apply across all connections.
 CEMSSSLFileStoreInfoSpecifies the file store information.
 CEMSSSLHostNameVerifierArgsSpecifies the host name verifier arguments
 CEMSSSLSystemStoreInfoSpecifies the system store information
 CFederatedConnectionFactoryThe FederatedConnectionFactory class represents the connection factory entry in the naming server. A FederatedConnectionFactory object is the query result of a connection factory name lookup, the return value of the NameSearcher.Lookup method.
 CFederatedEMSDTCConnectionFactoryThe 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.
 CFederatedQueueThe FederatedQueue class represents the queue entry in the naming server. A FederatedQueue object is the query result of a queue name lookup, the return value of the NameSearcher.Lookup method.
 CFederatedQueueConnectionFactoryThe 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.
 CFederatedTopicThe FederatedTopic class represents the topic entry in the naming server. A FederatedTopic object is the query result of a topic name lookup, the return value of the NameSearcher.Lookup method.
 CFederatedTopicConnectionFactoryThe FederatedTopicConnectionFactory class represents the topic connection factory entry in the naming server. A FederatedTopicConnectionFactory object is the query result of a topic connection factory name lookup, the return value of the NameSearcher.Lookup method.
 CICompletionListenerNotifies the application an asynchronous send has completed.
 CIExceptionListenerAsynchronously detect problems with connections.
 CInvalidClientIDExceptionThe provider rejects the connection's client ID
 CInvalidDestinationExceptionThe EMS Server cannot locate the destination
 CInvalidNameExceptionIn a lookup request, the name has incorrect syntax
 CInvalidSelectorExceptionThe client passed a message selector with invalid syntax
 CLdapLookupConstsSpecifies the parameters used to connect to a third-party LDAP server and lookup EMS administered objects.
 CLdapLookupContextThis class provides an interface used to search for and perform queries in a third-party LDAP server for EMS administered objects.
 CLdapLookupSSLParamsProvides the query client certificate callback and the server verify callback used to establish an SSL connection to the LDAP server (ldaps).
 CLookupContextSearch for and perform queries on administered objects in the EMS server
 CLookupContextFactoryCreate ILookupContext objects
 CMapMessageA MapMessage object is used to send a set of name-value pairs. The names are String objects, and the values are primitive data types in the .NET programming language. The names must have a value that is not null, and not an empty string. The entries can be accessed sequentially or randomly by name. The order of the entries is undefined. MapMessage inherits from the Message interface and adds a message body that contains a Map.
 CMessageMessages carry information among EMS client programs
 CMessageConsumerA client uses a MessageConsumer object to receive messages from a destination.
 CMessageEOFExceptionThe data stream within a message ended unexpectedly
 CMessageFormatExceptionDatatype mismatch
 CMessageNotReadableExceptionAttempt to read from a message in write-only mode
 CMessageNotWriteableExceptionAttempt to write to a message in read-only mode
 CMessageProducerDefines the root behavior of all message producers.
 CNameNotFoundExceptionThe name lookup repository cannot find a name; the name is not bound
 CNamingExceptionThis is the base class for all exceptions related to name lookup requests
 CObjectMessageAn ObjectMessage object is used to send a message that contains a serializable object.
 CQueueA Queue object encapsulates a TIBCO EMS specific queue name.
 CQueueBrowserEnumerate the messages in a queue without consuming them
 CQueueConnectionA QueueConnection object is an active connection to a point-to-point TIBCO EMS Server.
 CQueueConnectionFactoryBackward compatibility. Administered object for creating queue connections.
 CQueueReceiverA client uses a QueueReceiver object to receive messages that have been delivered to a queue.
 CQueueRequestorThis class provides a request/reply facility for messaging over a queue, using a TemporaryQueue for handling replies.
 CQueueSenderA client uses a QueueSender object to send messages to a queue.
 CQueueSessionSession restricted to queues
 CResourceAllocationExceptionRequired resources are not available
 CSecurityExceptionThe method cannot complete because of a security restriction
 CServiceUnavailableExceptionA lookup request failed because the client could not connect to the server
 CSessionA Session object is a single-threaded context for producing and consuming messages.
 CStreamMessageA StreamMessage object is used to send a stream of primitive types in the .NET programming language. It is filled and read sequentially. It inherits from the Message interface and adds a stream message body.
 CTemporaryQueueA TemporaryQueue object is a unique Queue object created for the duration of a Connection. It is a system-defined queue that can be consumed only by the Connection that created it.
 CTemporaryTopicA TemporaryTopic object is a unique Topic object created for the duration of a Connection.
 CTextMessageA TextMessage object is used to send a message containing a String. It inherits from the Message interface and adds a text message body.
 CTibemsDefines miscellaneous constants and provider properties used by TIBCO Enterprise Message Service
 CTopicA Topic object encapsulates a TIBCO EMS specific topic name.
 CTopicConnectionA TopicConnection object is an active connection to a publish/subscribe TIBCO EMS Server.
 CTopicConnectionFactoryBackward compatibility. Administered object for creating topic connections.
 CTopicPublisherA client uses a TopicPublisher object to publish messages on a topic. A TopicPublisher object is the publish-subscribe form of a message producer.
 CTopicRequestorThis class provides a request/reply facility for messaging over a topic.
 CTopicSessionA TopicSession object provides methods for creating TopicPublisher, TopicSubscriber.
 CTopicSubscriberA client uses a TopicSubscriber object to receive messages that have been published to a topic.
 CTransactionInProgressExceptionThis exception indicates that the transaction associated with processing of the request is in progress
 CTransactionRolledBackExceptionAn attempt to commit a transaction resulted in rollback

Copyright © Cloud Software Group, Inc. All rights reserved.