▼NTIBCO | |
▼NEMS | |
►NADMIN | |
CACLEntry | An ACLEntry represents the set of permissions that a Principal (User or Group) has on a Destination (Topic or Queue). |
CAdmin | This is the main class for administering a TIBCO Enterprise Message Service server. |
CAdminACLEntry | This class represents a set of administrative permissions for a Principal (user or group). |
CAdminException | This is the general admin exception used when an error occurs with a call to the server. |
CAdminInvalidNameException | This is the admin exception thrown when the name used to create a User, Group, or Destination is invalid. |
CAdminNameExistsException | This is the admin exception thrown when the name used to create a User, Group, Destination, or JNDI binding is already in use. |
CAdminPermissions | This class represents a set of positive and negative administrative permissions. Negative permissions are only returned when the entry is returned from the server. In grant() and revoke() methods only positive permissions are used to specify the set of permissions which should be granted or revoked. Applications normally use objects returned as a result of a server query to obtain administrative permissions. If any permissions have to be changed, a new AdminPermission object should be created. |
CAdminSecurityException | This is the admin exception thrown when the user is not authorized to execute a command. |
CBridgeInfo | This class represents the definition of a bridge. A bridge consists of a source destination name and type and 1 or more BridgeTarget objects. |
CBridgeTarget | This class represents the target destination of a bridge. |
CChannelInfo | An object of this class represents the configuration and optionally statistical data about the multicast channel. |
CCMLedgerListenerInfo | This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to. |
CCMLedgerSubjectInfo | This class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file. |
CCMListenerInfo | This class represents a TIBCO Rendezvous CM listener. |
CConnectionFactoryInfo | A ConnectionFactoryInfo object represents a configured ConnectionFactory that can be retrieved by an EMS client through the built in JNDI implementation. This class is used to create and alter the properties of the ConnectionFactory. |
CConnectionInfo | A ConnectionInfo object represents a client connection to the TIBCO EMS server. ConnectionInfo objects are obtained through calls to Admin.GetConnections(). |
►CConsumerInfo | A ConsumerInfo object represents a message consumer. Admin.GetConsumers() |
CDetails | Provides additional information about consumer. |
CDbStoreInfo | Class representing information about server's database-based store. |
CDestinationBridgeInfo | This class replaces the old BridgeInfo class to represent bridges between destinations. |
CDestinationInfo | This abstract class contains methods common to both QueueInfo and TopicInfo. |
CDetailedDestStat | This class represents detailed destination statistics about another object (Topic, Queue etc). |
►CDetailedTransactionInfo | This class represents the a transaction as it is present on the EMS server. In addition to TransactionInfo it contains more detail. Especially about Messages that are part of this transaction. |
CConsumerMessage | This class represents a Message that is about to be consumed on commit. |
CProducerMessage | This class represents a Message that is about to be produced on commit. |
CXAMessage | This class represents a Message that is involved in a transaction. |
CDurableInfo | This class represents a durable subscription on the Tibjms server. |
CFileStoreInfo | Class representing information about a server's file-based store. |
CFTLParams | This class represents FTL parameters. |
CFTLTransportInfo | This class represents TIBCO FTL transports that are configured on the EMS server. |
CGroupInfo | This class represents a group on the Tibjms server. |
CJACIInfo | This class represents a set of statistics about the JACI cache collected from the EMS server. |
CLDAPParams | This class represents LDAP parameters. |
CMStoreInfo | Class representing information about server's mstore-based store. |
CPermissions | This class represents a set of permissions on destinations. |
CPrincipalInfo | This abstract class represents a user or group and contains methods common to both. |
CProducerInfo | A ProducerInfo object represents a message producer. |
CQueueInfo | This class represents a message queue that is configured on the EMS server. |
CRouteInfo | An object of this class represents the configuration and optionally statistical data about the routed server. |
CRouteSelector | This class represents a selector applied to incoming or outgoing messages on a route. |
CRVCMTransportInfo | This class represents TIBCO Rendezvous Certified Messaging transports that are configured on the EMS server. |
CRVQueuePolicy | This class represents the discard policy of the TIBCO Rendezvous queues used internally by the TIBCO EMS Server when importing messages from TIBCO Rendezvous. |
CRVTransportInfo | This class represents TIBCO Rendezvous transports that are configured on the EMS server. |
CServerInfo | This class represents configuration parameters for a TIBCO Enterprise Message Service server. |
CSSLParams | This class represents all the possible SSL paramters. |
CSSTransportInfo | This class represents TIBCO SmartSockets transports that are configured on the EMS server. |
CStatData | This class represents statistical data about another object (Topic, Queue etc). |
CStateInfo | This class represents the FT state for a TIBCO Enterprise Message Service server, along with other information. |
CStateObj | This class represents the FT state for a TIBCO Enterprise Message Service server. |
CStoreInfo | Class representing information about a server's store. |
CSubscriptionInfo | This class represents a topic subscription in EMS Server. |
CThirdPartyParams | This class represents parameters from third party components such as SSL and LDAP. |
CTopicInfo | This class represents a topic that is configured on the EMS server. |
CTraceInfo | This class represents the set of trace message types that will be output to a particular output destination (console or log file). |
CTransactionInfo | This class represents an XA transaction. |
CTransportInfo | This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server |
CUserInfo | This class represents a user on the TIBCO EMS server. |
CVersionInfo | This class represents the parsed version information for the TIBCO Enterprise Message Service components. |
►NUFO | |
CBytesMessage | A 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. |
CConnection | A Connection object is a client's active connection to TIBCO EMS Server. |
CConnectionFactory | Administered object for creating server connections. |
CConnectionFailureException | This exception is thrown when an invocation of JMS method is failed due to connection failure in callback. |
CDestination | A Destination object encapsulates a TIBCO EMS specific address. |
CEMSMessageEventArgs | EMSMessageHandler event argument, used in TIBCO.EMS.MessageConsumer.MessageHandler. |
CICompletionListener | Notifies the application an asynchronous send has completed. |
CIMessageListener | Asynchronously process an arriving message. |
CLookupContext | Search for and perform queries on administered objects in the EMS server |
CLookupContextFactory | Create ILookupContext objects |
CMapMessage | A 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. |
CMessage | Messages carry information among EMS client programs |
CMessageConsumer | A client uses a MessageConsumer object to receive messages from a destination. |
CMessageProducer | Defines the root behavior of all message producers. |
CObjectMessage | An ObjectMessage object is used to send a message that contains a serializable object. |
CQueue | A Queue object encapsulates a TIBCO EMS specific queue name. |
CQueueBrowser | Enumerate the messages in a queue without consuming them |
CQueueConnection | A QueueConnection object is an active connection to a point-to-point TIBCO EMS Server. |
CQueueConnectionFactory | Backward compatibility. Administered object for creating queue connections. |
CQueueReceiver | A client uses a QueueReceiver object to receive messages that have been delivered to a queue. |
CQueueSender | A client uses a QueueSender object to send messages to a queue. |
CQueueSession | Session restricted to queues |
CSession | A Session object is a single-threaded context for producing and consuming messages. |
CStreamMessage | A 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. |
CTemporaryQueue | A 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. |
CTemporaryTopic | A TemporaryTopic object is a unique Topic object created for the duration of a Connection. |
CTextMessage | A TextMessage object is used to send a message containing a String. It inherits from the Message interface and adds a text message body. |
CTopic | A Topic object encapsulates a TIBCO EMS specific topic name. |
CTopicConnection | A TopicConnection object is an active connection to a publish/subscribe TIBCO EMS Server. |
CTopicConnectionFactory | Backward compatibility. Administered object for creating topic connections. |
CTopicPublisher | A client uses a TopicPublisher object to publish messages on a topic. A TopicPublisher object is the publish-subscribe form of a message producer. |
CTopicSession | A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber. |
CTopicSubscriber | A client uses a TopicSubscriber object to receive messages that have been published to a topic. |
CAuthenticationException | This exception is thrown when the client authentication to the naming server failed because of invalid authentication or insufficient privileges for a lookup request. |
CBytesMessage | A 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. |
CCannotProceedException | This exception is thrown when the naming service cannot be proceeded because of insufficient information to resolve a lookup request. |
CCommunicationException | This exception is thrown when a lookup request returns bad data. |
CConfigurationException | This exception is thrown when the configuration of the naming service has caused failures |
CConnection | A Connection object is a client's active connection to TIBCO EMS Server. |
CConnectionFactory | Administered object for creating server connections. |
CConnectionMetaData | A ConnectionMetaData object provides information describing the Connection object. |
CDeliveryMode | Define delivery mode constants as integers (for backward compatibility) |
CDestination | A Destination object encapsulates a TIBCO EMS specific address. |
CEMSDTCConnection | A 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) |
CEMSDTCConnectionFactory | Connection factory class for creating EMSDTCConnections and subsequently EMSMSDTCSessions for participating in MSDTC distributed transactions. |
CEMSDTCSession | The EMSDTCSession class represents a session of the client within the server. Only EMSDTCSession's are allowed to participate in MSDTC distributed transactions |
CEMSException | This is base class for TIBCO EMS .NET API related exceptions |
CEMSExceptionEventArgs | Present a connection problem as a .NET event. |
CEMSMessageEventArgs | EMSMessageHandler event argument, used in TIBCO.EMS.MessageConsumer.MessageHandler. |
CEMSMulticastExceptionEventArgs | Presents a multicast problem as a .NET event. |
CEMSSSL | SSL specific class that provides methods, defines and other miscellaneous constants that are used to set ssl parameters that apply across all connections. |
CEMSSSLFileStoreInfo | Specifies the file store information. |
CEMSSSLHostNameVerifierArgs | Specifies the host name verifier arguments |
CEMSSSLSystemStoreInfo | Specifies the system store information |
CFederatedConnectionFactory | The 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. |
CFederatedEMSDTCConnectionFactory | The 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. |
CFederatedQueue | The 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. |
CFederatedQueueConnectionFactory | The 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. |
CFederatedTopic | The 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. |
CFederatedTopicConnectionFactory | The 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. |
CICompletionListener | Notifies the application an asynchronous send has completed. |
CIExceptionListener | Asynchronously detect problems with connections. |
CInvalidClientIDException | The provider rejects the connection's client ID |
CInvalidDestinationException | The EMS Server cannot locate the destination |
CInvalidNameException | In a lookup request, the name has incorrect syntax |
CInvalidSelectorException | The client passed a message selector with invalid syntax |
CLdapLookupConsts | Specifies the parameters used to connect to a third-party LDAP server and lookup EMS administered objects. |
CLdapLookupContext | This class provides an interface used to search for and perform queries in a third-party LDAP server for EMS administered objects. |
CLdapLookupSSLParams | Provides the query client certificate callback and the server verify callback used to establish an SSL connection to the LDAP server (ldaps). |
CLookupContext | Search for and perform queries on administered objects in the EMS server |
CLookupContextFactory | Create ILookupContext objects |
CMapMessage | A 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. |
►CMessage | Messages carry information among EMS client programs |
CEmptyEnum | Represents an empty enumerator |
CMessageConsumer | A client uses a MessageConsumer object to receive messages from a destination. |
CMessageEOFException | The data stream within a message ended unexpectedly |
CMessageFormatException | Datatype mismatch |
CMessageNotReadableException | Attempt to read from a message in write-only mode |
CMessageNotWriteableException | Attempt to write to a message in read-only mode |
CMessageProducer | Defines the root behavior of all message producers. |
CNameNotFoundException | The name lookup repository cannot find a name; the name is not bound |
CNamingException | This is the base class for all exceptions related to name lookup requests |
CObjectMessage | An ObjectMessage object is used to send a message that contains a serializable object. |
CQueue | A Queue object encapsulates a TIBCO EMS specific queue name. |
CQueueBrowser | Enumerate the messages in a queue without consuming them |
CQueueConnection | A QueueConnection object is an active connection to a point-to-point TIBCO EMS Server. |
CQueueConnectionFactory | Backward compatibility. Administered object for creating queue connections. |
CQueueReceiver | A client uses a QueueReceiver object to receive messages that have been delivered to a queue. |
CQueueRequestor | This class provides a request/reply facility for messaging over a queue, using a TemporaryQueue for handling replies. |
CQueueSender | A client uses a QueueSender object to send messages to a queue. |
CQueueSession | Session restricted to queues |
CResourceAllocationException | Required resources are not available |
CSecurityException | The method cannot complete because of a security restriction |
CServiceUnavailableException | A lookup request failed because the client could not connect to the server |
CSession | A Session object is a single-threaded context for producing and consuming messages. |
CStreamMessage | A 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. |
CTemporaryQueue | A 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. |
CTemporaryTopic | A TemporaryTopic object is a unique Topic object created for the duration of a Connection. |
CTextMessage | A TextMessage object is used to send a message containing a String. It inherits from the Message interface and adds a text message body. |
CTibems | Defines miscellaneous constants and provider properties used by TIBCO Enterprise Message Service |
CTopic | A Topic object encapsulates a TIBCO EMS specific topic name. |
CTopicConnection | A TopicConnection object is an active connection to a publish/subscribe TIBCO EMS Server. |
CTopicConnectionFactory | Backward compatibility. Administered object for creating topic connections. |
CTopicPublisher | A client uses a TopicPublisher object to publish messages on a topic. A TopicPublisher object is the publish-subscribe form of a message producer. |
CTopicRequestor | This class provides a request/reply facility for messaging over a topic. |
CTopicSession | A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber. |
CTopicSubscriber | A client uses a TopicSubscriber object to receive messages that have been published to a topic. |
CTransactionInProgressException | This exception indicates that the transaction associated with processing of the request is in progress |
CTransactionRolledBackException | An attempt to commit a transaction resulted in rollback |