TIBCO Enterprise Message Service
Version 4.3.0
A B C D E F G H I J L M N O P Q R S T U V W X Z

A

ACLEntry - class com.tibco.tibjms.admin.ACLEntry.
An ACLEntry represents the set of permissions that a Principal (User or Group) has on a Destination (Topic or Queue).
ACLEntry(DestinationInfo, PrincipalInfo, Permissions) - Constructor for class com.tibco.tibjms.admin.ACLEntry
Constructor used to create ACLEntries that will be passed to TibjmsAdmin.grant() and TibjmsAdmin.revoke() methods.
ALL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
ALL_TYPE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Type indicating a topic or queue.
AUTH_ONLY - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying if SSL is used for authentication only.
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AdminACLEntry - class com.tibco.tibjms.admin.AdminACLEntry.
This class represents a set of administrative permissions for a Principal (user or group).
AdminACLEntry(PrincipalInfo, AdminPermissions) - Constructor for class com.tibco.tibjms.admin.AdminACLEntry
Constructor used to create AdminACLEntries that will be passed to TibjmsAdmin.grant() and TibjmsAdmin.revoke() methods.
AdminPermissions - class com.tibco.tibjms.admin.AdminPermissions.
This class represents a set of positive and negative administrative permissions.
AdminPermissions() - Constructor for class com.tibco.tibjms.admin.AdminPermissions
Default constructor which creates empty set of permissions.
AdminPermissions(long) - Constructor for class com.tibco.tibjms.admin.AdminPermissions
Creates a given set of positive permissions.
AdminPermissions(long, long) - Constructor for class com.tibco.tibjms.admin.AdminPermissions
Creates a given sets of positive and negative permissions.
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
addExportTransport(String) - Method in class com.tibco.tibjms.admin.TopicInfo
Add a new export transport to the list of transports this destination exports messages to.
addImportTransport(String) - Method in class com.tibco.tibjms.admin.DestinationInfo
Add a new import transport to the list of transports this destination imports messages from.
addIncomingSelector(RouteSelector) - Method in class com.tibco.tibjms.admin.RouteInfo
Add a new incoming selector to the route.
addIssuerCerts(Object) - Static method in class com.tibco.tibjms.TibjmsSSL
Adds one or more issuer certificates to the set of issuer certificates.
addIssuerCerts(Object, int) - Static method in class com.tibco.tibjms.TibjmsSSL
Adds one or more issuer certificates in the specified format to the set of issuer certificates.
addOneValue(Object) - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Convenience function for methods that return a single value.
addOneValue(Object) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Convenience function for methods that return a single column.
addOutgoingSelector(RouteSelector) - Method in class com.tibco.tibjms.admin.RouteInfo
Add a new outgoing selector to the route.
addRow() - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Move to the next row of the return value.
addStats(String, StatData) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
This is a convenience method for breaking out the StatData objects returned by the TibjmsAdmin class.
addToEnvironment(String, Object) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
addTraceItems(long) - Method in class com.tibco.tibjms.admin.TraceInfo
Add the specified trace items to the current list of add trace items.
addTrustedCerts(Object) - Static method in class com.tibco.tibjms.TibjmsSSL
Adds one or more trusted certificates to the set of trusted certificates.
addTrustedCerts(Object, int) - Static method in class com.tibco.tibjms.TibjmsSSL
Adds one or more trusted certificates in the specified format to the set of trusted certificates.
addUserToGroup(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Add the user for the given userName to the group for the given groupName.
addUsersToGroup(String, String[]) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Add the users for the given array of userNames to the group for the given groupName.
addValue(String, Object) - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Add an element of the return value.
addValue(String, int) - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Convenience function to add integer values.
addValue(String, long) - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Convenience function to add long values.
addValue(String, boolean) - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Convenience function to add boolean values.
addValue(String, double) - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Convenience function to add double values.
addValue(String, Object) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Add an element to the current row of the return value.
addValue(String, int) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Convenience function to add integer values.
addValue(String, long) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Convenience function to add long values.
addValue(String, boolean) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Convenience function to add boolean values.
addValue(String, double) - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Convenience function to add double values.
areBridgeTargetsInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly.
areExportTransportsInherited() - Method in class com.tibco.tibjms.admin.TopicInfo
Determines if the list of transports this topic exports messages on was inherited from a parent topic or whether it was set on the topic directly.
areImportTransportsInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determines if the list of transports this destination imports messages from was inherited from a parent destination or whether it was set on the destination directly.

B

BROWSE - Static variable in class com.tibco.tibjms.admin.Permissions
Browse permission for a queue.
BROWSE_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
Browse permission for a queue, deprecated.
BridgeInfo - class com.tibco.tibjms.admin.BridgeInfo.
This class represents the definition of a bridge.
BridgeTarget - class com.tibco.tibjms.admin.BridgeTarget.
This class represents the target destination of a bridge.
BytesMessage - interface javax.jms.BytesMessage.
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
bind(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Bind an object already bound to an existing JNDI name to a new JNDI name.
bind(String, Object) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
bind(Name, Object) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
bindQueue(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Bind the queue for the given queue name to the given JNDI name.
bindTopic(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Bind the topic for the given topic name to the given JNDI name.

C

CHANGE_ACL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_ADMIN_ACL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_CONNECTION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_DURABLE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_FACTORY - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_GROUP - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_MESSAGE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_ROUTE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_SERVER - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CHANGE_USER - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
CIPHER_SUITES - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the set of cipher suites to be used by the SSL connection.
CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's acknowledge method.
CLIENT_TRACE_FILTER_CLIENTID - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TRACE_FILTER_CONNID - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TRACE_FILTER_NONE - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TRACE_FILTER_USER - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TRACE_TARGET_NONE - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TRACE_TARGET_STDERR - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TRACE_TARGET_STDOUT - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
CLIENT_TYPE_C - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the client is a C application.
CLIENT_TYPE_CSHARP - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the client is a C# application.
CLIENT_TYPE_JAVA - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the client is a Java application.
CLIENT_TYPE_UNKNOWN - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the client is of unkown type.
CMLedgerListenerInfo - class com.tibco.tibjms.admin.CMLedgerListenerInfo.
This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to.
CMLedgerSubjectInfo - class com.tibco.tibjms.admin.CMLedgerSubjectInfo.
This class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file.
CMListenerInfo - class com.tibco.tibjms.admin.CMListenerInfo.
This class represents a TIBCO Rendezvous CM listener.
CMListenerInfo() - Constructor for class com.tibco.tibjms.admin.CMListenerInfo
Creates CMListener with empty transport, name and subject.
CMListenerInfo(String, String, String) - Constructor for class com.tibco.tibjms.admin.CMListenerInfo
Creates CMListener on a given transport with given name and subject name.
CMListenerInfo(String, String) - Constructor for class com.tibco.tibjms.admin.CMListenerInfo
Creates CMListener with given name and subject name.
CONNECTION_TYPE_FT - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the connection is a fault tolerant connection to another server.
CONNECTION_TYPE_GENERIC - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating a generic client connection.
CONNECTION_TYPE_QUEUE - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the connection is a queue connection.
CONNECTION_TYPE_ROUTE - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the connection is a route connection to another server.
CONNECTION_TYPE_TOPIC - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating the connection is a topic connection.
CREATE - Static variable in class com.tibco.tibjms.admin.Permissions
Administrative permission to create destination.
CREATE_DESTINATION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
Connection - interface javax.jms.Connection.
A Connection object is a client's active connection to its JMS provider.
ConnectionConsumer - interface javax.jms.ConnectionConsumer.
For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
ConnectionFactory - interface javax.jms.ConnectionFactory.
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionFactoryInfo - class com.tibco.tibjms.admin.ConnectionFactoryInfo.
A ConnectionFactoryInfo object represents a configured ConnectionFactory that can be retrieved by an EMS client through the built in JNDI implementation.
ConnectionFactoryInfo(String, String, int, Map) - Constructor for class com.tibco.tibjms.admin.ConnectionFactoryInfo
Creates ConnectionFactoryInfo.
ConnectionFactoryInfo(String, String, int, boolean, Map) - Constructor for class com.tibco.tibjms.admin.ConnectionFactoryInfo
Creates ConnectionFactoryInfo.
ConnectionInfo - class com.tibco.tibjms.admin.ConnectionInfo.
A ConnectionInfo object represents a client connection to the TIBCO EMS server.
ConnectionMetaData - interface javax.jms.ConnectionMetaData.
A ConnectionMetaData object provides information describing the Connection object.
ConsumerInfo - class com.tibco.tibjms.admin.ConsumerInfo.
A ConsumerInfo object represents a message consumer.
calculateMessageSize(Message) - Static method in class com.tibco.tibjms.Tibjms
Calculates and returns total size of the message wire representation.
clearAddTraceItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Clear the set of add trace items so that it is empty.
clearAllTraceItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Clear the set of absolute, add, and remove trace items so the object is essentially empty.
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearIssuerCerts() - Static method in class com.tibco.tibjms.TibjmsSSL
Removes all previously set issuer certificates.
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
clearRemoveTraceItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Clear the set of remove trace items so that it is empty.
clearSetTraceItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Clear the set of absolute trace items so that it is empty.
clearTrustedCerts() - Static method in class com.tibco.tibjms.TibjmsSSL
Removes all previously set trusted certificates.
clone() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
clone() - Method in class com.tibco.tibjms.TibjmsQueue
 
clone() - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
clone() - Method in class com.tibco.tibjms.TibjmsTopic
 
clone() - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
clone() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
clone() - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
 
clone() - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
 
close() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Close connection to the server.
close() - Method in class com.tibco.tibjms.naming.TibjmsContext
 
close() - Method in interface javax.jms.Connection
Closes the connection.
close() - Method in interface javax.jms.ConnectionConsumer
Closes the connection consumer.
close() - Method in interface javax.jms.MessageConsumer
Closes the message consumer.
close() - Method in interface javax.jms.MessageProducer
Closes the message producer.
close() - Method in interface javax.jms.QueueBrowser
Closes the QueueBrowser.
close() - Method in class javax.jms.QueueRequestor
Closes the QueueRequestor and its session.
close() - Method in interface javax.jms.Session
Closes the session.
close() - Method in class javax.jms.TopicRequestor
Closes the TopicRequestor and its session.
com.tibco.tibjms - package com.tibco.tibjms
Provides the classes used for SSL setup, administration with external JNDI, also defines proprietary constants such as vendor Message properties and other.
com.tibco.tibjms.admin - package com.tibco.tibjms.admin
Provides the classes for administering a TIBCO Enterprise Message Service.
com.tibco.tibjms.admin.hawk - package com.tibco.tibjms.admin.hawk
Provides classes for administering a TIBCO Enterprise Message Service via Hawk Interfaces.
com.tibco.tibjms.naming - package com.tibco.tibjms.naming
Provides the Context class used to perform lookup operations with JNDI supported by TIBCO Enterprise Message Service, also allows for secure JNDI lookups.
com.tibco.tibrv - package com.tibco.tibrv
Provides classes for creating JMS transport for TIBCO Rendezvous pure-Java applications and applets.
commit() - Method in interface javax.jms.Session
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
commitTransaction(TransactionInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Commit the xa transaction.
compact(int, long) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Compact one of the server's store files until either no more compaction can be done or timeout seconds have elapsed, whichever occurs first.
composeName(Name, Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
composeName(String, String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
createBrowser(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBrowser(Queue) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBytesMessage() - Method in interface javax.jms.Session
Creates a BytesMessage object.
createCMListener(CMListenerInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create (pre-register) TIBCO Rendezvous certified listener.
createConnection() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
createConnection(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
createConnection() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
createConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
createConnection() - Method in interface javax.jms.ConnectionFactory
Creates a connection with the default user identity.
createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a connection with the specified user identity.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation).
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
Creates a connection consumer for this connection (optional operation).
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Creates a connection consumer for this connection (optional operation).
createConnectionFactory(String, ConnectionFactoryInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create a connection factory based on the given ConnectionFactoryInfo and bind it to the given name in the internal JNDI implementation.
createConsumer(Destination) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination.
createConsumer(Destination, String) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination, using a message selector.
createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
Creates MessageConsumer for the specified destination, using a message selector.
createDestinationBridge(DestinationBridgeInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Creates a destination bridge as specified by the DestinationBridgeInfo object.
createDurable(String, String, String, String, boolean, boolean) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create the durable with given name and client ID.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Create a durable connection consumer for this connection (optional operation).
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a durable connection consumer for this connection (optional operation).
createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic, using a message selector and specifying whether messages published by its own connection should be delivered to it.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createFromBytes(byte[]) - Static method in class com.tibco.tibjms.Tibjms
Create a message from specified byte array.
createGroup(GroupInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create a group based on the information in the given GroupInfo.
createMapMessage() - Method in interface javax.jms.Session
Creates a MapMessage object.
createMessage() - Method in interface javax.jms.Session
Creates a Message object.
createObjectMessage() - Method in interface javax.jms.Session
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in interface javax.jms.Session
Creates an initialized ObjectMessage object.
createProducer(Destination) - Method in interface javax.jms.Session
Creates a MessageProducer to send messages to the specified destination.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Creates a publisher for the specified topic.
createQueue(QueueInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create a queue based on the parameters from the given QueueInfo.
createQueue(String) - Method in interface javax.jms.QueueSession
Creates a queue identity given a Queue name.
createQueue(String) - Method in interface javax.jms.Session
Creates a queue identity given a Queue name.
createQueueConnection() - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
createQueueConnection(String, String) - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
createQueueConnection() - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
 
createQueueConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
 
createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the default user identity.
createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the specified user identity.
createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
Creates a QueueSession object.
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession object.
createReceiver(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue.
createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue using a message selector.
createRoute(RouteInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create a new route.
createSender(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueSender object to send messages to the specified queue.
createSession(boolean, int) - Method in interface javax.jms.Connection
Creates a Session object.
createSession(boolean, int) - Method in interface javax.jms.XAConnection
Creates an Session object.
createStreamMessage() - Method in interface javax.jms.Session
Creates a StreamMessage object.
createSubcontext(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
createSubcontext(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
createSubscriber(Topic) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic.
createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createTemporaryQueue() - Method in interface javax.jms.QueueSession
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.Session
Creates a TemporaryQueue object.
createTemporaryTopic() - Method in interface javax.jms.Session
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.TopicSession
Creates a TemporaryTopic object.
createTextMessage() - Method in interface javax.jms.Session
Creates a TextMessage object.
createTextMessage(String) - Method in interface javax.jms.Session
Creates an initialized TextMessage object.
createTopic(TopicInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create a topic based on the parameters from the given TopicInfo.
createTopic(String) - Method in interface javax.jms.Session
Creates a topic identity given a Topic name.
createTopic(String) - Method in interface javax.jms.TopicSession
Creates a topic identity given a Topic name.
createTopicConnection() - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
createTopicConnection(String, String) - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
createTopicConnection() - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
 
createTopicConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
 
createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the default user identity.
createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the specified user identity.
createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
Creates a TopicSession object.
createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.
createUser(UserInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Create a user based on the information in the given UserInfo.
createXAConnection() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
createXAConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
createXAConnection() - Method in interface javax.jms.XAConnectionFactory
Creates an XAConnection with the default user identity.
createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
Creates an XA connection with the specified user identity.
createXAQueueConnection() - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
 
createXAQueueConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
 
createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the default user identity.
createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the specified user identity.
createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession object.
createXASession() - Method in interface javax.jms.XAConnection
Creates an XASession object.
createXATopicConnection() - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
 
createXATopicConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
 
createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the default user identity.
createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the specified user identity.
createXATopicSession() - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.

D

DEBUG_TRACE - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying if client debug trace is required.
DEFAULT_DAG_ZONE - Static variable in class com.tibco.tibjms.admin.RouteInfo
The name of the zone that routes are members of if no zone name is specified.
DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_FACTORY_PASSWORD - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying default user password set for Connections created by the factory.
DEFAULT_FACTORY_USERNAME - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying default user name set for Connections created by the factory.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
DELETE - Static variable in class com.tibco.tibjms.admin.Permissions
Administrative permission to delete destination.
DELETE_DESTINATION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
DELIVERY_MODE_ALL - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets ALL delivery mode.
DELIVERY_MODE_BEST_EFFORT - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets BEST_EFFORT delivery mode.
DELIVERY_MODE_ORDERED - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets ORDERED delivery mode.
DELIVERY_MODE_PERSISTENT - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets PERSISTENT delivery mode.
DELIVERY_MODE_SOME - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets SOME delivery mode.
DETAIL_CONSUMERS - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
DETAIL_PRODUCERS - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
DETAIL_ROUTES - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DURABLE - Static variable in class com.tibco.tibjms.admin.Permissions
Permission to create a durable subscriber for a topic.
DURABLE_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
Permission to create a durable subscriber for a topic, deprecated.
DeliveryMode - interface javax.jms.DeliveryMode.
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
Destination - interface javax.jms.Destination.
A Destination object encapsulates a provider-specific address.
DestinationBridgeInfo - class com.tibco.tibjms.admin.DestinationBridgeInfo.
This class replaces the old BridgeInfo class to represent bridges between destinations.
DestinationBridgeInfo(int, String, int, String, String) - Constructor for class com.tibco.tibjms.admin.DestinationBridgeInfo
Create a DestinationBridgeInfo object that will bridge between two destinations with an optional selector.
DestinationInfo - class com.tibco.tibjms.admin.DestinationInfo.
This abstract class contains methods common to both QueueInfo and TopicInfo.
DetailedDestStat - class com.tibco.tibjms.admin.DetailedDestStat.
This class represents detailed destination statistics about another object (Topic, Queue etc).
DurableInfo - class com.tibco.tibjms.admin.DurableInfo.
This class represents a durable subscription on the Tibjms server.
delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
deleteCMListener(CMListenerInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Delete TIBCO Rendezvous certified listener.
describeMicroAgent() - Method in class com.tibco.tibjms.admin.hawk.HawkController
Part of interface with Hawk Agent engine.
describeMicroAgent() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Part of interface with Hawk Agent engine.
destroy() - Method in class com.tibco.tibrv.TibrvJMSTransport
Destroys this transport and all associated listeners.
destroyConnection(long) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destoy the client connection for the given connectionID.
destroyConnectionFactory(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the connection factory bound to the given JNDI name.
destroyDestinationBridge(int, String, int, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the destination bridge between a source and a target
destroyDurable(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the durable with given name and client ID.
destroyGroup(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the group for the given groupName.
destroyMessage(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the message for the given message ID.
destroyQueue(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the queue for the given queue name.
destroyRoute(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the route with specified name.
destroySubcontext(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
destroySubcontext(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
destroyTopic(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the topic for the given topic name.
destroyUser(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Destroy the user for the given userName.
disableClientTracing() - Method in class com.tibco.tibjms.admin.ServerInfo
Turn off client tracing, clearing all filtering settings.

E

ENABLE_VERIFY_HOST - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying if client should verify server certificate.
ENABLE_VERIFY_HOST_NAME - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying if client should verify the common name in the server certificate.
ENCODING_AUTO - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining AUTO format of the certificate or private key data.
ENCODING_DER - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining DER format of the certificate or private key data.
ENCODING_ENTRUST - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining Entrust Store format of the client identity data.
ENCODING_KEYSTORE - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining KeyStore format of the client identity data.
ENCODING_PEM - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining PEM format of the certificate or private key data.
ENCODING_PKCS12 - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining PKCS12 format of the client identity data.
ENCODING_PKCS7 - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining PKCS7 format.
ENCODING_PKCS8 - Static variable in class com.tibco.tibjms.TibjmsSSL
Integer defining PKCS8 format of the private key data.
EXPECTED_HOST_NAME - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the common name in the server certificate.
EXPLICIT_CLIENT_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.Tibjms
Defines explicit client acknowledge mode.
EXPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.Tibjms
Defines explicit client acknowledge mode with dups_ok.
ExceptionListener - interface javax.jms.ExceptionListener.
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
enableClientTracing() - Method in class com.tibco.tibjms.admin.ServerInfo
Enable client tracing with default settings.
enableClientTracing(short, short, Object) - Method in class com.tibco.tibjms.admin.ServerInfo
Enable client tracing with specific settings.
equals(Object) - Method in class com.tibco.tibjms.TibjmsQueue
 
equals(Object) - Method in class com.tibco.tibjms.TibjmsTopic
 
equals(Object) - Method in class com.tibco.tibjms.admin.TraceInfo
 

F

FACTORY_CONNECT_ATTEMPT_COUNT - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying the maximum iterations a client program will go through its URL list until it establishes its first connection to an EMS server.
FACTORY_CONNECT_ATTEMPT_DELAY - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying the interval between iterations a client program will try to establishe its first connection to an EMS server.
FACTORY_LOAD_BALANCE_METRIC - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying the metric to be used for load balancing by the factory.
FACTORY_LOAD_BALANCE_METRIC_BYTE_RATE - Static variable in class com.tibco.tibjms.Tibjms
Indicates that the connection factory load balances connections across multiple servers by creating a connection to the server with the lowest total byte rate (input and output).
FACTORY_LOAD_BALANCE_METRIC_CONNECTIONS - Static variable in class com.tibco.tibjms.Tibjms
Indicates that the connection factory load balances connections across multiple servers by creating a connection to the server with the fewest number of connections.
FACTORY_LOAD_BALANCE_METRIC_NONE - Static variable in class com.tibco.tibjms.Tibjms
Indicates that no load balancing metric has been set for the connection factory.
FACTORY_RECONNECT_ATTEMPT_COUNT - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying the maximum iterations a client program will try to re-establish a connection to an EMS server after losing previous connection.
FACTORY_RECONNECT_ATTEMPT_DELAY - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the ConnectionFactory property specifying the interval between reconnection attempts.

G

GroupInfo - class com.tibco.tibjms.admin.GroupInfo.
This class represents a group on the Tibjms server.
GroupInfo(String, String) - Constructor for class com.tibco.tibjms.admin.GroupInfo
Public constructor to create a GroupInfo.
GroupInfo(String) - Constructor for class com.tibco.tibjms.admin.GroupInfo
Public constructor to create a GroupInfo with no description.
getACLEntries() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all ACL entries for destinations.
getACLsFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of acls.
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getActiveDurableCount() - Method in class com.tibco.tibjms.admin.TopicInfo
Get the current number of active durable subscribers for this topic.
getAddress() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the IP address for this connection.
getAllTraceItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Get the calculated set of trace items.
getAllowCallbackInClose() - Static method in class com.tibco.tibjms.Tibjms
Deprecated. This method has been misnamed and replaced by getAllowCloseInCallback.
getAllowCloseInCallback() - Static method in class com.tibco.tibjms.Tibjms
Returns if allowed to call close() in callbacks.
getAsBytes(Message) - Static method in class com.tibco.tibjms.Tibjms
Return a copy of the message data as a byte array, suitable for archiving in a file.
getAsyncDBSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the current size of the asynchronous message store.
getBackupName() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the server name and host name of the backup server connected to this server.
getBodyLength() - Method in interface javax.jms.BytesMessage
Gets the number of bytes of the message body when the message is in read-only mode.
getBoolean(String) - Method in interface javax.jms.MapMessage
Returns the boolean value with the specified name.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
getBranchQualifier() - Method in class com.tibco.tibjms.admin.TransactionInfo
Returns the branch qualifier of the transaction.
getBridge(int, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the bridge from a given destination.
getBridgeTargets() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the target destinations that this destination bridges to.
getBridges() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all the bridges known to the server.
getBridges(int, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all the bridges known to the server where the source destination is of a given type and the source destination name matches the given pattern.
getBridgesFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of bridges.
getByte(String) - Method in interface javax.jms.MapMessage
Returns the byte value with the specified name.
getByteProperty(String) - Method in interface javax.jms.Message
Returns the value of the byte property with the specified name.
getByteRate() - Method in class com.tibco.tibjms.admin.StatData
Get the value for the rate of bytes per second.
getBytes(String) - Method in interface javax.jms.MapMessage
Returns the byte array value with the specified name.
getCMLedger(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns a summary of the contents of the ledger file of the server's default TIBCO Rendezvous certified messaging transport.
getCMLedger(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns a summary of the contents of the transport's ledger file.
getCMLedgerInfo(String, String) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List CM ledger statistics on EMS server.
getCMListeners() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the TIBCO Rendezvous certified listeners explicitly created in the server configuration.
getCMName() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Get the certified messaging name used by this transport for TIBCO Rendezvous Certified Messaging.
getChar(String) - Method in interface javax.jms.MapMessage
Returns the Unicode character value with the specified name.
getCipherSuiteName(int) - Static method in class com.tibco.tibjms.TibjmsSSL
Returns the name of cipher suite with specified number.
getClientID() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the clientID for this factory.
getClientID() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the clientID for this connection.
getClientID() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the client ID associated with this durable.
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getClientTraceFilterType() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the current filter type for client tracing.
getClientTraceFilterValue() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the value that clients must match in order to be traced.
getClientTraceTarget() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the current target for client tracing.
getClientTracer() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns client tracer or null if client tracing is disabled.
getClientType() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the language that the application was written in.
getCommandTimeout() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Gets the command timeout in milliseconds.
getConfigFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the main configuration file.
getConnectAttemptCount() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the connect_attempt_count for this factory.
getConnectAttemptDelay() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the connect_attempt_delay for this factory.
getConnectAttempts() - Static method in class com.tibco.tibjms.Tibjms
Returns the connect attempts setting.
getConnectionActiveURL(Connection) - Static method in class com.tibco.tibjms.Tibjms
Returns a string representing the URL of the server that this connection is currently connected to.
getConnectionCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of connections to the server.
getConnectionFactories() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all connection factories in the server configuration.
getConnectionID() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Return the consumer's connection ID.
getConnectionID() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's connection ID.
getConnectionID() - Method in class com.tibco.tibjms.admin.RouteInfo
Returns connection ID of this route or 0 if route is not connected.
getConnectionId() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the connection id of the TibjmsAdmin object's connection to the server.
getConnections() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns all connections except system connections.
getConnections() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List connections to EMS server.
getConsoleTraceInfo() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the trace settings that determine what will be logged to the server's console window.
getConsumerCount() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the number of consumers for this connection.
getConsumerCount() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the number of consumers for this destination.
getConsumerID() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the consumer ID associated with this durable.
getConsumers() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List consumers on EMS server.
getConsumersStatistics() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get statistical information about all consumers.
getConsumersStatistics(Long, String, DestinationInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get statistical information about consumers with specified parameters.
getCreateTime() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer's creation time in milliseconds.
getCreateTime() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's creation time in milliseconds.
getCurrentConnectedServer() - Method in class com.tibco.tibrv.TibrvJMSTransport
Get the url of currently connected server.
getDaemon() - Method in class com.tibco.tibjms.admin.RVTransportInfo
Get the name of the transport's TIBCO Rendezvous daemon parameter.
getDebugTraceEnabled() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns if debug tracing is enabled.
getDefaultTimeLimit() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Get the default time-to-live for TIBCO Rendezvous Certified Messages sent on this transport by the server to TIBCO Rendezvous clients.
getDeliveredMessageCount() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged.
getDeliveredMessageCount() - Method in class com.tibco.tibjms.admin.QueueInfo
Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.
getDeliveryMode() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Get the quality of service which delivers messages to the SmartSockets server over this transport.
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
getDescription() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the description of this destination.
getDescription() - Method in class com.tibco.tibjms.admin.PrincipalInfo
Get the description of this user or group.
getDestination() - Method in class com.tibco.tibjms.admin.ACLEntry
Get the destination that this entry applies to.
getDestination() - Method in interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDestinationBridge(int, String, int, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns the destination bridge between a source and a target
getDestinationBridges(int, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the destination bridges for all source destinations that match the given source type and source pattern.
getDestinationName() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer's destination name.
getDestinationName() - Method in class com.tibco.tibjms.admin.DetailedDestStat
Returns the name of the destination.
getDestinationName() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's destination name.
getDestinationType() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the destination type for this factory.
getDestinationType() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer's destination type.
getDestinationType() - Method in class com.tibco.tibjms.admin.DetailedDestStat
Returns the type of the destination.
getDestinationType() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's destination type.
getDetailedStatistics() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns detailed statistics for a wildcard consumer.
getDetailedStatistics() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns detailed statistics for an unidentified producer.
getDetailedStatistics() - Method in class com.tibco.tibjms.admin.RouteInfo
Returns detailed destination statistics for all destinations being sent to or received from this route.
getDetailedStatistics() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the detailed statistics flags.
getDisableMessageID() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message timestamps are disabled.
getDiskReadRate() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the rate at which messages are being read from the disk.
getDiskWriteRate() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the rate at which messages are being written to the disk.
getDouble(String) - Method in interface javax.jms.MapMessage
Returns the double value with the specified name.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getDurable(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the durable subscription information for the given durable name and clientID.
getDurableCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of durable subscribers in the server.
getDurableCount() - Method in class com.tibco.tibjms.admin.TopicInfo
Get the current number of durable subscribers for this topic.
getDurableListenerMode() - Method in class com.tibco.tibrv.TibrvJMSTransport
Returns currently configured durable listener name prefix [Beta feature].
getDurableName() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns the name of the consumer's durable subscription.
getDurableName() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the name of this durable.
getDurables(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the durable subscription information for the given topic name.
getDurables() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the durable subscription information for all durables known to the server.
getDurables(String) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List durables on EMS server.
getDurablesFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of pre-configured durable subscribers.
getEncoding() - Static method in class com.tibco.tibjms.Tibjms
Retursn global string encoding for messages.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getEnvironment() - Method in class com.tibco.tibjms.naming.TibjmsContext
 
getErrorCode() - Method in class javax.jms.JMSException
Gets the vendor-specific error code.
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getExceptionOnFTSwitch() - Static method in class com.tibco.tibjms.Tibjms
Returns if exception listener is called on FT switch.
getExlicitConfigOnly() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Indicates whether or not only TIBCO Rendezvous Certified listeners that have been explicitly configured are allowed to receive messages exported by the EMS server.
getExpectedHostName() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns the name set as the expected name in the host certificate.
getExpiryOverride() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the expiry override for this destination.
getExportHeaders() - Method in class com.tibco.tibjms.admin.TransportInfo
Indicates whether or not EMS header information is included in messages exported on this transport.
getExportProperties() - Method in class com.tibco.tibjms.admin.TransportInfo
Indicates whether or not the EMS message properties are included in messages exported on this transport.
getExportTransports() - Method in class com.tibco.tibjms.admin.TopicInfo
Get the names of the transports that this topic exports messages on.
getFactoriesFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of connection factories.
getFaultTolerantActivation() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the length of time a backup server will wait for a heartbeat message before concluding that the active server has failed.
getFaultTolerantFailoverReread() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not the secondary server will reread all the configuration files with the exception of the main file following a failover.
getFaultTolerantHeartbeat() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the period (in seconds) of the heartbeat messages sent by the active server.
getFaultTolerantReconnectTimeout() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the length of time a server which has just become the active server following a failover will wait for clients to reconnect before their state is removed from the shared state.
getFaultTolerantSSLParams() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the server's Fault Tolerant SSL parameters.
getFaultTolerantURL() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the URL of the fault-tolerant server for this server.
getFileSize() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the total size of the store file.
getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getFlowControlMaxBytes() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the volume of pending messages (in bytes) at which flow control is enabled for this destination.
getFormatId() - Method in class com.tibco.tibjms.admin.TransactionInfo
Returns the format id of the transaction.
getFreeSpace() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the amount of space in the store file that is not in use.
getGlobalTransactionId() - Method in class com.tibco.tibjms.admin.TransactionInfo
Returns the global transaction id of the transaction.
getGmdFileDelete() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport.
getGroup(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the group for the given name.
getGroupACLEntries(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all permissions on destinations for specified group.
getGroups() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all the groups known to the server.
getGroupsFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of groups.
getHost() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the host for this connection.
getHostNameVerifier() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns currently set custom host name verifier.
getID() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the connection ID for this connection.
getID() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer ID.
getID() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer ID.
getImportSSHeaders() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Indicates which SmartSockets headers will be imported.
getImportTransports() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the names of the transports that this destination imports messages from.
getInTransitMessageCount() - Method in class com.tibco.tibjms.admin.QueueInfo
Get the total number of messages that have been delivered to the queue owner but have not yet been acknowledged.
getInboundBytesRate() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the volume of inbound messages per second for the server as a whole.
getInboundMessageCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of inbound messages for the server.
getInboundMessageRate() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of inbound messages per second for the server as a whole.
getInboundStatData() - Method in class com.tibco.tibjms.admin.DetailedDestStat
Returns inbound statistics for this bidirectional destination.
getInboundStatistics() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get inbound statistics for this destination.
getInboundStatistics() - Method in class com.tibco.tibjms.admin.RouteInfo
Returns cumulative inbound statistics for all destinations on this route.
getIncomingSelectors() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the selectors that will be run on messages received by this route.
getInfo() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the current set of server configuration and metrics.
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getIntProperty(String) - Method in interface javax.jms.Message
Returns the value of the int property with the specified name.
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in interface javax.jms.Message
Gets the DeliveryMode value specified for this message.
getJMSDestination() - Method in interface javax.jms.Message
Gets the Destination object for this message.
getJMSExpiration() - Method in interface javax.jms.Message
Gets the message's expiration value.
getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS major version number.
getJMSMessageID() - Method in interface javax.jms.Message
Gets the message ID.
getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS minor version number.
getJMSPriority() - Method in interface javax.jms.Message
Gets the message priority level.
getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider name.
getJMSRedelivered() - Method in interface javax.jms.Message
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in interface javax.jms.Message
Gets the Destination object to which a reply to this message should be sent.
getJMSTimestamp() - Method in interface javax.jms.Message
Gets the message timestamp.
getJMSType() - Method in interface javax.jms.Message
Gets the message type identifier supplied by the client when the message was sent.
getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS API version.
getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
Gets an enumeration of the JMSX property names.
getJNDINames() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Return the array of names that this factory is bound to in the default JNDI.
getJNDINames() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the array of JNDI names for this destination.
getLastConf() - Method in class com.tibco.tibjms.admin.CMLedgerListenerInfo
Returns the TIBCO Rendezvous Certified Messaging sequence number of the last message for which the listener confirmed delivery.
getLastSent() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
Returns the sequence number of the most recent message sent with this subject name.
getLedger() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Get the name of the ledger file used by this transport for TIBCO Rendezvous Certified Messaging.
getLinkedException() - Method in class javax.jms.JMSException
Gets the exception linked to this one.
getListenPorts() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the server's listener ports.
getListenPorts() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List ports on EMS server.
getListeners() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
Returns an array of CMLedgerListenerInfo objects, one for each registered listener.
getLoadBalanceMode() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Get the load balancing regimen for messages that this transport exports to the SmartSockets server.
getLogFileMaxSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the maximum allowed size of the log file.
getLogFileName() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the log file name.
getLogFileSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the total size of the log file.
getLogTraceInfo() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the trace settings that determine what will be logged in the server's log file.
getLong(String) - Method in interface javax.jms.MapMessage
Returns the long value with the specified name.
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getMapNames() - Method in interface javax.jms.MapMessage
Returns an Enumeration of all the names in the MapMessage object.
getMaxBytes() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the maximum number of message bytes that the server will store for pending messages bound for this destination.
getMaxConnections() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the maximum number of connections this server will allow.
getMaxMsgMemory() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the maximum allowed message memory.
getMaxMsgs() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the maximum number of messages that the server will store for pending messages bound for this destination.
getMaxRedelivery() - Method in class com.tibco.tibjms.admin.QueueInfo
Get the maximum number of times the server will redeliver a given message from this queue to the queue receivers.
getMaxStatisticsMemory() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the maximum amount of memory that will be allocated to collecting statistics.
getMessage(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the message for the given message ID.
getMessageBodySize(Message) - Static method in class com.tibco.tibjms.Tibjms
Returns the total wire size of the message body for a message which was received or sent.
getMessageEncoding(Message) - Static method in class com.tibco.tibjms.Tibjms
Returns string encoding name set for this message.
getMessageHeadersSize(Message) - Static method in class com.tibco.tibjms.Tibjms
Returns the total wire size of the message headers for a message which was received or sent.
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the message consumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
getMessagePoolBlockSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the message pool block size setting.
getMessagePoolSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the message pool size setting.
getMessagePropertiesSize(Message) - Static method in class com.tibco.tibjms.Tibjms
Returns the total wire size of the message properties for a message which was received or sent.
getMessageRate() - Method in class com.tibco.tibjms.admin.StatData
Get the value for the number of messages per second.
getMessageSelector() - Method in interface javax.jms.MessageConsumer
Gets this message consumer's message selector expression.
getMessageSelector() - Method in interface javax.jms.QueueBrowser
Gets this queue browser's message selector expression.
getMessageSize(Message) - Static method in class com.tibco.tibjms.Tibjms
Returns the total wire size of the message which was received or sent.
getMessages(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the messages that have the given correlation ID.
getMetaData() - Method in interface javax.jms.Connection
Gets the metadata for this connection.
getMetric() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the metric used for load balancing.
getMsgBytes() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the total size of the data messages stored in the store file.
getMsgCount() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the number of data messages stored in the store file.
getMsgMem() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the amount of memory in use to store messages.
getMsgMemPooled() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the amount of memory in use by the message pools.
getMsgTrace() - Method in class com.tibco.tibjms.admin.DestinationInfo
Indicates whether message tracing is enabled for this destination and, if it is enabled, what is to be traced.
getName() - Method in class com.tibco.tibjms.admin.BridgeInfo
Get the name of the destination being bridged from.
getName() - Method in class com.tibco.tibjms.admin.BridgeTarget
Get the name of the destination being bridged to.
getName() - Method in class com.tibco.tibjms.admin.CMLedgerListenerInfo
Returns the name of the TIBCO Rendezvous certified listener that this object summarizes.
getName() - Method in class com.tibco.tibjms.admin.CMListenerInfo
Return the name of the listener.
getName() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the name of this destination.
getName() - Method in class com.tibco.tibjms.admin.PrincipalInfo
Get the name of this user or group.
getName() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the name of the remote server in this route.
getName() - Method in class com.tibco.tibjms.admin.TransportInfo
Get the name of the transport.
getNameInNamespace() - Method in class com.tibco.tibjms.naming.TibjmsContext
 
getNameParser(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
getNameParser(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
getNetwork() - Method in class com.tibco.tibjms.admin.RVTransportInfo
Get the name of the transport's TIBCO Rendezvous network parameter.
getNoLocal() - Method in interface javax.jms.TopicSubscriber
Gets the NoLocal attribute for this subscriber.
getNumConnections() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Get number of connections from EMS server.
getObject(String) - Method in interface javax.jms.MapMessage
Returns the value of the object with the specified name.
getObject() - Method in interface javax.jms.ObjectMessage
Gets the serializable object containing this message's data.
getObjectProperty(String) - Method in interface javax.jms.Message
Returns the value of the Java object property with the specified name.
getOutboundBytesRate() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the volume of outbound messages per second for the server as a whole.
getOutboundMessageCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of outbound messages for the server.
getOutboundMessageRate() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of outbound messages per second for the server as a whole.
getOutboundStatData() - Method in class com.tibco.tibjms.admin.DetailedDestStat
Returns outbound statistics for this bidirectional destination.
getOutboundStatistics() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get outbound statistics for this destination.
getOutboundStatistics() - Method in class com.tibco.tibjms.admin.RouteInfo
Returns cumulative outbound statistics for all destinations on this route.
getOutgoingSelectors() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the selectors that will be run on messages before they are sent to this route.
getOverflowPolicy() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the overflow policy for this destination.
getOverrideLoadBalanceMode() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Indicates whether or not the RTserver should deliver all messages on this client connection, even if other clients participate in load balancing.
getParams() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the SSL parameters for this factory.
getParams() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the SSL parameters for the connection to the remote server.
getPendingMessageCount() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the total number of pending messages for this destination.
getPendingMessageCount() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the total number of messages waiting to be delivered to this durable subscription.
getPendingMessageCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the total number of pending messages for this server.
getPendingMessageSize() - Method in class com.tibco.tibjms.admin.DestinationInfo
Get the total size for all pending messages for this destination.
getPendingMessageSize() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the total size, in bytes, of messages waiting to be delivered to this durable subscription.
getPendingMessageSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the total size of pending messages for this server.
getPermissions() - Method in class com.tibco.tibjms.admin.ACLEntry
Get the permissions for this entry.
getPermissions() - Method in class com.tibco.tibjms.admin.AdminACLEntry
Get the permissions for this entry.
getPermissions() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all permission entries.
getPermissions(Object) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all permission entries for specified target.
getPingInterval() - Static method in class com.tibco.tibjms.Tibjms
Returns the ping interval in seconds used by inactive connections.
getPrefetch() - Method in class com.tibco.tibjms.admin.QueueInfo
Get the number of messages prefetched by the EMS client from the server to improve efficiency.
getPreserveGMD() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD.
getPrincipal() - Method in class com.tibco.tibjms.admin.ACLEntry
Get the principal that this entry applies to.
getPrincipal() - Method in class com.tibco.tibjms.admin.AdminACLEntry
Get the principal that this entry applies to.
getPriority() - Method in interface javax.jms.MessageProducer
Gets the producer's default priority.
getProcessId() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the current process id of the server.
getProducerCount() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the number of producers for this connection.
getProducers() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List producers on EMS server
getProducersStatistics() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns statistical information about all producers.
getProducersStatistics(Long, String, DestinationInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the statistical information about producers with specified parameters.
getProject() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Get the SmartSockets project name.
getPropertyNames() - Method in interface javax.jms.Message
Returns an Enumeration of all the property names.
getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider major version number.
getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider minor version number.
getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider version.
getQueue(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the queue for the given queue name.
getQueue() - Method in interface javax.jms.QueueBrowser
Gets the queue associated with this queue browser.
getQueue() - Method in interface javax.jms.QueueReceiver
Gets the Queue associated with this queue receiver.
getQueue() - Method in interface javax.jms.QueueSender
Gets the queue associated with this QueueSender.
getQueueACLEntries(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all ACL entries pertaining to the queue with the given queueName.
getQueueCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of queues in the server.
getQueueImportDeliveryMode() - Method in class com.tibco.tibjms.admin.TransportInfo
Get the delivery mode for messages imported from this transport to a queue.
getQueueName() - Method in class com.tibco.tibjms.TibjmsQueue
 
getQueueName() - Method in interface javax.jms.Queue
Gets the name of this queue.
getQueueSession() - Method in interface javax.jms.XAQueueSession
Gets the queue session associated with this XAQueueSession.
getQueues(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the info for the queues that match the given pattern.
getQueues() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the info for all the queues that are known to the server.
getQueues(String) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List queues on EMS server.
getQueuesFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of queues.
getQueuesStatistics() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the statistical information about all queues.
getQueuesStatistics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the statistical information for the queues that match the given pattern.
getRVTransportName() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Get the name of this transport's TIBCO Rendezvous transport.
getRateInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the statistics rate interval in milliseconds.
getReceiverCount() - Method in class com.tibco.tibjms.admin.QueueInfo
Get the number of active receivers on this queue.
getReconnectAttemptCount() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the reconnect_attempt_count for this factory.
getReconnectAttemptDelay() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the reconnect_attempt_delay for this factory.
getReconnectAttempts() - Static method in class com.tibco.tibjms.Tibjms
Returns the reconnect attempts setting.
getReference() - Method in class com.tibco.tibjms.TibjmsQueue
 
getReference() - Method in class com.tibco.tibjms.TibjmsTopic
 
getReference() - Method in class com.tibco.tibjms.naming.TibjmsContext
 
getRenegotiateInterval() - Static method in class com.tibco.tibjms.TibjmsSSL
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
getRenegotiateSize() - Static method in class com.tibco.tibjms.TibjmsSSL
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
getRequestOld() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Indicates whether or not TIBCO Rendezvous Certified Messages that were sent by certified senders while the EMS server was not running should be requested when the EMS server starts up.
getReserveMemory() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the size of the reserve memory.
getReturn(String) - Method in class com.tibco.tibjms.admin.hawk.HawkParser
Get a return value builder appropriate for the named method.
getRoute(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns route information or null if such route does not exist.
getRouteRecoverCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the route recover message count.
getRouteRecoverInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the route recover interval in milliseconds.
getRouteStatistics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns statistical information about the route with specified name.
getRoutes() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns all routes known to the server.
getRoutes() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List routes configured on EMS server.
getRoutesFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of routes.
getSSLCertUserSpecname() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the username clients will use to connect to the server when their username is to be extracted from the CN field of their digital certificate.
getSSLDHSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the size of the Diffie-Hellman key used by the server for client communications.
getSSLParams() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the SSL parameters used by the server when communicating with SSL clients.
getSSLProxyHost() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Get the SSL proxy host from this connection factory.
getSSLProxyHost() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Get the SSL proxy host from this connection factory.
getSSLProxyPassword() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Get the SSL proxy password from a connection factory.
getSSLProxyPassword() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Get the SSL proxy password from a connection factory.
getSSLProxyPort() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Get the SSL proxy port from this connection factory.
getSSLProxyPort() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Get the SSL proxy port from this connection factory.
getSSLProxyUser() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Get the SSL proxy username from a connection factory.
getSSLProxyUser() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Get the SSL proxy username from a connection factory.
getSSLType() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the type of SSL connection used, if any.
getSelector() - Method in class com.tibco.tibjms.admin.BridgeTarget
Get the selector.
getSelector() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
Get the selector used by this bridge.
getSelector() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the selector that this durable uses.
getSelector() - Method in class com.tibco.tibjms.admin.RouteSelector
Get the selector that messages need to match in order for them to pass through the selector.
getServerInfo() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Get general info about EMS server.
getServerName() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name of the server.
getServerNames() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Get the names of the RTservers this transport connects to.
getServerRateInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the server statistics rate interval in milliseconds.
getServerSession() - Method in interface javax.jms.ServerSessionPool
Return a server session from the pool.
getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
Gets the server session pool associated with this connection consumer.
getService() - Method in class com.tibco.tibjms.admin.RVTransportInfo
Get the name of the transport's TIBCO Rendezvous service parameter.
getSession() - Method in interface javax.jms.ServerSession
Return the ServerSession's Session.
getSession() - Method in interface javax.jms.XASession
Gets the session associated with this XASession.
getSessionCount() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the number of sessions for this connection.
getSessionDispatcherDaemon() - Static method in class com.tibco.tibjms.Tibjms
Returns if session dispatcher threads are daemon.
getSessionID() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer's session ID.
getSessionID() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's session ID.
getShort(String) - Method in interface javax.jms.MapMessage
Returns the short value with the specified name.
getShortProperty(String) - Method in interface javax.jms.Message
Returns the value of the short property with the specified name.
getSocketConnectTimeout() - Static method in class com.tibco.tibjms.Tibjms
Returns the timeout in milliseconds used by low-level socket connect calls.
getSocketReceiveBufferSize() - Static method in class com.tibco.tibjms.Tibjms
Returns the size of socket receive buffer.
getSocketSendBufferSize() - Static method in class com.tibco.tibjms.Tibjms
Returns the size of socket send buffer.
getSourceName() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
Get the name of the destination that is the source for this bridge.
getSourceType() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
Get the type of the destination that is the source for this bridge.
getStartTime() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the creation time, in milliseconds, for this connection.
getStartTime() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the server start time.
getStatData() - Method in class com.tibco.tibjms.admin.DetailedDestStat
Returns statistics if this is unidirectional destination statistics.
getState() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the current state of the server.
getState() - Method in class com.tibco.tibjms.admin.TransactionInfo
Returns the state of the transaction.
getStatistics() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer's total statistics.
getStatistics() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's total statistics.
getStatisticsCleanupInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the statistics cleanup interval in milliseconds.
getStoreAsyncMinimum() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the minimum size of the server's asynchronous store file.
getStoreDirectory() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the directory in which the server is storing its store files.
getStoreInfo(int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get a summary of the usage of a store file.
getStoreMinimum() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the minimum size of the server store files.
getStoreSyncMinimum() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the minimum size of the server's synchronous store file.
getString(String) - Method in interface javax.jms.MapMessage
Returns the String value with the specified name.
getStringProperty(String) - Method in interface javax.jms.Message
Returns the value of the String property with the specified name.
getSubject() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
Returns the name of the subject that this object summarizes.
getSubject() - Method in class com.tibco.tibjms.admin.CMListenerInfo
Return the subject of the listener.
getSubscribeMode() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Get the subscribe mode for the transport.
getSubscriberCount() - Method in class com.tibco.tibjms.admin.TopicInfo
Get the current number of subscribers for this topic.
getSupportedCipherSuites() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns all supported cipher suites.
getSwappedBytes() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the total size of the data messages stored in the store file as a result of swapping out non-persistent messages.
getSwappedCount() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the number of data messages stored in the store file as a result of swapping out non-persistent messages.
getSyncDBSize() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the current size of the synchronous message store.
getSyncLedger() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
Indicates whether or not the EMS server is to use a synchronous ledger file when participating in TIBCO Rendezvous Certified Messaging on this transport.
getSystemConnections() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns all system connections.
getTabularReturn(String) - Method in class com.tibco.tibjms.admin.hawk.HawkParser
Get a tabular return value builder appropriate for the named method.
getTargetName() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
Get the name of the destination that is the target for this bridge.
getTargetType() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
Get the type of the destination that is the target for this bridge.
getTargets() - Method in class com.tibco.tibjms.admin.BridgeInfo
Get the destinations being bridged to
getText() - Method in interface javax.jms.TextMessage
Gets the string containing this message's data.
getTibrvDaemon() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvNetwork() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvService() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvcmDefaultTTL() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvcmFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of pre-configured TIBCO Rendezvous Certified Messaging listeners.
getTibrvcmLedger() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvcmName() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvcmRequestOld() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTibrvcmSyncLedger() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file and query the corresponding TransportInfo object.
getTimeToLive() - Method in interface javax.jms.MessageProducer
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
getTopic() - Method in class com.tibco.tibjms.admin.RouteSelector
Get the topic for this selector.
getTopic(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the topic for the given topic name.
getTopic() - Method in interface javax.jms.TopicPublisher
Gets the topic associated with this TopicPublisher.
getTopic() - Method in interface javax.jms.TopicSubscriber
Gets the Topic associated with this subscriber.
getTopicACLEntries(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all ACL entries pertaining to the topic with the given topicName.
getTopicCount() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the number of topics in the server.
getTopicImportDeliveryMode() - Method in class com.tibco.tibjms.admin.TransportInfo
Get the delivery mode for messages imported from this transport to a topic.
getTopicName() - Method in class com.tibco.tibjms.TibjmsTopic
 
getTopicName() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the topic name that this durable subscribes to.
getTopicName() - Method in interface javax.jms.Topic
Gets the name of this topic.
getTopicSession() - Method in interface javax.jms.XATopicSession
Gets the topic session associated with this XATopicSession.
getTopics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the info for the topics that match the given pattern.
getTopics() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the info for all the topics that are known to the server.
getTopics(String) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List topics on EMS server.
getTopicsFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of topics.
getTopicsStatistics() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the statistical information for all topics.
getTopicsStatistics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the statistical information for the topics that match the given pattern.
getTotalBytes() - Method in class com.tibco.tibjms.admin.StatData
Get the value for the total size of messages.
getTotalMessages() - Method in class com.tibco.tibjms.admin.StatData
Get the value for the total number of messages.
getTotalMsgs() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
Returns the total number of messages stored on this subject.
getTotalSize() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
Returns the total storage (in bytes) occupied by all messages with this subject name.
getTraceAddItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Get the set of add trace items.
getTraceRemoveItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Get the set of remove trace items.
getTraceSetItems() - Method in class com.tibco.tibjms.admin.TraceInfo
Get the set of absolute trace items.
getTransacted() - Method in interface javax.jms.Session
Indicates whether the session is in transacted mode.
getTransacted() - Method in interface javax.jms.XASession
Indicates whether the session is in transacted mode.
getTransactions() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all the xa transactions known to the server.
getTransport() - Method in class com.tibco.tibjms.admin.CMListenerInfo
Return the name of the listener's transport.
getTransport(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the transport with a given name.
getTransport(String) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List Transport statistics on EMS server
getTransports() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all the transports known to the server.
getTransports() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List Transport statistics on EMS server
getTransportsFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of external transports.
getType() - Method in class com.tibco.tibjms.admin.BridgeInfo
Get the type of the destination being bridged from.
getType() - Method in class com.tibco.tibjms.admin.BridgeTarget
Get the type of the destination being bridged to.
getType() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the connection type for this connection.
getType() - Method in class com.tibco.tibjms.admin.TransportInfo
Get the type of the transport.
getURL() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Get the URL for this factory.
getURL() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the URL for this connection.
getURL() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the URL of the remote server in this route.
getURL() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the URL that should be used to contact this server.
getUpTime() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the time in milliseconds that this connection has been connected.
getUpTime() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the server uptime.
getUsedSpace() - Method in class com.tibco.tibjms.admin.StoreInfo
Get the amount of space in the store file that is in use.
getUser(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the user for the given username.
getUserACLEntries(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get all ACL entries pertaining to the user with the given userName.
getUserAuthLocations() - Method in class com.tibco.tibjms.admin.ServerInfo
Returns an array indicating where users will be authenticated.
getUserName() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the username for this connection.
getUserName() - Method in class com.tibco.tibjms.admin.DurableInfo
Get the name of the authenticated user whose connection this durable subscriber is currently using.
getUsername() - Method in class com.tibco.tibjms.admin.ConsumerInfo
Returns consumer's user name.
getUsername() - Method in class com.tibco.tibjms.admin.ProducerInfo
Returns producer's user name.
getUsername() - Method in class com.tibco.tibjms.admin.SSTransportInfo
Get the username used by the EMS server to authenticate itself to the SmartSockets server.
getUsers() - Method in class com.tibco.tibjms.admin.GroupInfo
Get the array of users that belong to this group.
getUsers() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Get the array of all UserInfos known to the server.
getUsers() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
List users of EMS server.
getUsersFile() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the name and location of the configuration file containing the definitions of users.
getVendor() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns a String with the name of currently used SSL vendor.
getVerifyHost() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns if the host certificate verification is enabled.
getVerifyHostName() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns if the verification of the host certificate name is enabled.
getVersionBuild() - Method in class com.tibco.tibjms.admin.VersionInfo
Get the build version of the component.
getVersionInfo() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Get the version of the software being run by the client that created this connection.
getVersionInfo() - Method in class com.tibco.tibjms.admin.ServerInfo
Get the version of TIBCO Enterprise Message Service that the server binary is from.
getVersionMajor() - Method in class com.tibco.tibjms.admin.VersionInfo
Get the major version of the component.
getVersionMinor() - Method in class com.tibco.tibjms.admin.VersionInfo
Get the minor version of the component.
getVersionUpdate() - Method in class com.tibco.tibjms.admin.VersionInfo
Get the update version of the component.
getXAResource() - Method in interface javax.jms.XASession
Returns an XA resource to the caller.
getXAType() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Returns whether or not the factory is an XA factory.
getZoneName() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the name of the zone this route is in.
getZoneType() - Method in class com.tibco.tibjms.admin.RouteInfo
Get the type of zone this route is in.
grant(ACLEntry) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Grant the permissions specified in the given ACLEntry.
grant(ACLEntry[]) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Grant the permissions specified in the given ACLEntries.
grant(AdminACLEntry) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Grant the administrative permissions.

H

HOST_NAME_VERIFIER - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the custom host name verifier.
HawkController - class com.tibco.tibjms.admin.hawk.HawkController.
HawkController runs inside a Hawk Agent to provide monitoring and control of an EMS server.
HawkController() - Constructor for class com.tibco.tibjms.admin.hawk.HawkController
 
HawkListener - class com.tibco.tibjms.admin.hawk.HawkListener.
HawkListener runs inside a Hawk Agent to provide monitoring of an EMS server.
HawkListener() - Constructor for class com.tibco.tibjms.admin.hawk.HawkListener
 
HawkParser - class com.tibco.tibjms.admin.hawk.HawkParser.
This class provides assistance for building Hawk return values.
HawkParser(MicroAgentDescriptor) - Constructor for class com.tibco.tibjms.admin.hawk.HawkParser
Create a parser for the micro agent described by ma_desc.
HawkReturn - class com.tibco.tibjms.admin.hawk.HawkReturn.
This class encapsulates a return value for a hawk method.
HawkReturn(HawkParser, MethodDescriptor) - Constructor for class com.tibco.tibjms.admin.hawk.HawkReturn
Returns an empty returnvalue for the given method.
HawkTabReturn - class com.tibco.tibjms.admin.hawk.HawkTabReturn.
This class encapsulates a tabular return value for a hawk method.
HawkTabReturn(HawkParser, MethodDescriptor) - Constructor for class com.tibco.tibjms.admin.hawk.HawkTabReturn
Returns an empty returnvalue for the given method.
hasItems(long) - Method in class com.tibco.tibjms.admin.TraceInfo
Determine if a set of trace items will be logged based on the setting in this TraceInfo.
hasNegativePermission(long) - Method in class com.tibco.tibjms.admin.AdminPermissions
Indicates whether or not given negative permissions are set.
hasPermission(long) - Method in class com.tibco.tibjms.admin.Permissions
Determine if the given permission is present in these Permissions.
hasPositivePermission(long) - Method in class com.tibco.tibjms.admin.AdminPermissions
Indicates whether or not given positive permissions are set.

I

IDENTITY - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the client-side identity.
IDENTITY_ENCODING - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the encoding of the data presented by IDENTITY property.
IMPORT_SS_HEADERS_ALL - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
All SmartSockets headers will be imported.
IMPORT_SS_HEADERS_NONE - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
The SmartSockets sender is the only header that will be imported.
IMPORT_SS_HEADERS_TYPE_NUM - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
The SmartSockets sender and the SmartSockets message type are the only headers that will be imported.
ISSUER_CERTIFICATES - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the additional issuer certificates for the client certificate.
IllegalStateException - exception javax.jms.IllegalStateException.
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for class javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for class javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
InvalidClientIDException - exception javax.jms.InvalidClientIDException.
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for class javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for class javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidDestinationException - exception javax.jms.InvalidDestinationException.
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for class javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for class javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidSelectorException - exception javax.jms.InvalidSelectorException.
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String) - Constructor for class javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for class javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
initialize() - Static method in class com.tibco.tibjms.TibjmsSSL
Initializes SSL environment.
initialize(String) - Static method in class com.tibco.tibjms.TibjmsSSL
Initializes SSL environment with specified SSL vendor.
initializeMicroAgent(String[]) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Part of interface with Hawk Agent engine.
isActive() - Method in class com.tibco.tibjms.admin.DurableInfo
Determine if this durable is connected or dormant.
isAdmin() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Indicates whether or not the connection is a connection from an administration client, either tibjmsadmin or a client using this administration api.
isAuthOnly() - Static method in class com.tibco.tibjms.TibjmsSSL
Returns true if SSL is used only during connection authentication, returns false otherwise.
isAuthorizationEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not authorization of user credentials and permissions is enabled.
isAutoSave() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Returns true if server configuration is saved in the configuration files on disk after each change.
isCMExported() - Method in class com.tibco.tibjms.admin.TopicInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous exports using getExportTransports.
isCMExportedInherited() - Method in class com.tibco.tibjms.admin.TopicInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous export inheritance using areExportTransportsInherited.
isCMImported() - Method in class com.tibco.tibjms.admin.DestinationInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous imports using getImportTransports.
isCMImportedInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous import inheritance using areImportTransportsInherited.
isCipherSuiteSupported(int) - Static method in class com.tibco.tibjms.TibjmsSSL
Returns if the specified cipher suite is supported.
isClientTraceEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not client tracing has been enabled.
isConfigured() - Method in class com.tibco.tibjms.admin.RouteInfo
Indicates whether or not the route is defined in the server configuration.
isConnected() - Method in class com.tibco.tibjms.admin.RouteInfo
Indicates whether or not the route is connected.
isDynamic() - Method in class com.tibco.tibjms.admin.CMLedgerListenerInfo
Indicates whether or not the TIBCO Rendezvous certified listener had been pre-registered or whether it was created dynamically.
isEmpty() - Method in class com.tibco.tibjms.admin.AdminPermissions
Indicates whether or not this object has no negative or positive permissions set.
isEmpty() - Method in class com.tibco.tibjms.admin.Permissions
Indicates whether or not the Permissions object has any permissions set.
isEvaluation() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether the server binary is an evaluation copy or a fully licensed one.
isExclusive() - Method in class com.tibco.tibjms.admin.QueueInfo
Determine if this queue is exclusive.
isExclusiveInherited() - Method in class com.tibco.tibjms.admin.QueueInfo
Determine if the exclusive property is inherited from a parent queue.
isExpiryOverrideInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the expiry override property was inheritied from a parent destination or set directly for this destination.
isExported() - Method in class com.tibco.tibjms.admin.TopicInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous exports using getExportTransports.
isExportedInherited() - Method in class com.tibco.tibjms.admin.TopicInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous export inheritance using areExportTransportsInherited.
isExternal() - Method in class com.tibco.tibjms.admin.PrincipalInfo
Indicates whether or not this user or group is external.
isFSyncEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not the fsync mode is used by the server when writing data to its store file.
isFT() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Indicates whether or not the connection is an FT connection, that is the connection has alternative URLs.
isFailsafe() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if this destination is failsafe.
isFailsafeInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the failsafe property was inheritied from a parent destination or set directly for this destination.
isFlowControlEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not flow control is enabled.
isFlowControlMaxBytesInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the flowControlMaxBytes property was inheritied from a parent destination or set directly for this destination.
isGlobal() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if this destination is global.
isGlobalInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the global property was inheritied from a parent destination or set directly for this destination.
isImported() - Method in class com.tibco.tibjms.admin.DestinationInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous imports using getImportTransports.
isImportedInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Deprecated. As of EMS Version 3.1.0, please view TIBCO Rendezvous import inheritance using areImportTransportsInherited.
isLoadBalanced() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Indicates whether or not the connection factory is load balanced.
isMaxBytesInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the maxBytes property was inheritied from a parent destination or set directly for this destination.
isMaxMsgsInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the maxMsgs property was inheritied from a parent destination or set directly for this destination.
isMaxRedeliveryInherited() - Method in class com.tibco.tibjms.admin.QueueInfo
Determine if the maxRedelivery property was inheritied from a parent queue or set directly for this queue.
isMessageSwappingEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not server message swapping is enabled.
isMsgTraceInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the message trace property was inheritied from a parent destination or set directly for this destination.
isNoLocalEnabled() - Method in class com.tibco.tibjms.admin.DurableInfo
Indicates whether or not the durable has opted not to receive "local" messages.
isOverflowPolicyInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the overflow property was inheritied from a parent destination or set directly for this destination.
isPersistentDelivery() - Method in class com.tibco.tibrv.TibrvJMSTransport
Returns true if persistent delivery mode is set for this transport.
isPrefetchInherited() - Method in class com.tibco.tibjms.admin.QueueInfo
Determine if the prefetch setting for this queue is inherited from a parent queue.
isRouteConnected() - Method in class com.tibco.tibjms.admin.QueueInfo
Determine if the route for this queue is connected.
isRoutingEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not routing of messages between servers is enabled.
isRunning() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Is EMS server running.
isSSLRequireClientCert() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not the server will only accept SSL clients that have certificates.
isSSLUserCertUsername() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not the client's username is always extracted from the CN field of the client's digital certificate.
isSecure() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if this destination is secure.
isSecureInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if the secure property was inheritied from a parent destination or set directly for this destination.
isSenderName() - Method in class com.tibco.tibjms.admin.DestinationInfo
Indicates whether or not the sender_name property is set on this destionation.
isSenderNameEnforced() - Method in class com.tibco.tibjms.admin.DestinationInfo
Indicates whether or not the sender_name_enforced property is set on this destination.
isSenderNameEnforcedInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Indicates whether or not the sender_name_enforced is inherited.
isSenderNameInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
Indicates whether or not the sender_name property is inherited.
isStalled() - Method in class com.tibco.tibjms.admin.RouteInfo
Indicates whether or not this route has stalled destinations.
isStarted() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Indicates whether or not the connection as been started by the client.
isStatic() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if this destination is static.
isStatic() - Method in class com.tibco.tibjms.admin.DurableInfo
Determine if this durable is static.
isStatisticsEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not statistics is enabled.
isStoreCRCEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not the server uses CRC verification when reading data from the store files.
isStoreTruncateEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or no the server will attempt to truncate the store files when possible.
isTemporary() - Method in class com.tibco.tibjms.admin.DestinationInfo
Determine if this destination is temporary.
isTibrvBridgeEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file.
isTibrvTransportsEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not bridging to and from transports of type tibrv and tibrvcm is enabled.
isTibrvcmEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous import/export using the transports.conf file.
isTibssTransportsEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not bridging to and from SmartSockets transports is enabled.
isTrackCorrelationIds() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not tracking messages by correlation ID is enabled.
isTrackMsgIds() - Method in class com.tibco.tibjms.admin.ServerInfo
Indicates whether or not tracking messages by message ID is enabled.
isXA() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Indicates whether or not the connection is an XA connection.
itemExists(String) - Method in interface javax.jms.MapMessage
Indicates whether an item exists in this MapMessage object.

J

JMSException - exception javax.jms.JMSException.
This is the root class of all JMS API exceptions.
JMSException(String, String) - Constructor for class javax.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for class javax.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSSecurityException - exception javax.jms.JMSSecurityException.
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for class javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for class javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason.
JMS_TIBCO_CM_PUBLISHER - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which may be set if imported message has been published by TIBCO Rendezvous Certified Messaging application.
JMS_TIBCO_CM_SEQUENCE - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which may be set if imported message has been published by TIBCO Rendezvous Certified Messaging application.
JMS_TIBCO_COMPRESS - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which is set by the application if this message should be compressed before it is sent to the server.
JMS_TIBCO_DISABLE_SENDER - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which may be set to prevent the server from including the user name into message when sending this message to consumers.
JMS_TIBCO_IMPORTED - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which is set by the provider if the message has been imported from TIBCO Rendezvous or TIBCO SmartSockets.
JMS_TIBCO_MSG_EXT - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which is set by the provider or the application when message extensions are used.
JMS_TIBCO_MSG_TRACE - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which can be set by the application if this message should be traced in the server and optionally in the client.
JMS_TIBCO_PRESERVE_UNDELIVERED - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which is set by the application if this message should be placed into special system queue in case it could not be delivered.
JMS_TIBCO_SENDER - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which may be set in a received message if message has been sent on a destination with sender name property.
JMS_TIBCO_SS_SENDER - Static variable in class com.tibco.tibjms.Tibjms
Provider specific message property which is set if imported message has been published by TIBCO SmartSockets application.
javax.jms - package javax.jms
 

L

LOAD_BALANCE_MODE_NONE - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets NONE load balance mode.
LOAD_BALANCE_MODE_ROUND_ROBIN - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets ROUND_ROBIN load balance mode.
LOAD_BALANCE_MODE_SORTED - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets SORTED load balance mode.
LOAD_BALANCE_MODE_WEIGHTED - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets WEIGHTED load balance mode.
list(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
list(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
listBindings(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
listBindings(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
lookup(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Retrieve that administrative object bound to the given JNDI name.
lookup(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
lookup(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
lookupLink(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
lookupLink(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 

M

METRIC_BYTE_RATE - Static variable in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Connection factory load balances by generating a connection to the server with the lowest total byte rate, input and output.
METRIC_CONNECTIONS - Static variable in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Connection factory load balances by generating a connection to the server with the fewest number of connections.
METRIC_NONE - Static variable in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Connection factory is not load balanced.
MODIFY - Static variable in class com.tibco.tibjms.admin.Permissions
Administrative permission to modify destination.
MODIFY_DESTINATION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
MSG_TRACE_BASIC - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Indicates that message sequence number and message ID will be traced.
MSG_TRACE_DETAIL - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Indicates that the message body will be traced in addition to the message sequnce number and message ID, .
MSG_TRACE_NONE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Indicates that messages will not be traced.
MapMessage - interface javax.jms.MapMessage.
A MapMessage object is used to send a set of name-value pairs.
Message - interface javax.jms.Message.
The Message interface is the root interface of all JMS messages.
MessageConsumer - interface javax.jms.MessageConsumer.
A client uses a MessageConsumer object to receive messages from a destination.
MessageEOFException - exception javax.jms.MessageEOFException.
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for class javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for class javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFormatException - exception javax.jms.MessageFormatException.
This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String) - Constructor for class javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for class javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageListener - interface javax.jms.MessageListener.
A MessageListener object is used to receive asynchronously delivered messages.
MessageNotReadableException - exception javax.jms.MessageNotReadableException.
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for class javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for class javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - exception javax.jms.MessageNotWriteableException.
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for class javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for class javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageProducer - interface javax.jms.MessageProducer.
A client uses a MessageProducer object to send messages to a destination.
makeWriteable(Message) - Static method in class com.tibco.tibjms.Tibjms
Set message to writeable state without resetting its content.

N

NON_PERSISTENT - Static variable in class com.tibco.tibjms.admin.TransportInfo
NON_PERSISTENT delivery mode.
NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NO_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.Tibjms
Defines no acknowledge acknowledge mode.

O

OVERFLOW_DEFAULT - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Indicates that the destination has no specific overflow policy set.
OVERFLOW_DISCARD_OLD - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Indicates that if maxmsgs or maxbytes are exceeded for the queue then when new messages arrive, old messages will be discarded.
ObjectMessage - interface javax.jms.ObjectMessage.
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
onException(JMSException) - Method in interface javax.jms.ExceptionListener
Notifies user of a JMS exception.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.

P

PASSWORD - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the password for the private key or the identity store.
PERSISTENT - Static variable in class com.tibco.tibjms.admin.TransportInfo
PERSISTENT delivery mode.
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
PREFETCH_DEFAULT - Static variable in class com.tibco.tibjms.admin.QueueInfo
Indicates that the default number of messages will be prefetched into the EMS client.
PREFETCH_NONE - Static variable in class com.tibco.tibjms.admin.QueueInfo
Indicates no messages will be prefetched into the EMS client.
PRESERVE_GMD_ALWAYS - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
Always preserve failed SmartSockets GMD messages in the EMS undelivered queue.
PRESERVE_GMD_NEVER - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
Never preserve failed SmartSockets GMD messages in the EMS undelivered queue.
PRESERVE_GMD_RECEIVERS - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
Only preserve failed SmartSockets GMD messages in the EMS undelivered queue if that GMD message had one or more receivers.
PRIVATE_KEY - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the private key for the client certificate.
PRIVATE_KEY_ENCODING - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the encoding of the data presented by PRIVATE_KEY property.
PROPERTY_URL_LIST - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of the environment property for specifying multiple server URL's to provide fault tolerance on JNDI lookups.
PROP_CLOSE_IN_CALLBACK - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property controlling if a MessageConsumer.close(), Session.close() or Connection.close() methods can be called in the MessageListener callback.
PROP_CONNECT_ATTEMPTS - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property controlling the number of attempts the connections make to connect to the server.
PROP_DAEMON_DISPATCHER - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property controlling the type of Session dispatcher threads.
PROP_FT_SWITCH_EXCEPTION - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property controlling if ExceptionListener set on the Connection should be called after fault-tolerant switch.
PROP_MESSAGE_ENCODING - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property setting the global encoding name for String values in the message properties and data fields.
PROP_PING_INTERVAL - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property setting the ping interval for inactive connections.
PROP_RECONNECT_ATTEMPTS - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property controlling the number of attempt the connections make to reconnect to the backup server during the fault-tolerant switch.
PROP_SOCKET_CONNECT_TIMEOUT - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property controlling the low-level timeout of connecting the socket to the server.
PROP_SOCKET_RECEIVE - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property setting the size of the socket receive buffer size in kilobytes for client connections.
PROP_SOCKET_SEND - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property setting the size of the socket send buffer size in kilobytes for client connections.
PROP_SSL_DEBUG_TRACE - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property specifying debug tracing for SSL connections using Entrust SSL Vendor.
PROP_SSL_TRACE - Static variable in class com.tibco.tibjms.Tibjms
Defines the name of the System Property specifying tracing for SSL connections.
PROTECT1 - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
PROTECT2 - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
PROTECT3 - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
PROTECT4 - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
PUBLISH - Static variable in class com.tibco.tibjms.admin.Permissions
Publish permission for a topic.
PUBLISH_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
Publish permission for a topic, deprecated.
PURGE - Static variable in class com.tibco.tibjms.admin.Permissions
Administrative permission to purge destination.
PURGE_DESTINATION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
PURGE_DURABLE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
Permissions - class com.tibco.tibjms.admin.Permissions.
This class represents a set of permissions on destinations.
Permissions() - Constructor for class com.tibco.tibjms.admin.Permissions
Default constructor which creates empty set of permissions.
Permissions(long) - Constructor for class com.tibco.tibjms.admin.Permissions
Creates given set of permissions.
PrincipalInfo - class com.tibco.tibjms.admin.PrincipalInfo.
This abstract class represents a user or group and contains methods common to both.
ProducerInfo - class com.tibco.tibjms.admin.ProducerInfo.
A ProducerInfo object represents a message producer.
printStackTrace() - Method in class com.tibco.tibjms.admin.TibjmsAdminException
Prints stack trace of this exception and of the internal exception if it is set.
printStackTrace(PrintWriter) - Method in class com.tibco.tibjms.admin.TibjmsAdminException
Prints stack trace of this exception and of the internal exception if it is set.
printStackTrace(PrintStream) - Method in class com.tibco.tibjms.admin.TibjmsAdminException
Prints stack trace of this exception and of the internal exception if it is set.
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
publish(Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
purgeDurable(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Purge pending messages for the durable with given name and client ID.
purgeDurable(String, String) - Method in class com.tibco.tibjms.admin.hawk.HawkController
Purge durables on the connected EMS server.
purgeQueue(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Purge pending messages from the queue for the given name.
purgeQueue(String) - Method in class com.tibco.tibjms.admin.hawk.HawkController
Purge specified queue on the connected EMS server.
purgeTopic(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Purge pending messages from the topic for the given name.
purgeTopic(String) - Method in class com.tibco.tibjms.admin.hawk.HawkController
Purge specified topic on the connected EMS server.

Q

QUEUE_TYPE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Type indicating a queue.
Queue - interface javax.jms.Queue.
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - interface javax.jms.QueueBrowser.
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - interface javax.jms.QueueConnection.
A QueueConnection object is an active connection to a point-to-point JMS provider.
QueueConnectionFactory - interface javax.jms.QueueConnectionFactory.
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueInfo - class com.tibco.tibjms.admin.QueueInfo.
This class represents a message queue that is configured on the EMS server.
QueueInfo(String) - Constructor for class com.tibco.tibjms.admin.QueueInfo
The public constructor creates a QueueInfo object with the given name.
QueueReceiver - interface javax.jms.QueueReceiver.
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - class javax.jms.QueueRequestor.
The QueueRequestor helper class simplifies making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
Constructor for the QueueRequestor class.
QueueSender - interface javax.jms.QueueSender.
A client uses a QueueSender object to send messages to a queue.
QueueSession - interface javax.jms.QueueSession.
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.

R

RECEIVE - Static variable in class com.tibco.tibjms.admin.Permissions
Receive permission for a queue.
RECEIVE_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
Receive permission for a queue, deprecated.
RELIABLE - Static variable in class com.tibco.tibjms.admin.TransportInfo
RELIABLE delivery mode.
RELIABLE_DELIVERY - Static variable in class com.tibco.tibjms.Tibjms
Defines reliable delivery mode.
RENEGOTIATE_INTERVAL - Static variable in class com.tibco.tibjms.TibjmsSSL
Deprecated. This property is no longer supported, and may be removed from future versions of EMS.
RENEGOTIATE_SIZE - Static variable in class com.tibco.tibjms.TibjmsSSL
Deprecated. This property is no longer supported, and may be removed from future versions of EMS.
RVCMTransportInfo - class com.tibco.tibjms.admin.RVCMTransportInfo.
This class represents TIBCO Rendezvous Certified Messaging transports that are configured on the EMS server.
RVTransportInfo - class com.tibco.tibjms.admin.RVTransportInfo.
This class represents TIBCO Rendezvous transports that are configured on the EMS server.
ResourceAllocationException - exception javax.jms.ResourceAllocationException.
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for class javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for class javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason.
RouteInfo - class com.tibco.tibjms.admin.RouteInfo.
An object of this class represents the configuration and optionally statistical data about the routed server.
RouteInfo(String, String, Map) - Constructor for class com.tibco.tibjms.admin.RouteInfo
The public constructor used to create a RouteInfo object.
RouteInfo(String, String, Map, String, short) - Constructor for class com.tibco.tibjms.admin.RouteInfo
The public constructor used to create a RouteInfo object that is part of a specific zone.
RouteSelector - class com.tibco.tibjms.admin.RouteSelector.
This class represents a selector applied to incoming or outgoing messages on a route.
RouteSelector(String, String) - Constructor for class com.tibco.tibjms.admin.RouteSelector
Create a selector for messages on a given topic.
readBoolean() - Method in interface javax.jms.BytesMessage
Reads a boolean from the bytes message stream.
readBoolean() - Method in interface javax.jms.StreamMessage
Reads a boolean from the stream message.
readByte() - Method in interface javax.jms.BytesMessage
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in interface javax.jms.StreamMessage
Reads a byte value from the stream message.
readBytes(byte[]) - Method in interface javax.jms.BytesMessage
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in interface javax.jms.StreamMessage
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in interface javax.jms.BytesMessage
Reads a Unicode character value from the bytes message stream.
readChar() - Method in interface javax.jms.StreamMessage
Reads a Unicode character value from the stream message.
readDouble() - Method in interface javax.jms.BytesMessage
Reads a double from the bytes message stream.
readDouble() - Method in interface javax.jms.StreamMessage
Reads a double from the stream message.
readExternal(ObjectInput) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
readExternal(ObjectInput) - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
readExternal(ObjectInput) - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
readFloat() - Method in interface javax.jms.BytesMessage
Reads a float from the bytes message stream.
readFloat() - Method in interface javax.jms.StreamMessage
Reads a float from the stream message.
readInt() - Method in interface javax.jms.BytesMessage
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in interface javax.jms.StreamMessage
Reads a 32-bit integer from the stream message.
readLong() - Method in interface javax.jms.BytesMessage
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in interface javax.jms.StreamMessage
Reads a 64-bit integer from the stream message.
readObject() - Method in interface javax.jms.StreamMessage
Reads an object from the stream message.
readShort() - Method in interface javax.jms.BytesMessage
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in interface javax.jms.StreamMessage
Reads a 16-bit integer from the stream message.
readString() - Method in interface javax.jms.StreamMessage
Reads a String from the stream message.
readUTF() - Method in interface javax.jms.BytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
readUnsignedByte() - Method in interface javax.jms.BytesMessage
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in interface javax.jms.BytesMessage
Reads an unsigned 16-bit number from the bytes message stream.
rebind(String, Object) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
rebind(Name, Object) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
receive() - Method in interface javax.jms.MessageConsumer
Receives the next message produced for this message consumer.
receive(long) - Method in interface javax.jms.MessageConsumer
Receives the next message that arrives within the specified timeout interval.
receiveNoWait() - Method in interface javax.jms.MessageConsumer
Receives the next message if one is immediately available.
recover() - Method in interface javax.jms.Session
Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.
recoverConnection() - Method in class com.tibco.tibrv.TibrvJMSTransport
This method is used to reestablish a connection with an EMS server.
removeExportTransport(String) - Method in class com.tibco.tibjms.admin.TopicInfo
Remove an export transport from the list of transports this destination exports messages to.
removeFromEnvironment(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
removeImportTransport(String) - Method in class com.tibco.tibjms.admin.DestinationInfo
Remove an import transport from the list of transports this destination imports messages from.
removeIncomingSelector(String) - Method in class com.tibco.tibjms.admin.RouteInfo
Remove the incoming selector on a given topic.
removeOutgoingSelector(String) - Method in class com.tibco.tibjms.admin.RouteInfo
Remove the outgoing selector on a given topic.
removeTraceItems(long) - Method in class com.tibco.tibjms.admin.TraceInfo
Add the specified trace items to the current list of remove trace items.
removeUserFromGroup(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Remove the user for the given userName from the group for the given groupName.
removeUsersFromGroup(String, String[]) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Remove the users for the given array of userNames from the group for the given groupName.
rename(String, String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
rename(Name, Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
request(Message) - Method in class javax.jms.QueueRequestor
Sends a request and waits for a reply.
request(Message) - Method in class javax.jms.TopicRequestor
Sends a request and waits for a reply.
reset() - Method in interface javax.jms.BytesMessage
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
reset() - Method in interface javax.jms.StreamMessage
Puts the message body in read-only mode and repositions the stream to the beginning.
returnOneValue(String, Object) - Method in class com.tibco.tibjms.admin.hawk.HawkParser
Convenience function for returning a simple object value.
returnOneValue(String, int) - Method in class com.tibco.tibjms.admin.hawk.HawkParser
Convenience function for returning a simple integer value.
returnOneValue(String, long) - Method in class com.tibco.tibjms.admin.hawk.HawkParser
Convenience function for returning a simple long value.
returnOneValue(String, boolean) - Method in class com.tibco.tibjms.admin.hawk.HawkParser
Convenience function for returning a simple boolean value.
returnValue() - Method in class com.tibco.tibjms.admin.hawk.HawkReturn
Construct the actual COM.TIBCO.hawk.talon.CompositeData object that will be returned from the hawk method.
returnValue() - Method in class com.tibco.tibjms.admin.hawk.HawkTabReturn
Construct the actual COM.TIBCO.hawk.talon.TabularData object that will be returned from the hawk method.
revoke(ACLEntry) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Revoke the permissions specified in the given ACLEntry.
revoke(ACLEntry[]) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Revoke the permissions specified in the given ACLEntries.
revoke(AdminACLEntry) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Revoke the administrative permissions.
rollback() - Method in interface javax.jms.Session
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
rollbackTransaction(TransactionInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Roll the xa transaction back.
rotateLog() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Rotate server's log file.
rotateLog() - Method in class com.tibco.tibjms.admin.hawk.HawkController
Rotate logs of the connected EMS server.
run() - Method in interface javax.jms.Session
Optional operation, intended to be used only by Application Servers, not by ordinary JMS clients.

S

SECURITY_PROTOCOL - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of the environment property for specifying the security protocol to use in Tibjms JNDI lookups.
SEND - Static variable in class com.tibco.tibjms.admin.Permissions
Send permission for a queue.
SEND_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
Send permission for a queue, deprecated.
SERVER_ACTIVE - Static variable in class com.tibco.tibjms.admin.ServerInfo
The server is currently active.
SERVER_FT_STANDBY - Static variable in class com.tibco.tibjms.admin.ServerInfo
The server is currently the fault tolerant standby.
SERVER_STANDBY - Static variable in class com.tibco.tibjms.admin.ServerInfo
Deprecated.  
SESSION_TRANSACTED - Static variable in interface javax.jms.Session
This value is returned from the method getAcknowledgeMode if the session is transacted.
SHUTDOWN_SERVER - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
SSLParams - class com.tibco.tibjms.admin.SSLParams.
This class represents all the possible SSL paramters.
SSL_AUTH_ONLY - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying if client should use SSL for authentication only.
SSL_AUTH_ONLY_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
Boolean parameter indicating whether or not SSL is used only for authentication.
SSL_CIPHERS_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parmeter for the SSL ciphers.
SSL_CIPHER_SUITES - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the set of cipher suites to be used by the SSL connection in Tibjms JNDI lookups.
SSL_CRL_PATH_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parmeter for the SSL CRL path.
SSL_CRL_UPDATE_IVL_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
Long parameter for the SSL CRL update interval, in hours.
SSL_DEBUG_TRACE - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying if client debug trace is required in Tibjms JNDI lookups.
SSL_DHE_DSS_EXPORT_WITH_DES_40_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: Ephemeral Diffie-Hellman key signed with DSS, and 40-bit DES, using SHA1 hash algorithm.
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: Ephemeral Diffie-Hellman key signed with DSS, and 3 key triple-DES in EDE-CBC mode, and SHA1 hash algorithm.
SSL_DHE_DSS_WITH_DES_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: Ephemeral Diffie-Hellman key signed with DSS, and 56-bit DES, using SHA1 hash algorithm.
SSL_DHE_RSA_EXPORT_WITH_DES_40_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: Ephemeral Diffie-Hellman key signed with RSA, and 40-bit DES, using SHA1 hash algorithm.
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: Ephemeral Diffie-Hellman key signed with RSA, nand Triple-DES in EDE-CBC mode, and SHA1 hash algorithm.
SSL_DHE_RSA_WITH_DES_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: Ephemeral Diffie-Hellman key signed with RSA, and 56-bit DES, using SHA1 hash algorithm.
SSL_EGD_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parmeter for the path to the installed Enthropy Gathering Daemon.
SSL_ENABLE_VERIFY_HOST - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying if client should verify the common name in the server certificate in Tibjms JNDI lookups.
SSL_ENABLE_VERIFY_HOST_NAME - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying if client should verify the common name in the server certificate in Tibjms JNDI lookups.
SSL_EXPECTED_HOSTNAME_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parameter for the expeted hostname of the server.
SSL_EXPECTED_HOST_NAME - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the common name in the server certificate in Tibjms JNDI lookups.
SSL_HOST_NAME_VERIFIER - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the custom host name verifier in Tibjms JNDI lookups.
SSL_IDENTITY - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the client-side identity in Tibjms JNDI lookups.
SSL_IDENTITY_ENCODING - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the encoding of the data presented by IDENTITY property in Tibjms JNDI lookups.
SSL_IDENTITY_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parameter for the filename of the identity file.
SSL_ISSUERS_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
List parameter for the list of SSL certificate filenames used to issue client certificates.
SSL_ISSUER_CERTIFICATES - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the additional issuer certificates for the client certificate in Tibjms JNDI lookups.
SSL_PASSWORD - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the password for the private key or the identity store in Tibjms JNDI lookups.
SSL_PASSWORD_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parmeter for the SSL password (routes only).
SSL_PRIVATE_KEY - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the private key for the client certificate in Tibjms JNDI lookups.
SSL_PRIVATE_KEY_ENCODING - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the encoding of the data presented by PRIVATE_KEY property in Tibjms JNDI lookups.
SSL_PRIVATE_KEY_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parameter for the filename of the private key file.
SSL_RENEGOTIATE_INTERVAL - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Deprecated. This property is no longer supported, and may be removed from future versions of EMS.
SSL_RENEGOTIATE_SIZE - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Deprecated. This property is no longer supported, and may be removed from future versions of EMS.
SSL_RENEG_INTERVAL_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
Long parameter for the SSL renogotion interval, in seconds.
SSL_RENEG_SIZE_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
Long parameter for the SSL renogotion size, in bytes.
SSL_RSA_EXPORT_WITH_DES_40_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, Exportable 40-bit DES in CBC mode with SHA hash algorithm
SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, Exportable 40-bit RC2 in CBC mode with MD5 hash algorithm
SSL_RSA_EXPORT_WITH_RC4_40_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, Exportable 40-bit RC4 with MD5 hash algorithm
SSL_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, Triple-DES in EDE-CBC mode with SHA
SSL_RSA_WITH_DES_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, 56-bit DES in CBC mode with SHA
SSL_RSA_WITH_NULL_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA, no encryption, MD5 hash.
SSL_RSA_WITH_NULL_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA, no encryption, SHA hash.
SSL_RSA_WITH_RC4_128_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, 128-bit RC4 with MD5 hash algorithm
SSL_RSA_WITH_RC4_128_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
Cipher Suite: RSA key, 128-bit RC4 with SHA hash algorithm
SSL_TRACE - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying if client trace is required in Tibjms JNDI lookups.
SSL_TRUSTED_CERTIFICATES - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the set of trusted certificates in Tibjms JNDI lookups.
SSL_TRUSTED_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
List parameter for the List of trusted certificates.
SSL_TYPE_NONE - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating that the connection is not an SSL connection.
SSL_TYPE_SSL - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating that the connection is an SSL connection.
SSL_TYPE_TCP - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
Type indicating that the client uses SSL but connects by way of an external SSL accelerator to one of the server's TCP ports.
SSL_VENDOR - Static variable in class com.tibco.tibjms.naming.TibjmsContext
Constant that holds the name of SSL property specifying the SSL vendor to be used in Tibjms JNDI lookups.
SSL_VENDOR_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
String parameter for the SSL implementation vendor (factories only).
SSL_VERIFY_HOSTNAME_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
Boolean parameter indicating whether or not hostnames should be verified.
SSL_VERIFY_HOST_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
Boolean parameter indicating whether or not hosts should be verified.
SSTransportInfo - class com.tibco.tibjms.admin.SSTransportInfo.
This class represents TIBCO SmartSockets transports that are configured on the EMS server.
STORE_ASYNC - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
The server's asynchronous store file.
STORE_SYNC - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
The server's synchronous store file.
SUBSCRIBE - Static variable in class com.tibco.tibjms.admin.Permissions
Subscribe permission for a topic.
SUBSCRIBE_MODE_ALL - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets ALL subscribe mode.
SUBSCRIBE_MODE_EXACT - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
SmartSockets EXACT subscribe mode.
SUBSCRIBE_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
Subscribe permission for a topic, deprecated.
ServerInfo - class com.tibco.tibjms.admin.ServerInfo.
This class represents configuration parameters for a TIBCO Enterprise Message Service server.
ServerSession - interface javax.jms.ServerSession.
A ServerSession object is an application server object that is used by a server to associate a thread with a JMS session (optional).
ServerSessionPool - interface javax.jms.ServerSessionPool.
A ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects for processing the messages of a ConnectionConsumer (optional).
Session - interface javax.jms.Session.
A Session object is a single-threaded context for producing and consuming messages.
StatData - class com.tibco.tibjms.admin.StatData.
This class represents statistical data about another object (Topic, Queue etc).
StoreInfo - class com.tibco.tibjms.admin.StoreInfo.
Class representing information about a server's store file.
StoreInfo(MapMessage, int) - Constructor for class com.tibco.tibjms.admin.StoreInfo
 
StreamMessage - interface javax.jms.StreamMessage.
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
saveConfiguration() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Save any configuration changes to the server's config files.
send(Message) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live.
send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to the destination, specifying delivery mode, priority, and time to live.
send(Destination, Message) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer.
send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Message) - Method in interface javax.jms.QueueSender
Sends a message to the queue.
send(Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to the queue, specifying delivery mode, priority, and time to live.
send(Queue, Message) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer.
send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
setAllowCallbackInClose(boolean) - Static method in class com.tibco.tibjms.Tibjms
Deprecated. This method has been misnamed and replaced by setAllowCloseInCallback.
setAllowCloseInCallback(boolean) - Static method in class com.tibco.tibjms.Tibjms
Sets if MessageConsumer.close(), Session.close() or Connection.close() methods can be called in the MessageListener callback.
setAuthOnly(boolean) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client connections to use SSL only during initial connection authentication.
setAuthorizationEnabled(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
Endable or disable the verification of user credentials and permissions on secure destinations.
setAutoSave(boolean) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Set if configuration changes should be immediately saved by the server into the configuration files on disk.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
Sets a boolean value with the specified name into the Map.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setByte(String, byte) - Method in interface javax.jms.MapMessage
Sets a byte value with the specified name into the Map.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
Sets a byte array value with the specified name into the Map.
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
Sets a portion of the byte array value with the specified name into the Map.
setCMExported(boolean) - Method in class com.tibco.tibjms.admin.TopicInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous exports using addExportTransport.
setCMImported(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous imports using addImportTransport.
setChar(String, char) - Method in interface javax.jms.MapMessage
Sets a Unicode character value with the specified name into the Map.
setCipherSuites(int[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Set cipher suites to be used by SSL connections.
setCipherSuites(String) - Static method in class com.tibco.tibjms.TibjmsSSL
Set cipher suites as a String specification.
setClientID(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setClientID(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setClientID(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the clientID for this factory.
setClientID(String) - Method in interface javax.jms.Connection
Sets the client identifier for this connection.
setClientTracer(PrintStream) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client tracer to given output stream.
setCommandTimeout(long) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Sets the command timeout.
setConnAttemptCount(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setConnAttemptCount(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setConnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setConnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setConnectAttemptCount(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the connect_attempt_count for this factory.
setConnectAttemptDelay(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the connect_attempt_delay for this factory.
setConnectAttempts(String) - Static method in class com.tibco.tibjms.Tibjms
Sets the parameters for the number of attempts the connections make to connect to the server.
setConsoleTraceInfo(TraceInfo) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the trace settings that determine what will be logged to the server's console.
setDebugTraceEnabled(boolean) - Static method in class com.tibco.tibjms.TibjmsSSL
Enables debug tracing.
setDeliveryMode(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default delivery mode.
setDescription(String) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the description of this destination.
setDescription(String) - Method in class com.tibco.tibjms.admin.PrincipalInfo
Set the description of this user or group.
setDestination(DestinationInfo) - Method in class com.tibco.tibjms.admin.ACLEntry
Set the destination that this entry applies to.
setDestinationType(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the destination type for this factory.
setDetailedStatistics(int) - Method in class com.tibco.tibjms.admin.ServerInfo
Enables or disables gathering of detailed statistics for various types of objects.
setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
Sets whether message IDs are disabled.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
Sets whether message timestamps are disabled.
setDouble(String, double) - Method in interface javax.jms.MapMessage
Sets a double value with the specified name into the Map.
setDoubleProperty(String, double) - Method in interface javax.jms.Message
Sets a double property value with the specified name into the message.
setDurableListenerMode(String) - Method in class com.tibco.tibrv.TibrvJMSTransport
Set or cancel durable listener mode [Beta feature].
setEncoding(String) - Static method in class com.tibco.tibjms.Tibjms
Set global string encoding for messages.
setExceptionListener(ExceptionListener) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Sets an exception listener for the connection used by the admin api to communicate with the EMS server.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
Sets an exception listener for this connection.
setExceptionOnFTSwitch(boolean) - Static method in class com.tibco.tibjms.Tibjms
Sets if ExceptionListener set on the Connection should be called after fault-tolerant switch.
setExclusive(boolean) - Method in class com.tibco.tibjms.admin.QueueInfo
Set the exclusive property for this queue.
setExpectedHostName(String) - Static method in class com.tibco.tibjms.TibjmsSSL
Set the name which is expected to be set in the host certificate.
setExpiryOverride(long) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the expiry override for this destination.
setExported(boolean) - Method in class com.tibco.tibjms.admin.TopicInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous exports using addExportTransport.
setFTSSLPassword(String) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the new private key or PKCS12 file password for fault-tolerant SSL connection.
setFailsafe(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the failsafe property of this destination.
setFloat(String, float) - Method in interface javax.jms.MapMessage
Sets a float value with the specified name into the Map.
setFloatProperty(String, float) - Method in interface javax.jms.Message
Sets a float property value with the specified name into the message.
setFlowControlMaxBytes(long) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the volume of pending messages (in bytes) at which flow control will be enabled for this destination.
setGlobal(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the global property of this destination.
setHostNameVerifier(TibjmsSSLHostNameVerifier) - Static method in class com.tibco.tibjms.TibjmsSSL
Set the custom host name verifier.
setIdentity(Object, char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client identity object and password.
setIdentity(Object, Object, char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client identity, private key and password.
setIdentity(Object, int, char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client identity object in the specified format and password.
setIdentity(Object, int, Object, char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client identity object in the specified format, private key and password.
setIdentity(Object, int, Object, int, char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Set client identity object in the specified format, private key in the specified format and password.
setImported(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Deprecated. As of EMS Version 3.1.0, please configure TIBCO Rendezvous imports using addImportTransport.
setInt(String, int) - Method in interface javax.jms.MapMessage
Sets an int value with the specified name into the Map.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
setLinkedException(Exception) - Method in class javax.jms.JMSException
Adds a linked Exception.
setLogTraceInfo(TraceInfo) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the trace settings that determine what will be logged in the server's log file.
setLong(String, long) - Method in interface javax.jms.MapMessage
Sets a long value with the specified name into the Map.
setLongProperty(String, long) - Method in interface javax.jms.Message
Sets a long property value with the specified name into the message.
setMaxBytes(long) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the maximum number of message bytes that the server will store for pending messages bound for this destination.
setMaxMsgMemory(long) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the maximum allowed message memory.
setMaxMsgs(long) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the maximum number of messages that the server will store for pending messages bound for this destination.
setMaxRedelivery(int) - Method in class com.tibco.tibjms.admin.QueueInfo
Set the maximum number of times the server will redeliver a given message from this queue to the queue receivers.
setMaxStatisticsMemory(long) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the maximum memory allocated to gathering detailed statistics.
setMessageEncoding(Message, String) - Static method in class com.tibco.tibjms.Tibjms
Set string encoding for message.
setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
Sets the message consumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.Session
Sets the session's distinguished message listener (optional).
setMessageSwappingEnabled(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
Enable or disable server message swapping.
setMetric(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setMetric(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setMetric(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the metric to be used for load balancing.
setMsgTrace(byte) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the level of message tracing for this destination.
setName(String) - Method in class com.tibco.tibjms.admin.CMListenerInfo
Set the name of the listener.
setName(String) - Method in class com.tibco.tibjms.admin.RouteInfo
Set the name of the remote server in this route.
setObject(String, Object) - Method in interface javax.jms.MapMessage
Sets an object value with the specified name into the Map.
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
Sets the serializable object containing this message's data.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
Sets a Java object property value with the specified name into the message.
setOverflowPolicy(int) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the overflow policy for this destination.
setPassword(char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
Sets private key password.
setPassword(String) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the new server password.
setPassword(String) - Method in class com.tibco.tibjms.admin.UserInfo
Set the password for this user.
setPermission(long, boolean) - Method in class com.tibco.tibjms.admin.AdminPermissions
Set or unset positive permissions.
setPermission(long, boolean) - Method in class com.tibco.tibjms.admin.Permissions
Set or unset given permissions in this set of permissions.
setPermissions(Permissions) - Method in class com.tibco.tibjms.admin.ACLEntry
Set the permissions for this entry.
setPermissions(AdminPermissions) - Method in class com.tibco.tibjms.admin.AdminACLEntry
Set the permissions for this entry.
setPersistentDelivery(boolean) - Method in class com.tibco.tibrv.TibrvJMSTransport
Set persistent delivery mode for this transport.
setPingInterval(int) - Static method in class com.tibco.tibjms.Tibjms
Sets the ping interval in seconds used by inactive connections.
setPrefetch(int) - Method in class com.tibco.tibjms.admin.QueueInfo
Set the number of messages prefetched by the EMS client from the server to improve efficiency.
setPrincipal(PrincipalInfo) - Method in class com.tibco.tibjms.admin.AdminACLEntry
Set the principal that this entry applies to.
setPrincipalName(PrincipalInfo) - Method in class com.tibco.tibjms.admin.ACLEntry
Set the principal that this entry applies to.
setPriority(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default priority.
setRateInterval(long) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the statistics rate interval.
setReconnAttemptCount(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Set the maximum number of reconnect attempts.
setReconnAttemptCount(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Set the maximum number of reconnect attempts.
setReconnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Set the delay between reconnect attempts.
setReconnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Set the delay between reconnect attempts.
setReconnectAttemptCount(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the reconnect_attempt_count for this factory.
setReconnectAttemptDelay(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the reconnect_attempt_delay for this factory.
setReconnectAttempts(String) - Static method in class com.tibco.tibjms.Tibjms
Sets the parameter for the number of attempts the connections make to reconnect to the backup server during fault-tolerant switch.
setRenegotiateInterval(long) - Static method in class com.tibco.tibjms.TibjmsSSL
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
setRenegotiateSize(long) - Static method in class com.tibco.tibjms.TibjmsSSL
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
setSSLAuthOnly(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLAuthOnly(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLCipherSuites(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLCipherSuites(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLDebugTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLDebugTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLEnableVerifyHost(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLEnableVerifyHost(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLEnableVerifyHostName(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLEnableVerifyHostName(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLExpectedHostName(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLExpectedHostName(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLIdentity(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLIdentity(byte[]) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLIdentity(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLIdentity(byte[]) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLIdentityEncoding(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLIdentityEncoding(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLIssuerCertificate(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLIssuerCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLIssuerCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLIssuerCertificate(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLIssuerCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLIssuerCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLParams(Map) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the SSL parameters for this factory.
setSSLParams(Map) - Method in class com.tibco.tibjms.admin.RouteInfo
Set the SSL parameters for the connection to the remote server.
setSSLPassword(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLPassword(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLPassword(String) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the new server's private key or PKCS12 file password.
setSSLPrivateKey(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLPrivateKey(byte[]) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLPrivateKey(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLPrivateKey(byte[]) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLPrivateKeyEncoding(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLPrivateKeyEncoding(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLProxy(String, int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Set the connection factory's parameters for connecting through an SSL proxy.
setSSLProxy(String, int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Set the connection factory's parameters for connecting through an SSL proxy.
setSSLProxyAuth(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Set a connection factory's username and password for connecting through an SSL proxy.
setSSLProxyAuth(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Set a connection factory's username and password for connecting through an SSL proxy.
setSSLRenegotiateInterval(Integer) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
setSSLRenegotiateInterval(Integer) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
setSSLRenegotiateSize(Integer) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
setSSLRenegotiateSize(Integer) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
Deprecated. This method is no longer supported, and may be removed from future versions of EMS.
setSSLTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLTrustedCertificate(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLTrustedCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLTrustedCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLTrustedCertificate(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLTrustedCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLTrustedCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSSLVendor(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setSSLVendor(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSecure(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set the secure property of this destination.
setSecureRandom(SecureRandom) - Static method in class com.tibco.tibjms.TibjmsSSL
Set a java.Security.SecureRandom object.
setSelector(String) - Method in class com.tibco.tibjms.admin.RouteSelector
Change the selector that messages need to match in order for them to pass through the selector.
setSenderName(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set sender_name property.
setSenderNameEnforced(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
Set sender_name_enforced property.
setServerRateInterval(long) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the server statistics rate interval.
setServerUrl(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setServerUrl(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setSessionDispatcherDaemon(boolean) - Static method in class com.tibco.tibjms.Tibjms
Sets if Session dispatcher threads should be daemon.
setShort(String, short) - Method in interface javax.jms.MapMessage
Sets a short value with the specified name into the Map.
setShortProperty(String, short) - Method in interface javax.jms.Message
Sets a short property value with the specified name into the message.
setSocketConnectTimeout(long) - Static method in class com.tibco.tibjms.Tibjms
Sets the timeout in milliseconds used by low-level socket connect calls.
setSocketReceiveBufferSize(int) - Static method in class com.tibco.tibjms.Tibjms
Sets the size of the socket receive buffer size for client connections.
setSocketSendBufferSize(int) - Static method in class com.tibco.tibjms.Tibjms
Sets the size of the socket send buffer size for client connections.
setStatisticsCleanupInterval(long) - Method in class com.tibco.tibjms.admin.ServerInfo
Set the statistics cleanup interval.
setStatisticsEnabled(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
Enables or disables statistics gathering for each producer, consumer, routed server and other.
setString(String, String) - Method in interface javax.jms.MapMessage
Sets a String value with the specified name into the Map.
setStringProperty(String, String) - Method in interface javax.jms.Message
Sets a String property value with the specified name into the message.
setSubject(String) - Method in class com.tibco.tibjms.admin.CMListenerInfo
Set the listener's subject.
setText(String) - Method in interface javax.jms.TextMessage
Sets the string containing this message's data.
setTimeToLive(long) - Method in interface javax.jms.MessageProducer
Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
setTraceItems(long) - Method in class com.tibco.tibjms.admin.TraceInfo
Set the absolute trace items for this TraceInfo.
setTrackCorrelationIds(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
Enable or disable tracking messages by correlation ID.
setTrackMsgIds(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
Enable or disable tracking messages by message ID.
setTransport(String) - Method in class com.tibco.tibjms.admin.CMListenerInfo
Set the name of the listener's transport.
setURL(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set the URL for this factory.
setURL(String) - Method in class com.tibco.tibjms.admin.RouteInfo
Set the URL of the remote server in this route.
setUserName(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setUserName(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setUserPassword(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
setUserPassword(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
 
setVendor(String) - Static method in class com.tibco.tibjms.TibjmsSSL
Set SSL vendor to the specified vendor.
setVerifyHost(boolean) - Static method in class com.tibco.tibjms.TibjmsSSL
Set if the host certificate should be verified by the client.
setVerifyHostName(boolean) - Static method in class com.tibco.tibjms.TibjmsSSL
Set if the name in the host certificate should be verified or not.
setXAType(boolean) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Set (or unset) this factory as XA connection factory.
shutdown() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Shutdown the server.
shutdown() - Method in class com.tibco.tibjms.admin.hawk.HawkController
Shut down the connected EMS server.
start() - Method in interface javax.jms.Connection
Starts (or restarts) a connection's delivery of incoming messages.
start() - Method in interface javax.jms.ServerSession
Cause the Session's run method to be called to process messages that were just assigned to it.
statString() - Method in class com.tibco.tibjms.admin.DestinationInfo
Helper method that generates the statistical information in the form of a string.
statString() - Method in class com.tibco.tibjms.admin.RouteInfo
Helper method to generate the statistical information in string form.
stop() - Method in interface javax.jms.Connection
Temporarily stops a connection's delivery of incoming messages.

T

TOPIC_TYPE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
Type indicating a topic.
TPORT_ALL - Static variable in class com.tibco.tibjms.admin.TransportInfo
Type indicating all types of transport.
TPORT_RV - Static variable in class com.tibco.tibjms.admin.TransportInfo
Type indicating a TIBCO Rendezvous transport.
TPORT_RVCM - Static variable in class com.tibco.tibjms.admin.TransportInfo
Type indicating a TIBCO Rendezvous Certified Messaging transport.
TPORT_SS - Static variable in class com.tibco.tibjms.admin.TransportInfo
Type indicating a TIBCO SmartSockets transport.
TRACE - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying if client trace is required.
TRACE_ACL - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_ADMIN - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_ALL - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_AUTH - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_CONFIG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_CONNECT - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_CONNECT_ERROR - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_DEFAULT - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_DEST - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_FLOW - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_INFO - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_LDAP_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_LIMITS - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_MSG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_PRODCONS - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_ROUTE - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_ROUTE_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_RV_ADV - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_SSL - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_SSL_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_TX - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_TX_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_WARN - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_XA - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRACE_XA_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
 
TRANSACTION_ACTIVE - Static variable in class com.tibco.tibjms.admin.TransactionInfo
State of transaction is active.
TRANSACTION_ENDSUCCESS - Static variable in class com.tibco.tibjms.admin.TransactionInfo
State of transaction is endsuccess.
TRANSACTION_PREPARED - Static variable in class com.tibco.tibjms.admin.TransactionInfo
State of transaction is prepared.
TRANSACTION_ROLLBACKONLY - Static variable in class com.tibco.tibjms.admin.TransactionInfo
State of transaction is rollbackonly.
TRANSACTION_UNKNOWN - Static variable in class com.tibco.tibjms.admin.TransactionInfo
State of transaction is unknown.
TRUSTED_CERTIFICATES - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the set of trusted certificates.
TemporaryQueue - interface javax.jms.TemporaryQueue.
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
TemporaryTopic - interface javax.jms.TemporaryTopic.
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
TextMessage - interface javax.jms.TextMessage.
A TextMessage object is used to send a message containing a java.lang.String.
Tibjms - class com.tibco.tibjms.Tibjms.
Defines miscellaneous constants and System Properties used by TIBCO Enterprise Message Service client.
TibjmsAdmin - class com.tibco.tibjms.admin.TibjmsAdmin.
This is the main class for administering a TIBCO Enterprise Message Service server.
TibjmsAdmin(String, String, String) - Constructor for class com.tibco.tibjms.admin.TibjmsAdmin
Creates an administrative connection.
TibjmsAdmin(String, String, String, Map) - Constructor for class com.tibco.tibjms.admin.TibjmsAdmin
This constructor is used to create an administrative connection to the server.
TibjmsAdminException - exception com.tibco.tibjms.admin.TibjmsAdminException.
This is the general admin exception used when an error occurs with a call to the server.
TibjmsAdminException(String) - Constructor for class com.tibco.tibjms.admin.TibjmsAdminException
Create a new TibjmsAdminException with given error message.
TibjmsAdminException(String, Exception) - Constructor for class com.tibco.tibjms.admin.TibjmsAdminException
Create a new TibjmsAdminException with given error message and root exception.
TibjmsAdminInvalidNameException - exception com.tibco.tibjms.admin.TibjmsAdminInvalidNameException.
This is the admin exception thrown when the name used to create a User, Group, or Destination is invalid.
TibjmsAdminNameExistsException - exception com.tibco.tibjms.admin.TibjmsAdminNameExistsException.
This is the admin exception thrown when the name used to create a User, Group, Destination, or JNDI binding is already in use.
TibjmsAdminSecurityException - exception com.tibco.tibjms.admin.TibjmsAdminSecurityException.
This is the admin exception thrown when the user is not authorized to execute a command.
TibjmsConnectionFactory - class com.tibco.tibjms.TibjmsConnectionFactory.
Reconnect and Fault Tolerance
To enable reconnection behavior and fault tolerance, the connection factory's server URL parameter must be a comma-separated list of two or more URLs.
TibjmsConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
 
TibjmsConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
 
TibjmsConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
 
TibjmsContext - class com.tibco.tibjms.naming.TibjmsContext.
Implements the Context interface for lookups of information stored in the JNDI supported by TIBCO Enterprise Message Service.
TibjmsQueue - class com.tibco.tibjms.TibjmsQueue.
Implementation of javax.jms.Queue which can be used for administrative purposes.
TibjmsQueue() - Constructor for class com.tibco.tibjms.TibjmsQueue
Constructs a new TibjmsQueue object.
TibjmsQueue(String) - Constructor for class com.tibco.tibjms.TibjmsQueue
Constructs a new TibjmsQueue object with the given address.
TibjmsQueue(String, String) - Constructor for class com.tibco.tibjms.TibjmsQueue
Internal constructor.
TibjmsQueueConnectionFactory - class com.tibco.tibjms.TibjmsQueueConnectionFactory.
 
TibjmsQueueConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
TibjmsQueueConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
TibjmsQueueConnectionFactory(String, String) - Constructor for class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
TibjmsQueueConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
TibjmsSSL - class com.tibco.tibjms.TibjmsSSL.
Provides methods and defines properties and miscellaneous constants which are used to set parameters for SSL connections.
TibjmsSSL() - Constructor for class com.tibco.tibjms.TibjmsSSL
 
TibjmsSSLHostNameVerifier - interface com.tibco.tibjms.TibjmsSSLHostNameVerifier.
Custom host name verifier.
TibjmsTopic - class com.tibco.tibjms.TibjmsTopic.
Implementation of javax.jms.Topic which can be used for administrative purposes.
TibjmsTopic() - Constructor for class com.tibco.tibjms.TibjmsTopic
Constructs a new TibjmsTopic object.
TibjmsTopic(String) - Constructor for class com.tibco.tibjms.TibjmsTopic
Constructs a new TibjmsTopic object with the given address.
TibjmsTopic(String, String) - Constructor for class com.tibco.tibjms.TibjmsTopic
Internal constructor.
TibjmsTopicConnectionFactory - class com.tibco.tibjms.TibjmsTopicConnectionFactory.
 
TibjmsTopicConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
TibjmsTopicConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
TibjmsTopicConnectionFactory(String, String) - Constructor for class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
TibjmsTopicConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
TibjmsXAConnectionFactory - class com.tibco.tibjms.TibjmsXAConnectionFactory.
Note: XA sessions do not support routed queues.
TibjmsXAConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsXAConnectionFactory
 
TibjmsXAConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsXAConnectionFactory
 
TibjmsXAConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsXAConnectionFactory
 
TibjmsXAQueueConnectionFactory - class com.tibco.tibjms.TibjmsXAQueueConnectionFactory.
Note: XA sessions do not support routed queues.
TibjmsXAQueueConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
Constructs a new TibjmsXAQueueConnectionFactory object.
TibjmsXAQueueConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
Constructs a new TibjmsXAQueueConnectionFactory object for the given URL.
TibjmsXAQueueConnectionFactory(String, String) - Constructor for class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
Constructs a new TibjmsXAQueueConnectionFactory object for the given URL and client id.
TibjmsXAQueueConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
Constructs a new TibjmsXAQueueConnectionFactory object for the given URL and client id and properties.
TibjmsXATopicConnectionFactory - class com.tibco.tibjms.TibjmsXATopicConnectionFactory.
Note: XA sessions do not support routed queues.
TibjmsXATopicConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsXATopicConnectionFactory
Constructs a new TibjmsXATopicConnectionFactory object.
TibjmsXATopicConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsXATopicConnectionFactory
Constructs a new TibjmsXATopicConnectionFactory object for the given URL.
TibjmsXATopicConnectionFactory(String, String) - Constructor for class com.tibco.tibjms.TibjmsXATopicConnectionFactory
Constructs a new TibjmsXATopicConnectionFactory object for the given URL and client id.
TibjmsXATopicConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsXATopicConnectionFactory
Constructs a new TibjmsXATopicConnectionFactory object for the given URL and client id and properties.
TibrvJMSTransport - class com.tibco.tibrv.TibrvJMSTransport.
Network transport using TIBCO Enterprise Message Service JMS client to connect to the network.
TibrvJMSTransport() - Constructor for class com.tibco.tibrv.TibrvJMSTransport
Creates JMS transport connecting to the TIBCO Enterprise Message Service server running on the local computer with default port.
TibrvJMSTransport(String) - Constructor for class com.tibco.tibrv.TibrvJMSTransport
Creates JMS transport connecting to the TIBCO Enterprise Message Service server specified by serverURL parameter.
TibrvJMSTransport(String, String, String, String) - Constructor for class com.tibco.tibrv.TibrvJMSTransport
Creates JMS transport connecting as specified user to the TIBCO Enterprise Message Service server.
TibrvJMSTransport(String, String, String, String, Hashtable) - Constructor for class com.tibco.tibrv.TibrvJMSTransport
Creates JMS transport connecting via SSL to the TIBCO Enterprise Message Service server.
TibrvJMSTransport(String, String, String, String, Hashtable, boolean) - Constructor for class com.tibco.tibrv.TibrvJMSTransport
Create JMS transport which has the ability to reconnect to a server among a list of comma separated JMS servers in the event of current connection is down.
Topic - interface javax.jms.Topic.
A Topic object encapsulates a provider-specific topic name.
TopicConnection - interface javax.jms.TopicConnection.
A TopicConnection object is an active connection to a publish/subscribe JMS provider.
TopicConnectionFactory - interface javax.jms.TopicConnectionFactory.
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
TopicInfo - class com.tibco.tibjms.admin.TopicInfo.
This class represents a topic that is configured on the EMS server.
TopicInfo(String) - Constructor for class com.tibco.tibjms.admin.TopicInfo
The public constructor creates a TopicInfo object with the given name.
TopicPublisher - interface javax.jms.TopicPublisher.
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - class javax.jms.TopicRequestor.
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - interface javax.jms.TopicSession.
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - interface javax.jms.TopicSubscriber.
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
TraceInfo - class com.tibco.tibjms.admin.TraceInfo.
This class represents the set of trace message types that will be output to a particular output destination (console or log file).
TraceInfo() - Constructor for class com.tibco.tibjms.admin.TraceInfo
Public constuctor that creates a TraveInfo with TRACE_DEFAULT set.
TraceInfo(long, long, long) - Constructor for class com.tibco.tibjms.admin.TraceInfo
Public constructor used to create a new TraceInfo object.
TransactionInProgressException - exception javax.jms.TransactionInProgressException.
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for class javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for class javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionInfo - class com.tibco.tibjms.admin.TransactionInfo.
This class represents an XA transaction.
TransactionRolledBackException - exception javax.jms.TransactionRolledBackException.
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for class javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for class javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransportInfo - class com.tibco.tibjms.admin.TransportInfo.
This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server.
thisMicroAgentAdded(COM.TIBCO.hawk.talon.MicroAgentID) - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Part of interface with Hawk Agent engine.
thisMicroAgentRemoved() - Method in class com.tibco.tibjms.admin.hawk.HawkListener
Part of interface with Hawk Agent engine.
toString() - Method in class com.tibco.tibjms.TibjmsQueue
 
toString() - Method in class com.tibco.tibjms.TibjmsTopic
 
toString() - Method in class com.tibco.tibjms.admin.ACLEntry
Generate a string representation of this ACLEntry.
toString() - Method in class com.tibco.tibjms.admin.AdminACLEntry
Generate a string representation of this AdminACLEntry.
toString() - Method in class com.tibco.tibjms.admin.AdminPermissions
Generate a string representation of this AdminPermissions.
toString() - Method in class com.tibco.tibjms.admin.BridgeInfo
 
toString() - Method in class com.tibco.tibjms.admin.BridgeTarget
 
toString() - Method in class com.tibco.tibjms.admin.CMLedgerListenerInfo
 
toString() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
 
toString() - Method in class com.tibco.tibjms.admin.CMListenerInfo
 
toString() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
Generate a string representation of this ConnectionFactoryInfo.
toString() - Method in class com.tibco.tibjms.admin.ConnectionInfo
Generate a string representation of this ConnectionInfo.
toString() - Method in class com.tibco.tibjms.admin.ConsumerInfo
 
toString() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
 
toString() - Method in class com.tibco.tibjms.admin.DetailedDestStat
 
toString() - Method in class com.tibco.tibjms.admin.DurableInfo
Generate a string representation of this DurableInfo.
toString() - Method in class com.tibco.tibjms.admin.GroupInfo
Generate a string representation of this GroupInfo.
toString() - Method in class com.tibco.tibjms.admin.Permissions
Generate a string representation of this Permissions.
toString() - Method in class com.tibco.tibjms.admin.PrincipalInfo
Generate a string representation of this PrincipalInfo.
toString() - Method in class com.tibco.tibjms.admin.ProducerInfo
 
toString() - Method in class com.tibco.tibjms.admin.QueueInfo
 
toString() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
 
toString() - Method in class com.tibco.tibjms.admin.RVTransportInfo
 
toString() - Method in class com.tibco.tibjms.admin.RouteInfo
 
toString() - Method in class com.tibco.tibjms.admin.RouteSelector
 
toString() - Method in class com.tibco.tibjms.admin.SSLParams
Generate a string representation of this SSLParams.
toString() - Method in class com.tibco.tibjms.admin.SSTransportInfo
 
toString() - Method in class com.tibco.tibjms.admin.ServerInfo
 
toString() - Method in class com.tibco.tibjms.admin.StoreInfo
 
toString() - Method in class com.tibco.tibjms.admin.TibjmsAdminException
Generate a string representation of this TibjmsAdminException.
toString() - Method in class com.tibco.tibjms.admin.TopicInfo
 
toString() - Method in class com.tibco.tibjms.admin.TraceInfo
Generate a string representation of this TraceInfo.
toString() - Method in class com.tibco.tibjms.admin.TransactionInfo
Generate a string representation of this TransactionInfo.
toString() - Method in class com.tibco.tibjms.admin.UserInfo
Generate a string representation of this UserInfo.
toString() - Method in class com.tibco.tibjms.admin.VersionInfo
Generate a string version of the VersionInfo object in the form "majorVersion.minorVersion.updateVersion.buildVersion"
toString() - Method in class com.tibco.tibrv.TibrvJMSTransport
Returns string representation of this transport
toString() - Method in interface javax.jms.Queue
Returns a string representation of this object.
toString() - Method in interface javax.jms.Topic
Returns a string representation of this object.

U

USER_AUTH_LOCATION_LDAP - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
USER_AUTH_LOCATION_LOCAL - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
USER_AUTH_LOCATION_SYSTEM - Static variable in class com.tibco.tibjms.admin.ServerInfo
 
USE_DURABLE - Static variable in class com.tibco.tibjms.admin.Permissions
Permission to use a durable subscription that already exists on the EMS server.
UserInfo - class com.tibco.tibjms.admin.UserInfo.
This class represents a user on the Tibjms server.
UserInfo(String, String) - Constructor for class com.tibco.tibjms.admin.UserInfo
Public constructor to create a UserInfo.
UserInfo(String) - Constructor for class com.tibco.tibjms.admin.UserInfo
Public constructor to create a UserInfo with no description.
unbind(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Remove the binding between the given JNDI name and the object bound to it.
unbind(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
unbind(Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
 
unsubscribe(String, String) - Method in class com.tibco.tibrv.TibrvJMSTransport
Unsubscribe durable JMS subscriber previously created for Rendezvous listener in durable listener mode [Beta feature].
unsubscribe(String) - Method in interface javax.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.
updateCRL() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Update server's CRL.
updateConnectionFactory(String, ConnectionFactoryInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Save changes to the connection factory stored at the given JNDI name using information from the given ConnectionFactoryInfo.
updateGroup(GroupInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Save changes made to the given GroupInfo.
updateIncomingSelector(RouteSelector) - Method in class com.tibco.tibjms.admin.RouteInfo
Replace the current incoming selector on a given topic with a new one.
updateOutgoingSelector(RouteSelector) - Method in class com.tibco.tibjms.admin.RouteInfo
Replace the current outgoing selector on a given topic with a new one.
updateQueue(QueueInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Change the properties of the queue corresponding to the given QueueInfo.
updateRoute(RouteInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Update route parameters.
updateServer(ServerInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Update the server configuration.
updateTopic(TopicInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Change the properties of the topic corresponding to the given TopicInfo.
updateUser(UserInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
Save changes made to the given UserInfo.

V

VENDOR - Static variable in class com.tibco.tibjms.TibjmsSSL
Name of SSL property specifying the SSL vendor to be used.
VIEW - Static variable in class com.tibco.tibjms.admin.Permissions
Administrative permission to view destination.
VIEW_ACL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_ADMIN_ACL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_ALL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_CONNECTION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_DESTINATION - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_DURABLE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_FACTORY - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_GROUP - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_MESSAGE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_ROUTE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_SERVER - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VIEW_USER - Static variable in class com.tibco.tibjms.admin.AdminPermissions
 
VersionInfo - class com.tibco.tibjms.admin.VersionInfo.
This class represents the parsed version information for the TIBCO Enterprise Message Service components.
verifyHostName(String, String, String, X509Certificate) - Method in interface com.tibco.tibjms.TibjmsSSLHostNameVerifier
Called when the client needs to verify the certificate name.

W

writeBoolean(boolean) - Method in interface javax.jms.BytesMessage
Writes a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in interface javax.jms.StreamMessage
Writes a boolean to the stream message.
writeByte(byte) - Method in interface javax.jms.BytesMessage
Writes a byte to the bytes message stream as a 1-byte value.
writeByte(byte) - Method in interface javax.jms.StreamMessage
Writes a byte to the stream message.
writeBytes(byte[]) - Method in interface javax.jms.BytesMessage
Writes a byte array to the bytes message stream.
writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
Writes a portion of a byte array to the bytes message stream.
writeBytes(byte[]) - Method in interface javax.jms.StreamMessage
Writes a byte array field to the stream message.
writeBytes(byte[], int, int) - Method in interface javax.jms.StreamMessage
Writes a portion of a byte array as a byte array field to the stream message.
writeChar(char) - Method in interface javax.jms.BytesMessage
Writes a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in interface javax.jms.StreamMessage
Writes a char to the stream message.
writeDouble(double) - Method in interface javax.jms.BytesMessage
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in interface javax.jms.StreamMessage
Writes a double to the stream message.
writeExternal(ObjectOutput) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
 
writeExternal(ObjectOutput) - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
 
writeExternal(ObjectOutput) - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
 
writeFloat(float) - Method in interface javax.jms.BytesMessage
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in interface javax.jms.StreamMessage
Writes a float to the stream message.
writeInt(int) - Method in interface javax.jms.BytesMessage
Writes an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in interface javax.jms.StreamMessage
Writes an int to the stream message.
writeLong(long) - Method in interface javax.jms.BytesMessage
Writes a long to the bytes message stream as eight bytes, high byte first.
writeLong(long) - Method in interface javax.jms.StreamMessage
Writes a long to the stream message.
writeObject(Object) - Method in interface javax.jms.BytesMessage
Writes an object to the bytes message stream.
writeObject(Object) - Method in interface javax.jms.StreamMessage
Writes an object to the stream message.
writeShort(short) - Method in interface javax.jms.BytesMessage
Writes a short to the bytes message stream as two bytes, high byte first.
writeShort(short) - Method in interface javax.jms.StreamMessage
Writes a short to the stream message.
writeString(String) - Method in interface javax.jms.StreamMessage
Writes a String to the stream message.
writeUTF(String) - Method in interface javax.jms.BytesMessage
Writes a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.

X

XAConnection - interface javax.jms.XAConnection.
The XAConnection interface extends the capability of Connection by providing an XASession (optional).
XAConnectionFactory - interface javax.jms.XAConnectionFactory.
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
XAQueueConnection - interface javax.jms.XAQueueConnection.
An XAQueueConnection provides the same create options as QueueConnection (optional).
XAQueueConnectionFactory - interface javax.jms.XAQueueConnectionFactory.
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession - interface javax.jms.XAQueueSession.
An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
XASession - interface javax.jms.XASession.
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
XATopicConnection - interface javax.jms.XATopicConnection.
An XATopicConnection provides the same create options as TopicConnection (optional).
XATopicConnectionFactory - interface javax.jms.XATopicConnectionFactory.
An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
XATopicSession - interface javax.jms.XATopicSession.
An XATopicSession provides a regular TopicSession.

Z

ZONE_TYPE_MULTI_HOP - Static variable in class com.tibco.tibjms.admin.RouteInfo
A m-hop (Multi-Hop) zone is one in which topic messages can be routed across multiple hops and the routes between servers may not form a cycle.
ZONE_TYPE_ONE_HOP - Static variable in class com.tibco.tibjms.admin.RouteInfo
A 1-Hop zone is one in which messages can be routed at most 1 hop away.
ZONE_TYPE_UNKNOWN - Static variable in class com.tibco.tibjms.admin.RouteInfo
A zone of unknown type indicates some kind of error.

A B C D E F G H I J L M N O P Q R S T U V W X Z
TIBCO Enterprise Message Service
Version 4.3.0

Copyright © TIBCO Software Inc. All rights reserved