TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
\NTIBCO
 \NEMS
  oNADMIN
  oNUFO
  oCBytesMessageA 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.
  oCEMSExceptionEventArgsPresent a connection problem as a .NET event.
  oCConnectionA Connection object is a client's active connection to TIBCO EMS Server.
  oCConnectionFactoryAdministered object for creating server connections.
  oCConnectionMetaDataA ConnectionMetaData object provides information describing the Connection object.
  oCDestinationA Destination object encapsulates a TIBCO EMS specific address.
  oCEMSDTCConnectionA 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)
  oCEMSDTCConnectionFactoryConnection factory class for creating EMSDTCConnections and subsequently EMSMSDTCSessions for participating in MSDTC distributed transactions.
  oCEMSDTCSessionThe EMSDTCSession class represents a session of the client within the server. Only EMSDTCSession's are allowed to participate in MSDTC distributed transactions
  oCEMSExceptionThis is base class for TIBCO EMS .NET API related exceptions
  oCSecurityExceptionThe method cannot complete because of a security restriction
  oCEMSSSLSSL specific class that provides methods, defines and other miscellaneous constants that are used to set ssl parameters that apply across all connections.
  oCEMSSSLFileStoreInfoSpecifies the file store information.
  oCEMSSSLHostNameVerifierArgsSpecifies the host name verifier arguments
  oCEMSSSLSystemStoreInfoSpecifies the system store information
  oCFederatedConnectionFactoryThe 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.
  oCFederatedEMSDTCConnectionFactoryThe 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.
  oCFederatedQueueThe 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.
  oCFederatedQueueConnectionFactoryThe 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.
  oCFederatedTopicThe 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.
  oCFederatedTopicConnectionFactoryThe 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.
  oCICompletionListenerNotifies the application an asynchronous send has completed.
  oCIExceptionListenerAsynchronously detect problems with connections.
  oCInvalidClientIDExceptionThe provider rejects the connection's client ID
  oCInvalidDestinationExceptionThe EMS Server cannot locate the destination
  oCInvalidSelectorExceptionThe client passed a message selector with invalid syntax
  oCLdapLookupConstsSpecifies the parameters used to connect to a third-party LDAP server and lookup EMS administered objects.
  oCLdapLookupContextThis class provides an interface used to search for and perform queries in a third-party LDAP server for EMS administered objects.
  oCLdapLookupSSLParamsProvides the query client certificate callback and the server verify callback used to establish an SSL connection to the LDAP server (ldaps).
  oCLookupContextSearch for and perform queries on administered objects in the EMS server
  oCLookupContextFactoryCreate ILookupContext objects
  oCMapMessageA 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.
  oCMessageMessages carry information among EMS client programs
  oCEMSMessageEventArgsEMSMessageHandler event argument, used in TIBCO.EMS.MessageConsumer.MessageHandler.
  oCMessageConsumerA client uses a MessageConsumer object to receive messages from a destination.
  oCMessageEOFExceptionThe data stream within a message ended unexpectedly
  oCMessageFormatExceptionDatatype mismatch
  oCMessageNotReadableExceptionAttempt to read from a message in write-only mode
  oCMessageNotWriteableExceptionAttempt to write to a message in read-only mode
  oCMessageProducerDefines the root behavior of all message producers.
  oCNamingExceptionThis is the base class for all exceptions related to name lookup requests
  oCCommunicationExceptionThis exception is thrown when a lookup request returns bad data.
  oCConfigurationExceptionThis exception is thrown when the configuration of the naming service has caused failures
  oCCannotProceedExceptionThis exception is thrown when the naming service cannot be proceeded because of insufficient information to resolve a lookup request.
  oCNameNotFoundExceptionThe name lookup repository cannot find a name; the name is not bound
  oCServiceUnavailableExceptionA lookup request failed because the client could not connect to the server
  oCInvalidNameExceptionIn a lookup request, the name has incorrect syntax
  oCAuthenticationExceptionThis exception is thrown when the client authentication to the naming server failed because of invalid authentication or insufficient privileges for a lookup request.
  oCObjectMessageAn ObjectMessage object is used to send a message that contains a serializable object.
  oCQueueA Queue object encapsulates a TIBCO EMS specific queue name.
  oCQueueBrowserEnumerate the messages in a queue without consuming them
  oCQueueConnectionA QueueConnection object is an active connection to a point-to-point TIBCO EMS Server.
  oCQueueConnectionFactoryBackward compatibility. Administered object for creating queue connections.
  oCQueueReceiverA client uses a QueueReceiver object to receive messages that have been delivered to a queue.
  oCQueueRequestorThis class provides a request/reply facility for messaging over a queue, using a TemporaryQueue for handling replies.
  oCQueueSenderA client uses a QueueSender object to send messages to a queue.
  oCQueueSessionSession restricted to queues
  oCResourceAllocationExceptionRequired resources are not available
  oCSessionA Session object is a single-threaded context for producing and consuming messages.
  oCStreamMessageA 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.
  oCTemporaryQueueA 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.
  oCTemporaryTopicA TemporaryTopic object is a unique Topic object created for the duration of a Connection.
  oCTextMessageA TextMessage object is used to send a message containing a String. It inherits from the Message interface and adds a text message body.
  oCDeliveryModeDefine delivery mode constants as integers (for backward compatibility)
  oCTibemsDefines miscellaneous constants and provider properties used by TIBCO Enterprise Message Service
  oCEMSMulticastExceptionEventArgsPresents a multicast problem as a .NET event.
  oCTopicA Topic object encapsulates a TIBCO EMS specific topic name.
  oCTopicConnectionA TopicConnection object is an active connection to a publish/subscribe TIBCO EMS Server.
  oCTopicConnectionFactoryBackward compatibility. Administered object for creating topic connections.
  oCTopicPublisherA client uses a TopicPublisher object to publish messages on a topic. A TopicPublisher object is the publish-subscribe form of a message producer.
  oCTopicRequestorThis class provides a request/reply facility for messaging over a topic.
  oCTopicSessionA TopicSession object provides methods for creating TopicPublisher, TopicSubscriber.
  oCTopicSubscriberA client uses a TopicSubscriber object to receive messages that have been published to a topic.
  oCTransactionInProgressExceptionThis exception indicates that the transaction associated with processing of the request is in progress
  \CTransactionRolledBackExceptionAn attempt to commit a transaction resulted in rollback

Copyright © TIBCO Software Inc. All rights reserved.