A B C D E F G H I J L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acknowledge() - Method in interface javax.jms.JMSContext
-
Acknowledges all messages consumed by the JMSContext's session.
- acknowledge() - Method in interface javax.jms.Message
-
Acknowledges all consumed messages of the session of this consumed message.
- ACLEntry - Class in com.tibco.tibjms.admin
-
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.
- Action - Interface in com.tibco.tibems.tibemsd.security
-
An instance of this class is passed to the isAllowed() method of an Authorizer to describe the action that is being authorized.
- Action.Type - Enum in com.tibco.tibems.tibemsd.security
-
Action.Type represents various actions that can be permissioned by the EMS server.
- activateDRSite() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Inform the FTL servers at the Disaster Recovery (DR) site that their site of operations is now the new primary site.
- 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.
- addOutgoingSelector(RouteSelector) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Add a new outgoing selector to the route.
- 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.
- 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.
- 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.
- ADMIN - com.tibco.tibems.tibemsd.security.ConnectionAttributes.Type
-
An administrative connection, originating from the EMS Administration tool, the EMS Administration API, or EMS Central Administration.
- ADMIN - com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
-
Deprecated.A connection from the tibemsadmin application, or from the EMS Admin API
- AdminACLEntry - Class in com.tibco.tibjms.admin
-
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 in com.tibco.tibjms.admin
-
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.
- 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.
- appliesTo(String) - Method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- areBridgeTargetsInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Deprecated.This method has been misnamed and replaced by
DestinationInfo.isBridgeTargetsInherited()
. - areExportTransportsInherited() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Deprecated.This method has been misnamed and replaced by
TopicInfo.isExportTransportsInherited()
. - areImportTransportsInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Deprecated.This method has been misnamed and replaced by
DestinationInfo.isImportTransportsInherited()
. - AUTH_ONLY - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying if TLS is used for authentication only.
- AuthorizationResult - Class in com.tibco.tibems.tibemsd.security
-
This class represents the answer to an authorization request.
- AuthorizationResult(boolean) - Constructor for class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Creates a new AuthorizationResult with timeout 0, and destination null.
- AuthorizationResult(boolean, long, TimeUnit) - Constructor for class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Creates a new authorization result, with destination null.
- AuthorizationResult(boolean, long, TimeUnit, String) - Constructor for class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Creates a new authorization result.
- AuthorizationResult(boolean, long, TimeUnit, String, Action.Type...) - Constructor for class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Creates a new authorization result.
- AuthorizationResult(boolean, long, TimeUnit, String, Set<Action.Type>) - Constructor for class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Creates a new authorization result.
- AuthorizationResult(boolean, String) - Constructor for class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Creates a new AuthorizationResult with timeout 0.
- Authorizer - Interface in com.tibco.tibems.tibemsd.security
-
Authorization providers must provide a class that implements this interface, and has a default constructor.
- AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the JMSContext's 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. - 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.
B
- BCFIPS_PROVIDER - Static variable in class com.tibco.tibjms.TibjmsSSL
- bind(String, Object) - Method in class com.tibco.tibjms.naming.TibjmsContext
- 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(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.
- BridgeInfo - Class in com.tibco.tibjms.admin
-
This class represents the definition of a bridge.
- BridgeInfo(Object) - Constructor for class com.tibco.tibjms.admin.BridgeInfo
-
For Internal use only, may be removed or deprecated in future.
- BridgeTarget - Class in com.tibco.tibjms.admin
-
This class represents the target destination of a bridge.
- 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.
- BytesMessage - Interface in javax.jms
-
A
BytesMessage
object is used to send a message containing a stream of uninterpreted bytes.
C
- calculateMessageSize(Message) - Static method in class com.tibco.tibjms.Tibjms
-
Calculates and returns total size of the message wire representation.
- CHANGE_ACL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
- CHANGE_ADMIN_ACL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
- CHANGE_BRIDGE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
- CHANGE_CHANNEL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
-
Deprecated.As of release 8.3
- 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
- ChannelInfo - Class in com.tibco.tibjms.admin
-
Deprecated.As of release 8.3
- CIPHER_SUITES - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the set of cipher suites to be used by the TLS connection.
- CIPHERS - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the set of cipher suites to be used by the TLS connection.
- className() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Fully-qualified name of the Jakarta Messaging connection factory implementation class.
- className() - Method in annotation type javax.jms.JMSDestinationDefinition
-
Fully-qualified name of the Jakarta Messaging destination implementation class.
- 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.
- clearJACICache() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Clear all entries out of the JACI results cache.
- clearProperties() - Method in interface javax.jms.JMSProducer
-
Clears any message properties set on this
JMSProducer
- 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.
- CLIENT - com.tibco.tibems.tibemsd.security.ConnectionAttributes.Type
-
A connection from a Java, C or .Net EMS client.
- CLIENT - com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
-
Deprecated.A connection from a Java, C or .Net EMS client.
- CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
With this session mode, the client acknowledges a consumed message by calling the message's
acknowledge
method. - 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_enableSSLv3 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Deprecated.As of release 8.5.1
- 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_GO - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
-
Type indicating the client is a Golang 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.
- clientId() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Client id to use for connection.
- clone() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- clone() - Method in class com.tibco.tibems.ufo.TibjmsUFOQueue
- clone() - Method in class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- clone() - Method in class com.tibco.tibems.ufo.TibjmsUFOTopic
- clone() - Method in class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- 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.tibems.ufo.TibjmsUFOConnection
- 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.JMSConsumer
-
Closes the
JMSConsumer
. - close() - Method in interface javax.jms.JMSContext
-
Closes the JMSContext
- 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. - CMLedgerListenerInfo - Class in com.tibco.tibjms.admin
-
This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to.
- CMLedgerSubjectInfo - Class in com.tibco.tibjms.admin
-
This class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file.
- CMListenerInfo - Class in com.tibco.tibjms.admin
-
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) - Constructor for class com.tibco.tibjms.admin.CMListenerInfo
-
Creates CMListener with given name and subject name.
- CMListenerInfo(String, String, String) - Constructor for class com.tibco.tibjms.admin.CMListenerInfo
-
Creates CMListener on a given transport with given name and subject name.
- com.tibco.tibems.tibemsd.security - package com.tibco.tibems.tibemsd.security
-
Classes for JAAS and JACI Support.
- com.tibco.tibems.ufo - package com.tibco.tibems.ufo
-
Provides classes for creating Unshared Failover (UFO) javax.jms.Connection.
- com.tibco.tibjms - package com.tibco.tibjms
-
Provides the classes used for TLS 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.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 EMS transport for TIBCO Rendezvous pure-Java applications and applets.
- commit() - Method in interface javax.jms.JMSContext
-
Commits all messages done in this transaction and releases any locks currently held.
- 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.XAJMSContext
-
Throws a
TransactionInProgressRuntimeException
, since it should not be called for anXAJMSContext
object. - commit() - Method in interface javax.jms.XASession
-
Throws a
TransactionInProgressException
, since it should not be called for anXASession
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.
- compact(String, 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.
- CompletionListener - Interface in javax.jms
-
A
CompletionListener
is implemented by the application and may be specified when a message is sent asynchronously. - composeName(String, String) - Method in class com.tibco.tibjms.naming.TibjmsContext
- composeName(Name, Name) - Method in class com.tibco.tibjms.naming.TibjmsContext
- Configuration - Class in com.tibco.tibjms.admin
-
A Configuration object represents a server configuration.
- CONFIGURATION_MODE_CONF - Static variable in class com.tibco.tibjms.admin.ServerInfo
- CONFIGURATION_MODE_JSON - Static variable in class com.tibco.tibjms.admin.ServerInfo
- CONFIGURATION_MODE_XML - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.
- Connection - Interface in javax.jms
-
A
Connection
object is a client's active connection to its Jakarta Messaging provider. - 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.
- ConnectionAttributes - Interface in com.tibco.tibems.tibemsd.security
-
The ConnectionAttributes interface provides access to connection related information.
- ConnectionAttributes.Type - Enum in com.tibco.tibems.tibemsd.security
-
This enumeration describes the type of connection of the ConnectionAttributes object.
- ConnectionConsumer - Interface in javax.jms
-
For application servers,
Connection
objects provide a special facility for creating aConnectionConsumer
(optional). - ConnectionFactory - Interface in javax.jms
-
A
ConnectionFactory
object encapsulates a set of connection configuration parameters that has been defined by an administrator. - ConnectionFactoryInfo - Class in com.tibco.tibjms.admin
-
A ConnectionFactoryInfo object represents a configured ConnectionFactory that can be retrieved by an EMS client through the built in JNDI implementation.
- ConnectionFactoryInfo(Object) - Constructor for class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
For Internal use only, may be removed or deprecated in future.
- ConnectionFactoryInfo(String, String, int, boolean, Map) - Constructor for class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Creates ConnectionFactoryInfo.
- ConnectionFactoryInfo(String, String, int, Map) - Constructor for class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Creates ConnectionFactoryInfo.
- connectionID() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get a temporary destination's connection ID.
- ConnectionInfo - Class in com.tibco.tibjms.admin
-
A ConnectionInfo object represents a client connection to the TIBCO EMS server.
- ConnectionInfo(Object) - Constructor for class com.tibco.tibjms.admin.ConnectionInfo
-
For Internal use only, may be removed or deprecated in future.
- ConnectionInfoCallback - Class in com.tibco.tibems.tibemsd.security
-
Deprecated.as of EMS 8.1.
- ConnectionInfoCallback() - Constructor for class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- ConnectionInfoCallback.Type - Enum in com.tibco.tibems.tibemsd.security
-
Deprecated.Enumeration of possible connection types.
- ConnectionMetaData - Interface in javax.jms
-
A
ConnectionMetaData
object provides information describing theConnection
object. - ConsumerInfo - Class in com.tibco.tibjms.admin
-
Represents message consumer in EMS server.
- ConsumerInfo(Object) - Constructor for class com.tibco.tibjms.admin.ConsumerInfo
-
For Internal use only, may be removed or deprecated in future.
- ConsumerInfo.Details - Class in com.tibco.tibjms.admin
-
Provides additional information about consumer.
- 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
- createBrowser(Queue) - Method in interface javax.jms.JMSContext
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - createBrowser(Queue) - Method in interface javax.jms.QueueSession
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue. - 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.JMSContext
-
Creates a
QueueBrowser
object to peek at the messages on the specified queue using a message selector. - 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, 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.JMSContext
-
Creates a
BytesMessage
object. - 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.
- createConfiguration() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Creates an empty configuration object that can be used to load configuration updates.
- createConnection() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- createConnection() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- createConnection() - 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 class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- createConnection(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- createConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a connection with the specified user identity.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
-
Not supported by UFO Implementation.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific destination.
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOQueueConnection
-
Not supported by UFO Implementation.
- 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 class com.tibco.tibems.ufo.TibjmsUFOTopicConnection
-
Not supported by UFO Implementation.
- 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.JMSContext
-
Creates a
JMSConsumer
for the specified destination. - createConsumer(Destination) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
for the specified destination. - createConsumer(Destination, String) - Method in interface javax.jms.JMSContext
-
Creates a
JMSConsumer
for the specified destination, using a message selector. - 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.JMSContext
-
Creates a
JMSConsumer
for the specified destination, specifying a message selector and thenoLocal
parameter. - createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
-
Creates a
MessageConsumer
for the specified destination, specifying a message selector and thenoLocal
parameter. - createContext() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Not supported by UFO Implementation.
- createContext() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- createContext() - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
- createContext() - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
- createContext() - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and an unspecified sessionMode.
- createContext(int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Not supported by UFO Implementation.
- createContext(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- createContext(int) - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
- createContext(int) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
- createContext(int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the default user identity and the specified session mode.
- createContext(int) - Method in interface javax.jms.JMSContext
-
Creates a new
JMSContext
with the specified session mode using the same connection as thisJMSContext
and creating a new session. - createContext(String, String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Not supported by UFO Implementation.
- createContext(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- createContext(String, String) - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
- createContext(String, String) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
- createContext(String, String) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
- createContext(String, String, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Not supported by UFO Implementation.
- createContext(String, String, int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- createContext(String, String, int) - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
- createContext(String, String, int) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
- createContext(String, String, int) - Method in interface javax.jms.ConnectionFactory
-
Creates a JMSContext with the specified user identity and the specified session mode.
- 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 class com.tibco.tibems.ufo.TibjmsUFOConnection
-
Not supported by UFO Implementation.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOTopicConnection
-
Not supported by UFO Implementation.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared durable subscription with the specified name.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
-
Create a durable connection consumer for this connection (optional operation).
- createDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.JMSContext
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createDurableConsumer(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.
- createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
-
Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - 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.JMSContext
-
Creates a
MapMessage
object. - createMapMessage() - Method in interface javax.jms.Session
-
Creates a
MapMessage
object. - createMessage() - Method in interface javax.jms.JMSContext
-
Creates a
Message
object. - createMessage() - Method in interface javax.jms.Session
-
Creates a
Message
object. - createObjectMessage() - Method in interface javax.jms.JMSContext
-
Creates an
ObjectMessage
object. - createObjectMessage() - Method in interface javax.jms.Session
-
Creates an
ObjectMessage
object. - createObjectMessage(Serializable) - Method in interface javax.jms.JMSContext
-
Creates an initialized
ObjectMessage
object. - createObjectMessage(Serializable) - Method in interface javax.jms.Session
-
Creates an initialized
ObjectMessage
object. - createProducer() - Method in interface javax.jms.JMSContext
-
Creates a new
JMSProducer
object which can be used to configure and send messages - 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.JMSContext
-
Creates a
Queue
object which encapsulates a specified provider-specific queue name. - 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
object which encapsulates a specified provider-specific queue name. - createQueueConnection() - Method in class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- createQueueConnection() - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
- createQueueConnection() - 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 class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- createQueueConnection(String, String) - Method in class com.tibco.tibjms.TibjmsQueueConnectionFactory
- createQueueConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
- createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
-
Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOQueueConnection
- createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
-
Creates a
QueueSession
object, specifyingtransacted
andacknowledgeMode
. - createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
-
Creates a
QueueSession
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() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- createSession() - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifying no arguments. - createSession(boolean, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- createSession(boolean, int) - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifyingtransacted
andacknowledgeMode
. - createSession(boolean, int) - Method in interface javax.jms.XAConnection
-
Creates an
Session
object. - createSession(int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- createSession(int) - Method in interface javax.jms.Connection
-
Creates a
Session
object, specifyingsessionMode
. - createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
-
Not supported by UFO Implementation.
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared non-durable subscription with the specified name.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
-
Not supported by UFO Implementation.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
-
Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable subscription with the specified name.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector and the
noLocal
parameter, and creates a consumer on that durable subscription. - createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.JMSContext
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
- createSharedDurableConsumer(Topic, String, String) - Method in interface javax.jms.Session
-
Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.
- createStreamMessage() - Method in interface javax.jms.JMSContext
-
Creates a
StreamMessage
object. - createStreamMessage() - Method in interface javax.jms.Session
-
Creates a
StreamMessage
object. - createSubcontext(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
- createSubcontext(Name) - 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.JMSContext
-
Creates a
TemporaryQueue
object. - 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.JMSContext
-
Creates a
TemporaryTopic
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.JMSContext
-
Creates a
TextMessage
object. - createTextMessage() - Method in interface javax.jms.Session
-
Creates a
TextMessage
object. - createTextMessage(String) - Method in interface javax.jms.JMSContext
-
Creates an initialized
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.JMSContext
-
Creates a
Topic
object which encapsulates a specified provider-specific topic name. - createTopic(String) - Method in interface javax.jms.Session
-
Creates a
Topic
object which encapsulates a specified provider-specific topic name. - createTopic(String) - Method in interface javax.jms.TopicSession
-
Creates a topic identity given a
Topic
name. - createTopicConnection() - Method in class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- createTopicConnection() - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
- createTopicConnection() - 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 class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- createTopicConnection(String, String) - Method in class com.tibco.tibjms.TibjmsTopicConnectionFactory
- createTopicConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
- createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
-
Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOTopicConnection
- createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
-
Creates a
TopicSession
object, specifyingtransacted
andacknowledgeMode
. - createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
-
Creates a
TopicSession
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() - Method in interface javax.jms.XAConnectionFactory
-
Creates an
XAConnection
with the default user identity. - createXAConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates an
XAConnection
with the specified user identity. - createXAContext() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- createXAContext() - Method in interface javax.jms.XAConnectionFactory
-
Creates a
XAJMSContext
with the default user identity - createXAContext(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- createXAContext(String, String) - Method in interface javax.jms.XAConnectionFactory
-
Creates a JMSContext with the specified user identity
- createXAQueueConnection() - 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 class com.tibco.tibjms.TibjmsXAQueueConnectionFactory
- 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() - Method in interface javax.jms.XATopicConnectionFactory
-
Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) - Method in class com.tibco.tibjms.TibjmsXATopicConnectionFactory
- 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
- DbStoreInfo - Class in com.tibco.tibjms.admin
-
Class representing information about server's database-based store.
- DEBUG_TRACE - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS 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_DELAY - Static variable in interface javax.jms.Message
-
The message producer's default delivery delay is zero.
- 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() - Method in interface javax.jms.TemporaryQueue
-
Deletes this temporary queue.
- delete() - Method in interface javax.jms.TemporaryTopic
-
Deletes this temporary topic.
- 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
- deleteCMListener(CMListenerInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Delete TIBCO Rendezvous certified listener.
- DELIVERY_MODE_ALL - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets ALL delivery mode.
- DELIVERY_MODE_BEST_EFFORT - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets BEST_EFFORT delivery mode.
- DELIVERY_MODE_ORDERED - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets ORDERED delivery mode.
- DELIVERY_MODE_PERSISTENT - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets PERSISTENT delivery mode.
- DELIVERY_MODE_SOME - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets SOME delivery mode.
- DeliveryMode - Interface in javax.jms
-
The delivery modes supported by the Jakarta Messaging API are
PERSISTENT
andNON_PERSISTENT
. - denyMax(String) - Static method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- denyNow() - Static method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- description() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Description of this Jakarta Messaging connection factory.
- description() - Method in annotation type javax.jms.JMSDestinationDefinition
-
Description of this Jakarta Messaging destination.
- DEST_CURSOR_FIRST - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
First cursorPosition for requested destinations.
- DEST_CURSOR_LAST - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Last cursorPosition for requested destinations.
- DEST_CURSOR_NEXT - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Next cursorPosition for requested destinations.
- DEST_GET_ALL - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Request info for all destinations
- DEST_GET_DYNAMIC - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Request info for dynamic destinations only
- DEST_GET_NOTEMP - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Request info for nontemporary destinations only
- DEST_GET_STATIC - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Request info for static destinations only
- Destination - Interface in javax.jms
-
A
Destination
object encapsulates a provider-specific address. - DestinationBridgeInfo - Class in com.tibco.tibjms.admin
-
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 in com.tibco.tibjms.admin
-
This abstract class contains methods common to both QueueInfo and TopicInfo.
- destinationName() - Method in annotation type javax.jms.JMSDestinationDefinition
-
Name of the queue or topic.
- 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.
- destroyInbox(String) - Method in class com.tibco.tibrv.TibrvJMSTransport
-
Explicitly destroy an inbox when automatic inbox garbage collection is disabled.
- 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.
- destroyQueues(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Destroy queues matching the given pattern.
- destroyRoute(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Destroy the route with specified name.
- destroySubcontext(String) - Method in class com.tibco.tibjms.naming.TibjmsContext
- destroySubcontext(Name) - 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.
- destroyTopics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Destroy topics matching the given pattern.
- destroyUser(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Destroy the user for the given userName.
- DETAIL_CHANNELS - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 8.3
- 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
- DetailedDestStat - Class in com.tibco.tibjms.admin
-
This class represents detailed destination statistics about another object (Topic, Queue etc).
- DetailedTransactionInfo - Class in com.tibco.tibjms.admin
-
This class represents the a transaction as it is present on the EMS server.
- DetailedTransactionInfo.ConsumerMessage - Class in com.tibco.tibjms.admin
-
This class represents a Message that is about to be consumed on commit.
- DetailedTransactionInfo.ProducerMessage - Class in com.tibco.tibjms.admin
-
This class represents a Message that is about to be produced on commit.
- DetailedTransactionInfo.XAMessage - Class in com.tibco.tibjms.admin
-
Internal class extended by ConsumerMessage and ProducerMessage.
- disableClientTracing() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Turn off client tracing, clearing all filtering settings.
- DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.JMSContext
-
This session mode instructs the JMSContext's session to lazily acknowledge the delivery of messages.
- 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.
- DurableInfo - Class in com.tibco.tibjms.admin
-
This class represents a durable subscription on the Tibjms server.
- DurableInfo(Object) - Constructor for class com.tibco.tibjms.admin.DurableInfo
E
- ENABLE_VERIFY_HOST - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying if client should verify server certificate.
- ENABLE_VERIFY_HOST_NAME - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying if client should verify the common name in the server certificate.
- 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.
- 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_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.
- equals(Object) - Method in class com.tibco.tibjms.admin.TraceInfo
- equals(Object) - Method in class com.tibco.tibjms.TibjmsQueue
- equals(Object) - Method in class com.tibco.tibjms.TibjmsTopic
- ExceptionListener - Interface in javax.jms
-
If a Jakarta Messaging provider detects a serious problem with a
Connection
object, it informs theConnection
object'sExceptionListener
, if one has been registered. - EXPECTED_HOST_NAME - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS 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.
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 establish its first connection to an EMS server.
- FACTORY_CONNECT_ATTEMPT_TIMEOUT - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property specifying the maximum amount of time a client program will wait for the connection to be established to an EMS server
This property is defined as String "com.tibco.tibjms.connect.attempttimeout". - 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_MULTICAST_DAEMON - Static variable in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- FACTORY_MULTICAST_ENABLED - Static variable in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- 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.
- FACTORY_RECONNECT_ATTEMPT_TIMEOUT - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property specifying the maximum amount of time a client program will wait for the connection to be re-established to an EMS server.
- FileStoreInfo - Class in com.tibco.tibjms.admin
-
Class representing information about a server's file-based store.
- FileStoreInfo(Object) - Constructor for class com.tibco.tibjms.admin.FileStoreInfo
-
For Internal use only, may be removed or deprecated in future.
- forceConfiguration(Configuration) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Synchronize the current server with a provided Configuration such that upon success, the server configuration will be identical to the configuration provided.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.BridgeTarget
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.ConnectionInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.ConsumerInfo.Details
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.ConsumerInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.DbStoreInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.DetailedDestStat
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.FileStoreInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.JACIInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.ProducerInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.QueueInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.RouteInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.RouteSelector
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.StatData
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.TopicInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.TraceInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.TransactionInfo
-
For Internal use only, may be removed or deprecated in future.
- from(CompositeData) - Static method in class com.tibco.tibjms.admin.VersionInfo
-
For Internal use only, may be removed or deprecated in future.
- fromJSON(Object, int) - Static method in class com.tibco.tibjms.admin.StatData
-
For Internal use only, may be removed or deprecated in future.
- FT - com.tibco.tibems.tibemsd.security.ConnectionAttributes.Type
-
A connection from another EMS server, connecting as part of a fault tolerant pair.
- FT - com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
-
Deprecated.A connection from another tibemsd, connecting as part of a fault tolerant pair.
- FTL_CERT - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the file path of the client identity certificate used to authenticate with the FTL server.
- FTL_DISCARD_AMOUNT - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the FTL Event Queue discard amount.
- FTL_DISCARD_POLICY - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the FTL discard policy.
- FTL_LOG_LEVEL - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the FTL log level.
- FTL_MAX_EVENTS - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the FTL Event Queue maximum event count.
- FTL_OAUTH2_ACCESS_TOKEN_FILE - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the path to the file containing an OAuth 2.0 access token to be used for authentication with FTL.
- FTL_OAUTH2_CLIENT_ID - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the OAuth 2.0 client ID used to connect to the OAuth 2.0 authorization server.
- FTL_OAUTH2_DISABLE_VERIFY_HOSTNAME - Static variable in class com.tibco.tibjms.admin.FTLParams
-
Deprecated.As of release 10.4
- FTL_OAUTH2_EXPECTED_HOSTNAME - Static variable in class com.tibco.tibjms.admin.FTLParams
-
Deprecated.As of release 10.4
- FTL_OAUTH2_SERVER_TRUST_FILE - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the path to the trust file used to validate the OAuth 2.0 authorization server's identity.
- FTL_OAUTH2_SERVER_URL - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the URL of the OAuth 2.0 authorization server that will issue the access tokens for authentication with FTL.
- FTL_PRIVATE_KEY - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the file path of the private key used to authenticate with the FTL server.
- FTL_SECURITY_LEVEL - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the TLS security level of connections to FTL.
- FTL_TRUST_EVERYONE - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for skipping validation of the FTL server's TLS certificate.
- FTL_TRUSTFILE - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the FTL trust file path.
- FTL_URL - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the pipe-separated FTL server URLs.
- FTL_URL_SECONDARY - Static variable in class com.tibco.tibjms.admin.FTLParams
-
Deprecated.as of release 8.6.0
- FTL_USERNAME - Static variable in class com.tibco.tibjms.admin.FTLParams
-
String parameter for the FTL user name.
- FTLDR_ROLE_DR_SITE - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the server is running on the DR site.
- FTLDR_ROLE_PRIMARY_SITE - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the server is running on the primary site.
- FTLDR_ROLE_STANDALONE - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the server is running on a standalone site.
- FTLDR_ROLE_UNKNOWN - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the role of the site where the server is running is not known.
- FTLDR_STATE_INSYNC - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the DR site is in sync with the primary site.
- FTLDR_STATE_OUTOFSYNC - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the DR site is out of sync with the primary site.
- FTLDR_STATE_UNKNOWN - Static variable in class com.tibco.tibjms.admin.ServerInfo
-
This value indicates that the sync state of the DR site is not known.
- FTLParams - Class in com.tibco.tibjms.admin
-
This class represents FTL parameters.
- FTLStoreInfo - Class in com.tibco.tibjms.admin
-
Class representing information about a server's ftlstore-based store.
- FTLStoreInfo(Object) - Constructor for class com.tibco.tibjms.admin.FTLStoreInfo
-
For Internal use only, may be removed or deprecated in future.
- FTLTransportInfo - Class in com.tibco.tibjms.admin
-
This class represents TIBCO FTL transports that are configured on the EMS server.
- FTLTransportInfo(Object) - Constructor for class com.tibco.tibjms.admin.FTLTransportInfo
-
For Internal use only, may be removed or deprecated in future.
G
- get() - Method in class com.tibco.tibjms.admin.State
-
Get the current state of the server.
In classic FT mode, can return one of the constants:
SERVER_STATE_STANDBY - standby server
SERVER_STATE_ACTIVE - active server
In the EMS Appliance, can return one of the above two constants, augmented with complementary flags:
SERVER_COMPSTATE_WAIT_FOR_PEER - the server is waiting for its peer to come up
SERVER_COMPSTATE_SYNCHRONIZING - the server is synchronizing with its peer
SERVER_COMPSTATE_REPLICATING - the server is replicating with its peer
SERVER_COMPSTATE_PAUSED - the server is paused
SERVER_COMPSTATE_STANDALONE - the server is running standalone
When deployed with FTL stores, can return one of the two above constants, augmented with the following flag:
SERVER_COMPSTATE_ONLY - the server is deployed with FTL stores and is configured as standby_only
In addition to the two server states repeated below, the following state values are provided as a convenience that can be used instead of checking against individual flags:
SERVER_STATE_STANDBY - standby server
SERVER_STATE_ACTIVE - active server
SERVER_STATE_WAIT_FOR_PEER - server waiting for its peer to come up
SERVER_STATE_STANDBY_SYNCHRONIZING - standby server synchronizing
SERVER_STATE_STANDBY_REPLICATING - standby server replicating
SERVER_STATE_STANDBY_PAUSED - standby server paused
SERVER_STATE_ACTIVE_SYNCHRONIZING - active server synchronizing
SERVER_STATE_ACTIVE_REPLICATING - active server replicating
SERVER_STATE_ACTIVE_PAUSED - active server paused
SERVER_STATE_ACTIVE_STANDALONE - standalone active server
SERVER_STATE_STANDBY_ONLY - server deployed with FTL stores and configured as standby_only - GET_DETAILED_STAT - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting both overall and detailed statistics to be returned by methods such as
TibjmsAdmin.getConsumers(Long,String,DestinationInfo,boolean,int)
. - GET_SELECTOR - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting consumer's selector to be included into
ConsumerInfo
objects returned bygetConsumers()
method. - GET_STAT - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting overall statistics to be returned by methods such as
TibjmsAdmin.getConsumers(Long,String,DestinationInfo,boolean,int)
. - getAcknowledgeMode() - Method in interface javax.jms.Session
-
Returns the acknowledgement mode of the session.
- 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.
- getActiveDurableCount() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Get the current number of active durable consumers for this topic.
- getAddress() - Method in class com.tibco.tibems.ufo.TibjmsUFOQueue
-
Gets the address of this queue.
- getAddress() - Method in class com.tibco.tibems.ufo.TibjmsUFOTopic
-
Gets the address of this topic.
- getAddress() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getAddress() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the IP address for this connection.
- getAddress() - Method in class com.tibco.tibjms.TibjmsQueue
-
Gets the address of this queue.
- getAddress() - Method in class com.tibco.tibjms.TibjmsTopic
-
Gets the address of this topic.
- getAdminConnectionCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of admin connections to the server.
- 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.
- getAllTraceItems() - Method in class com.tibco.tibjms.admin.TraceInfo
-
Get the calculated set of trace items.
- getAsBytes() - Method in class com.tibco.tibjms.admin.Configuration
-
Returns the contents of this configuration object.
- 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.
- getAsString() - Method in class com.tibco.tibjms.admin.Configuration
-
Returns the contents of this configuration object.
- getAsync() - Method in interface javax.jms.JMSProducer
-
If subsequent calls to
send
on thisJMSProducer
object have been configured to be asynchronous then this method returns theCompletionListener
that has previously been configured. - getAsyncDBSize() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the current size of the asynchronous message store.
- getAuthThreadCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of threads used for authentication.
- getAutoStart() - Method in interface javax.jms.JMSContext
-
Returns whether the underlying connection used by this
JMSContext
will be started automatically when a consumer is created. - getAverageWriteTime() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Get the average time (in seconds) a write call takes.
- getBacklogCount() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getBacklogCount() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the route's backlog count.
- getBacklogSize() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getBacklogSize() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the route's backlog size.
- getBackupName() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the server name and host name of the backup server connected to this server.
- getBody(Class<T>) - Method in interface javax.jms.Message
-
Returns the message body as an object of the specified type.
- 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.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to aboolean
. - 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.
- 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.
- getBridgeTargets() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get the target destinations that this destination bridges to.
- getBufferedBytes() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getByte(String) - Method in interface javax.jms.MapMessage
-
Returns the
byte
value with the specified name. - getByteProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to aString
. - 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.
- getChannel() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Deprecated.As of release 8.3
- getChannel(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Deprecated.As of release 8.3
- getChannels() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Deprecated.As of release 8.3
- getChannelsFile() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 8.3
- getChannelStatistics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Deprecated.As of release 8.3
- 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.
- getCipherSuiteNumber(String) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Returns the integer value of cipher suite with specified name.
- getClientCipherSuites() - Static method in class com.tibco.tibjms.TibjmsSSL
- getClientConnectionCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of client connections to the server.
- getClientHeartbeatServerInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns interval between heartbeats this server requests client connections to send to this server.
- getClientID() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- 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.
- getClientID() - Method in interface javax.jms.JMSContext
-
Gets the client identifier for the JMSContext's connection.
- getClientTimeoutServerConnection() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns timeout after which clients terminate connection to this server if they do not receive heartbeats from this server.
- 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.
- getClientTracer() - Static method in class com.tibco.tibjms.TibjmsOAuth
-
Returns client tracer, or null if client tracing is disabled.
- getClientTracer() - Static method in class com.tibco.tibjms.TibjmsSSL
-
Returns client tracer or null if client tracing is disabled.
- getClientTraceTarget() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the current target for client tracing.
- getClientType() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the language that the application was written in.
- getClockSyncInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns interval between clock synchronization commands sent by this server to its clients.
- 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.
- 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.
- 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.
- getConfiguration() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Deprecated.deprecated in EMS 8.1.0, use
TibjmsAdmin.getConfiguration(boolean)
- getConfiguration(boolean) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns the current server configuration in its entirety.
- 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.
- getConnectAttemptTimeout() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the reconnect_attempt_timeout for this factory.
- getConnectAttemptTimeout() - Static method in class com.tibco.tibjms.Tibjms
-
Returns the connect attempt timeout value
- 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.
- getConnectionActiveURL(JMSContext) - Static method in class com.tibco.tibjms.Tibjms
-
Returns a string representing the URL of the server that the connection used by this context 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.TibjmsAdmin
-
Get the connection id of the TibjmsAdmin object's connection to the server.
- getConnectionID() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Return the consumer's connection ID or 0.
- 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.
- getConnections() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns all connections except system connections.
- getConnections(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns all client connections matching specified filters.
- 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.
- getConstants() - Method in class com.tibco.tibjms.admin.FTLTransportInfo
-
Get a
Map<String,String>
of the transport export constants. - getConsumer(long) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns consumer with specified ID.
- 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.
- getConsumerCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the total number of consumers.
- getConsumerCount() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns the number of consumers for this subscription.
- getConsumerID() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo.ConsumerMessage
-
Get the consumer ID of the Consumer consuming this message.
- getConsumerID() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Get the consumer ID associated with this durable.
- getConsumerMessages() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo
-
Get the list of messages that are about to be consumed on commit of this transaction.
- getConsumers() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns all consumers in the server.
- getConsumers(Long, String, DestinationInfo, boolean, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns consumers matching specified filters.
- 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.
- getContext() - Method in interface javax.jms.XAJMSContext
-
Returns the
JMSContext
object associated with thisXAJMSContext
. - 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.
- getCreateTime() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns this subscription's creation time in milliseconds.
- getCurrentConnectedServer() - Method in class com.tibco.tibrv.TibrvJMSTransport
-
Get the url of currently connected server.
- getCurrentMsgCountSentByServer() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns number of messages sent to consumer and not yet acknowledged by consumer's session.
- getCurrentMsgSizeSentByServer() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns combined size of messages sent to consumer and not yet acknowledged by consumer's session.
- getDaemon() - Method in class com.tibco.tibjms.admin.RVTransportInfo
-
Get the name of the transport's TIBCO Rendezvous daemon parameter.
- getDbStoreClasspath() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the classpath set for the database store.
- getDbStoreJDBCDialect() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the JDBC dialect set for the database store.
- getDbStoreJDBCDriverName() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the JDBC driver name for the database store.
- getDebugTraceEnabled() - Static method in class com.tibco.tibjms.TibjmsOAuth
-
Returns true if debug tracing is enabled.
- getDebugTraceEnabled() - Static method in class com.tibco.tibjms.TibjmsSSL
-
Returns true 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.
- getDeliveryDelay() - Method in interface javax.jms.JMSProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
- getDeliveryDelay() - Method in interface javax.jms.MessageProducer
-
Gets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
- getDeliveryMode() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.Get the quality of service which delivers messages to the SmartSockets server over this transport.
- getDeliveryMode() - Method in interface javax.jms.JMSProducer
-
Returns the delivery mode of messages that are sent using this
JMSProducer
- getDeliveryMode() - Method in interface javax.jms.MessageProducer
-
Gets the producer's default delivery mode.
- getDescription() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Deprecated.As of release 4.4 because destinations never had a description property
- getDescription() - Method in class com.tibco.tibjms.admin.PrincipalInfo
-
Get the description of this user or group.
- getDestination() - Method in interface com.tibco.tibems.tibemsd.security.Action
-
If a destination is associated with the request, this method returns its name as a string.
- getDestination() - Method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- 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
. - getDestinationBacklogSwapout() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the per destination limit of backlogged messages which are not automatically swapped out.
- 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.
- getDestinationDefrag() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the maximum batch size for destination defragmentation of queues in this store.
- 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.DetailedTransactionInfo.XAMessage
-
Get the destination name to which this message was sent.
- getDestinationName() - Method in class com.tibco.tibjms.admin.ProducerInfo
-
Returns producer's destination name.
- getDestinationPrefetch() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns destination prefetch value.
- 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.DetailedTransactionInfo.XAMessage
-
Get the destination type to which this message was sent.
- getDestinationType() - Method in class com.tibco.tibjms.admin.ProducerInfo
-
Returns producer's destination type.
- getDetailedStatistics() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getDetailedStatistics() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns detailed statistics for a wildcarded 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.
- getDetails() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns additional details about this consumer or
null
. - getDisableMessageID() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageID() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.JMSProducer
-
Gets an indication of whether message timestamps are disabled.
- getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
-
Gets an indication of whether message timestamps are disabled.
- getDiscardAmount() - Method in class com.tibco.tibjms.admin.RVQueuePolicy
-
When the TIBCO RV queue exceeds its maximum message limit, discard a block of messages.
- getDiscardScanBytes() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the number of bytes examined at each discard scan interval.
- getDiscardScanInterval() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the interval for discard scan.
- getDiskReadOperationsRate() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the rate at which messages are being read from storage.
- getDiskReadRate() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the rate at which messages are being read from storage.
- getDiskWriteOperationsRate() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the rate at which messages are being written to storage.
- getDiskWriteRate() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the rate at which messages are being written to storage.
- getDouble(String) - Method in interface javax.jms.MapMessage
-
Returns the
double
value with the specified name. - getDoubleProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to adouble
. - getDoubleProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the
double
property with the specified name. - getDriverDialect() - Method in class com.tibco.tibjms.admin.DbStoreInfo
-
Get the store's Hibernate dialect.
- getDriverName() - Method in class com.tibco.tibjms.admin.DbStoreInfo
-
Get the store's JDBC driver class 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
-
Deprecated.Use
TopicInfo.getDurableSubscriptionCount()
instead. - getDurableListenerMode() - Method in class com.tibco.tibrv.TibrvJMSTransport
-
Returns currently configured durable listener name prefix.
- getDurableName() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns the name of the consumer's durable subscription or
null
. - getDurableName() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Get the name of this durable.
- 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.TibjmsAdmin
-
Deprecated.this method remains fully functional but in EMS 4.4 the preferred way to obtain consumer information is via method
TibjmsAdmin.getConsumers(Long,String,DestinationInfo,boolean,int)
- 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.
- getDurableSubscriptionCount() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Get the current number of durable subscriptions for this topic.
- getDynamicQueueCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of dynamic queues in the server.
- getDynamicTopicCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of dynamic topics in the server.
- getElapsedSinceLastAcknowledged() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns number of milliseconds elapsed since last time a message sent to this consumer was acknowledged by consumer's session.
- getElapsedSinceLastSent() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns number of milliseconds elapsed since last time the server sent a message to this consumer.
- getEncoding() - Static method in class com.tibco.tibjms.Tibjms
-
Retursn global string encoding for messages.
- getEndpointName() - Method in class com.tibco.tibjms.admin.FTLTransportInfo
-
Get the name of the endpoint used by the transport.
- 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 exception javax.jms.JMSException
-
Gets the vendor-specific error code.
- getErrorCode() - Method in exception javax.jms.JMSRuntimeException
-
Returns the vendor-specific error code.
- getExceptionListener() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- getExceptionListener() - Method in interface javax.jms.Connection
-
Gets the
ExceptionListener
object for this connection. - getExceptionListener() - Method in interface javax.jms.JMSContext
-
Gets the
ExceptionListener
object for the JMSContext's connection. - getExceptionOnFTEvents() - Static method in class com.tibco.tibjms.Tibjms
-
Returns if exception listener is called on FT events (disconnected, reconnect attempt, and reconnected)
- 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
-
Deprecated.as of EMS 6.0, use the correctly spelled API getExplicitConfigOnly()
- 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.
- getExplicitConfigOnly() - 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.
- getExportFormat() - Method in class com.tibco.tibjms.admin.FTLTransportInfo
-
Get the name of the export format of the transport.
- 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
-
Deprecated.As of release 6.0
- getFaultTolerantHeartbeat() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the period (in seconds) of the heartbeat messages sent by the active server.
- getFaultTolerantOAuth2AccessTokenFile() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the path of the file that contains the OAuth 2.0 access token for authenticating with the fault-tolerant peer EMS server.
- getFaultTolerantOAuth2ClientId() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the OAuth 2.0 client ID.
- getFaultTolerantOAuth2DisableVerifyHostname() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns whether client verification of the OAuth 2.0 authorization server's hostname is disabled.
- getFaultTolerantOAuth2ExpectedHostname() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the hostname expected to be set in the OAuth 2.0 authorization server host's certificate.
- getFaultTolerantOAuth2GrantType() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the OAuth 2.0 grant type used to obtain access tokens from the OAuth 2.0 authorization server.
- getFaultTolerantOAuth2Params() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the server's Fault Tolerant OAuth 2.0 parameters.
- getFaultTolerantOAuth2ServerTrustFile() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the path to the trust file used to validate the OAuth 2.0 authorization server's identity.
- getFaultTolerantOAuth2ServerURL() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the URL of the OAuth 2.0 authorization server that will issue access tokens for authenticating with the fault-tolerant peer EMS 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 TLS parameters.
- getFaultTolerantURL() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the URL of the fault-tolerant server for this server.
- getFileMinimum() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the minimum size of the file (the file will pre-allocated at least to that size, if necessary).
- getFileName() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the file name.
- getFileName() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the file name.
- getFileSize() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Deprecated.this method is not applicable to all store types. Instead, if applicable, use
FileStoreInfo.getSize()
orMStoreInfo.getSize()
. - getFloat(String) - Method in interface javax.jms.MapMessage
-
Returns the
float
value with the specified name. - getFloatProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to afloat
. - 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.
- getFragmentation() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the percentage fragmentation of the store file.
- getFreeSpace() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Deprecated.this method is not applicable to all store types. Instead, if applicable, use
FileStoreInfo.getNotInUseSpace()
orMStoreInfo.getNotInUseSpace()
. - getFTLAppName() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
-
Deprecated.As of release 10.2
- getFTLDiskPreallocation() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores, get the size of the disk space reserved for FTL persistence.
- getFTLDRPrimaryLastContact() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores and connected to a server on the DR site, get the amount of time elapsed since the last contact of the DR site with the primary site, in milliseconds.
- getFTLDRSiteRole() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores, get the DR role of the site.
- getFTLDRState() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores and connected to a server on the DR site, get the DR state of the FTL server cluster.
- getFTLInboundByteRate() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
-
Get the number of inbound bytes per second reported by FTL for this store.
- getFTLInboundMessageRate() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
-
Get the number of inbound messages per second reported by FTL for this store.
- getFTLOutboundByteRate() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
-
Get the number of outbound bytes per second reported by FTL for this store.
- getFTLOutboundMessageRate() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
-
Get the number of outbound messages per second reported by FTL for this store.
- getFTLParams() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the FTL parameters used by the server for FTL transports.
- getFTLURL() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
-
Deprecated.As of release 10.2
- 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
-
Deprecated.Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport.
- getGridName() - Method in class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.Get the grid name.
- getGridURL() - Method in class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.Get the grid URL.
- 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.
- getHealthCheckListen() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 10.3
- getHits() - Method in class com.tibco.tibjms.admin.JACIInfo
- 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.
- getID() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns this subscription's ID.
- getImportSSHeaders() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.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.
- 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.
- getInboundMessageSize() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the total size of inbound messages for the server.
- 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.
- getInetAddress() - Method in interface com.tibco.tibems.tibemsd.security.ConnectionAttributes
-
Gets the network address of the client socket.
- getInetAddress() - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- 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. - getInterface() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getIntProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to aint
. - getIntProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the
int
property with the specified name. - 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.
- getInUseSpace() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the amount of space in the store file that is in use.
- getInUseSpace() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the amount of space in the store file that is in use.
- getJACIInfo() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get statistics on the JACI permissions cache.
- getJMSCorrelationID() - Method in interface javax.jms.JMSProducer
-
Returns the
JMSCorrelationID
header value that has been set on thisJMSProducer
, as aString
. - getJMSCorrelationID() - Method in interface javax.jms.Message
-
Gets the correlation ID for the message.
- getJMSCorrelationIDAsBytes() - Method in interface javax.jms.JMSProducer
-
Returns the
JMSCorrelationID
header value that has been set on thisJMSProducer
, as an array of bytes. - 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. - getJMSDeliveryTime() - Method in interface javax.jms.Message
-
Gets the message's delivery time value.
- 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 time.
- getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging major version number.
- getJMSMessageID() - Method in interface javax.jms.Message
-
Gets the message ID.
- getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging minor version number.
- getJMSPriority() - Method in interface javax.jms.Message
-
Gets the message priority level.
- getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging 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.JMSProducer
-
Returns the
JMSReplyTo
header value that has been set on thisJMSProducer
. - 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.JMSProducer
-
Returns the
JMSType
header value that has been set on thisJMSProducer
. - 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 Jakarta Messaging 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.
- getJRELibrary() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the JVM library being used by the server.
- getJREOptions() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the options being used by the server's jvm.
- getLargeDestCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of messages that an unbounded destination can hold before the server starts logging warnings about the destination's message count.
- getLargeDestMemory() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the amount of message memory in bytes that an unbounded destination can hold before the server starts logging warnings about the destination's size.
- 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.
- getLDAPParams() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the LDAP parameters used by the server for client authentication.
- 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.
- getLicense() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the configured pathname of the server's license file or the URL of the license server.
- getLicenseExpirationTime() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the expiration time of the server's license.
- getLicenseExpirationTime() - Method in class com.tibco.tibjms.admin.StateInfo
-
Get the expiration time of the server's license.
- getLicenseStatusMessage() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get a message describing the license status.
- getLicenseStatusMessage() - Method in class com.tibco.tibjms.admin.StateInfo
-
Get a message describing the license status.
- getLinkedException() - Method in exception javax.jms.JMSException
-
Gets the exception linked to this one.
- getListeners() - Method in class com.tibco.tibjms.admin.CMLedgerSubjectInfo
-
Returns an array of CMLedgerListenerInfo objects, one for each registered listener.
- getListenPorts() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the server's listener ports.
- getLoadBalanceMode() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.Get the load balancing regimen for messages that this transport exports to the SmartSockets server.
- getLogFileMaxCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the maximum allowed number of log files.
- 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.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to along
. - 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 theMapMessage
object. - getMatchString() - Method in class com.tibco.tibjms.admin.FTLTransportInfo
-
Get the import match string used by the transport's content matcher.
- 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.
- getMaxClientMsgSize() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the maximum allowed size of an incoming client message.
- getMaxConnections() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the maximum number of connections this server will allow.
- getMaxEvents() - Method in class com.tibco.tibjms.admin.RVQueuePolicy
-
The maximum number of messages that the TIBCO RV queue can hold before starting to discard messages.
- 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.
- getMaxRate() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- 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.
- getMaxTime() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getMaxTimeout(TimeUnit) - Static method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
-
Returns the maximum time to live for an AuthorizationResult.
- 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.
- getMessageID() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessage
-
Get the message ID of this message.
- getMessageListener() - Method in interface javax.jms.JMSConsumer
-
Gets the
JMSConsumer
'sMessageListener
. - getMessageListener() - Method in interface javax.jms.MessageConsumer
-
Gets the
MessageConsumer
'sMessageListener
. - 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.
- getMessages(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the messages that have the given correlation ID.
- getMessageSelector() - Method in interface javax.jms.JMSConsumer
-
Gets this
JMSConsumer
's message selector expression. - 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.
- getMetaData() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- getMetaData() - Method in interface javax.jms.Connection
-
Gets the metadata for this connection.
- getMetaData() - Method in interface javax.jms.JMSContext
-
Gets the connection metadata for the JMSContext's connection.
- getMetric() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the metric used for load balancing.
- getMisses() - Method in class com.tibco.tibjms.admin.JACIInfo
- getMonitorListen() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the configured listen URL for an EMS HTTP(S) monitoring service.
- getMonitorSSLParams() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the server's monitor TLS parameters.
- getMsgBytes() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Get the total size of the data messages stored in the store.
- getMsgCount() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Get the number of data messages stored in the store.
- 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.
- getMulticastDaemon() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Deprecated.As of release 8.3
- getMulticastDaemon() - Static method in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- getMulticastEnabled() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Deprecated.As of release 8.3
- getMulticastEnabled() - Static method in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- getMulticastStatisticsInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 8.3
- 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.ChannelInfo
-
Deprecated.As of release 8.3
- 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.StoreInfo
-
Get the name of the store.
- getName() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns this subscription name.
- 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. - getNotInUseSpace() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the amount of space in the store file that is not in use.
- getNotInUseSpace() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the amount of space in the store file that is not in use.
- getNPSendCheckMode() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns global send check mode for NON_PERSISTENT messages.
- getNPSendCheckMode(JMSProducer) - Static method in class com.tibco.tibjms.Tibjms
-
Returns the mode defining when a producer checks the result of sending a
NON_PERSISTENT
message. - getNPSendCheckMode(MessageProducer) - Static method in class com.tibco.tibjms.Tibjms
-
Returns the mode defining when a producer checks the result of sending a
NON_PERSISTENT
message. - getOAuth2AccessTokenFile() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the path of the file that contains the access token for authenticating with the EMS server at the other end of the route.
- getOAuth2Audience() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the expected value of the 'aud' claim in the OAuth 2.0 access tokens presented by incoming connections.
- getOAuth2ClientId() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the OAuth 2.0 client ID for this factory.
- getOAuth2ClientId() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the OAuth 2.0 client ID.
- getOAuth2DisableVerifyHostname() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Returns whether client verification of the OAuth 2.0 authorization server's hostname is disabled for this factory.
- getOAuth2DisableVerifyHostname() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Returns whether client verification of the OAuth 2.0 authorization server's hostname is disabled.
- getOAuth2DisableVerifyHostname() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns whether client verification of the HTTPS server's hostname is disabled.
- getOAuth2ExpectedHostname() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the hostname expected to be set in the OAuth 2.0 authorization server host's certificate for this factory.
- getOAuth2ExpectedHostname() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the hostname expected to be set in the OAuth 2.0 authorization server host's certificate.
- getOAuth2ExpectedHostname() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the hostname expected to be set in the HTTPS server host's certificate.
- getOAuth2GrantType() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the OAuth 2.0 grant type used to obtain access tokens from the OAuth 2.0 authorization server.
- getOAuth2GroupClaim() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the name of the claim in the OAuth 2.0 access token that contains the list of groups the EMS user belongs to.
- getOAuth2KeyRefreshInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the regular interval (in seconds) at which the server validation key is refreshed.
- getOAuth2KeyRefreshThreshold() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the duration (in seconds) the server must wait between server validation key refresh attempts prompted by OAuth 2.0 access token validation issues.
- getOAuth2Params() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the OAuth 2.0 parameters for this factory.
- getOAuth2Params() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the OAuth 2.0 parameters for the connection to the remote server.
- getOAuth2ServerTrustFile() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the path to the trust file used to verify the OAuth 2.0 authorization server's identity for this factory.
- getOAuth2ServerTrustFile() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the path to the trust file used to verify the OAuth 2.0 authorization server's identity.
- getOAuth2ServerTrustFile() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the path to the trust file used to verify the HTTPS server's identity.
- getOAuth2ServerURL() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the URL of the OAuth 2.0 authorization server that will issue access tokens for authenticating with the EMS server for this factory.
- getOAuth2ServerURL() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the URL of the OAuth 2.0 authorization server that will issue access tokens for authenticating with the EMS server at the other end of the route.
- getOAuth2ServerValidationKey() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the location of the PEM-encoded certificate / public key, or JWKS that will be used to validate the signature of OAuth 2.0 access tokens presented by incoming connections.
- getOAuth2UserClaim() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the name of the claim in the OAuth 2.0 access token that contains the EMS user to associate with the incoming connection.
- getObject() - Method in interface javax.jms.ObjectMessage
-
Gets the serializable object containing this message's data.
- getObject(String) - Method in interface javax.jms.MapMessage
-
Returns the value of the object with the specified name.
- getObjectProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to objectified format. - 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.
- getOutboundMessageSize() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the total size of outbound messages for the server.
- 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.
- getOverallSyncProgress() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the current overall progress of the synchronization of store files for this server when it is running in the EMS Appliance.
- getOverallSyncProgress() - Method in class com.tibco.tibjms.admin.StateInfo
-
Get the current overall progress of the synchronization of store files for this server when it is running in the EMS Appliance.
- 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
-
Deprecated.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 TLS and/or OAuth 2.0 parameters for this factory.
- getParams() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the TLS and/or OAuth 2.0 parameters for the connection to the remote server.
- getPendingMessageCount() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns number of pending messages for a topic consumer.
- 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.
- getPendingMessageCount() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns the number of pending messages on this subscription.
- getPendingMessageSize() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns combined size of pending messages for a topic consumer.
- 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.
- getPendingMessageSize() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns combined size of pending messages for this subscription.
- getPendingPersistentMessageCount() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get the total number of pending messages for this destination that were sent persistently.
- getPendingPersistentMessageSize() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get the total size for all pending messages for this destination that were sent persistently.
- 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(UserInfo, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get user permissions based on the flags set.
- 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.
- getPolicy() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
-
Returns the discard policy of the TIBCO Rendezvous internal queue used by this transport.
- getPolicy() - Method in class com.tibco.tibjms.admin.RVQueuePolicy
-
Returns the policy of this discard policy.
- getPolicy() - Method in class com.tibco.tibjms.admin.RVTransportInfo
-
Returns the discard policy of the TIBCO Rendezvous internal queue used by this transport.
- getPolicyName() - Method in class com.tibco.tibjms.admin.RVQueuePolicy
-
Returns a string representation of the discard policy.
- getPort() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the ephemeral port used on the client host for this connection.
- getPrefetch() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get the number of messages prefetched by the EMS client from the server to improve efficiency.
- getPrefetchDelivered() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns number of prefetch messages delivered to consumer by the server.
- getPreserveGMD() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.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 class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getPriority() - Method in interface javax.jms.JMSProducer
-
Return the priority of messages that are sent using this
JMSProducer
- 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.
- getProcessId() - Method in class com.tibco.tibjms.admin.StateInfo
-
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.
- getProducerCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the total number of producers.
- getProducerMessages() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo
-
Get the list of messages that are about to be produced on commit of this transaction.
- 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
-
Deprecated.Get the SmartSockets project name.
- getPropertyNames() - Method in interface javax.jms.JMSProducer
-
Returns an unmodifiable
Set
view of the names of all the message properties that have been set on this JMSProducer. - getPropertyNames() - Method in interface javax.jms.Message
-
Returns an
Enumeration
of all the property names. - getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider major version number.
- getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider minor version number.
- getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
-
Gets the Jakarta Messaging provider version.
- 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
. - getQueue(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the queue for the given queue name.
- 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.tibems.ufo.TibjmsUFOQueue
- getQueueName() - Method in class com.tibco.tibjms.TibjmsQueue
- getQueueName() - Method in interface javax.jms.Queue
-
Gets the name of this queue.
- 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.TibjmsAdmin
-
Get the info for the queues that match the given pattern.
- getQueues(String, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the info for the queues that match the given pattern and the given permanence type.
- getQueues(String, int, int, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the info for the queues that match the given pattern and the given permanence type.
- getQueueSession() - Method in interface javax.jms.XAQueueSession
-
Gets the queue session associated with this
XAQueueSession
. - 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.
- getQueuesStatistics(String, int, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the statistical information for the queues that match the given pattern.
- 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.
- getReconnectAttemptTimeout() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the reconnect_attempt_timeout for this factory.
- getReconnectAttemptTimeout() - Static method in class com.tibco.tibjms.Tibjms
-
Returns the reconnect attempt timeout value
- getRedeliveryDelay() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get the redelivery delay for this queue.
- getReference() - Method in class com.tibco.tibjms.naming.TibjmsContext
- getReference() - Method in class com.tibco.tibjms.TibjmsQueue
- getReference() - Method in class com.tibco.tibjms.TibjmsTopic
- getRemainingTime() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo
-
Get the remaining time before this transaction times out.
- 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.
- getRetransmittedBytes() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getRoute(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns route information or null if such route does not exist.
- getRouteName() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns queue owner server name if this consumer's destination is a routed queue.
- getRouteName() - Method in class com.tibco.tibjms.admin.QueueInfo
-
Get the name of this routed queue's route
- 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.
- getRoutes() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns all routes known to the server.
- getRoutesFile() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the name and location of the configuration file containing the definitions of routes.
- getRouteStatistics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns statistical information about the route with specified name.
- getRuntimeModulePath() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the module path's runtime value, which may be different from the value configured.
- getRVTransportName() - Method in class com.tibco.tibjms.admin.RVCMTransportInfo
-
Get the name of this transport's TIBCO Rendezvous transport.
- getScanInterval() - Method in class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.Get the scan interval.
- getScanRows() - Method in class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.Get the number of rows examined at each scan interval.
- getSecondaryHealthCheckListen() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 10.3
- getSecondaryLogFileName() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the secondary log file name.
- getSecondaryMonitorListen() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the configured secondary listen URL for an EMS HTTP(S) monitoring service.
- getSelector() - Method in class com.tibco.tibjms.admin.BridgeTarget
-
Get the selector.
- getSelector() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns consumer's selector or
null
. - 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.
- getSelector() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns this subscription's selector or
null
. - getServerConfigurationMode() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the configuration mode of the server
- getServerHeartbeatClientInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns interval between heartbeats this server sends to client connections.
- getServerHeartbeatServerInterval() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns interval between heartbeats this server requests other servers to send to this server.
- getServerHostname() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the hostname of the server.
- getServerName() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the name of the server.
- getServerName() - Method in class com.tibco.tibjms.admin.StateInfo
-
Get the name of the server.
- getServerNames() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.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.
- getServerTimeoutClientConnection() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns timeout after which this server destroys connection from client application if heartbeats were not being received.
- getServerTimeoutServerConnection() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Returns timeout after which this server destroys connection from another server if heartbeats were not being received.
- 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
'sSession
. - getSession() - Method in interface javax.jms.XASession
-
Gets the session associated with this
XASession
. - getSessionAcknowledgeMode() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns consumer's session acknowledge mode as a constant defined in
TibjmsAdmin
. - getSessionCount() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the number of sessions for this connection.
- getSessionCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of sessions created by client applications.
- 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 or 0.
- getSessionID() - Method in class com.tibco.tibjms.admin.ProducerInfo
-
Returns producer's session ID.
- getSessionMode() - Method in interface javax.jms.JMSContext
-
Returns the session mode of the JMSContext's session.
- getSharedSubscriptionName() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns the name of the shared subscription.
- getShort(String) - Method in interface javax.jms.MapMessage
-
Returns the
short
value with the specified name. - getShortProperty(String) - Method in interface javax.jms.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to ashort
. - getShortProperty(String) - Method in interface javax.jms.Message
-
Returns the value of the
short
property with the specified name. - getSize() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the total size of the store file.
- getSize() - Method in class com.tibco.tibjms.admin.JACIInfo
- getSize() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the total size of the store file.
- 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.
- 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
-
Deprecated.As of release 10.2 - always returns 0
- getSSLParams() - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Get the TLS parameters for this factory.
- getSSLParams() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the TLS parameters for the connection to the remote server.
- getSSLParams() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the TLS parameters used by the server when communicating with TLS clients.
- getSSLProxyHost() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Get the TLS proxy host from this connection factory.
- getSSLProxyHost() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Get the TLS proxy host from this connection factory.
- getSSLProxyHost() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Get the TLS proxy host from this connection factory.
- getSSLProxyPassword() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Get the TLS proxy password from a connection factory.
- getSSLProxyPassword() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Get the TLS proxy password from a connection factory.
- getSSLProxyPassword() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Get the TLS proxy password from a connection factory.
- getSSLProxyPort() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Get the TLS proxy port from this connection factory.
- getSSLProxyPort() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Get the TLS proxy port from this connection factory.
- getSSLProxyPort() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Get the TLS proxy port from this connection factory.
- getSSLProxyUser() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Get the TLS proxy username from a connection factory.
- getSSLProxyUser() - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Get the TLS proxy username from a connection factory.
- getSSLProxyUser() - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Get the TLS proxy username from a connection factory.
- getSSLType() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the type of TLS connection used, if any.
- getStaleHits() - Method in class com.tibco.tibjms.admin.JACIInfo
- 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
-
Deprecated.As of release 8.1.0. Please use
State.get()
after eitherStateInfo.getState()
orServerInfo.getStateObj()
- getState() - Method in class com.tibco.tibjms.admin.StateInfo
-
Get the current state of the server.
- getState() - Method in class com.tibco.tibjms.admin.TransactionInfo
-
Returns the state of the transaction.
- getStateInfo() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the current FT state of the server, along with its name, pid, version and whether or not it is running in an appliance.
- getStateObj() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the current state of the server.
- getStatistics() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getStatistics() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns consumer's total statistics or
null
. - 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.
- getStorageSize() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the total storage capacity.
- getStorageSizeAvailable() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the amount of space currently available in the storage.
- getStore() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Get the store for this destination.
- 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
-
Deprecated.As of EMS 6.1.0, replaced by
TibjmsAdmin.getStoreInfo(String)
- getStoreInfo(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get information about a store.
- getStoreMinimum() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the minimum size of the server store files.
- getStores() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get a list of configured stores.
- getStoresFile() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the name and location of the configuration file containing the definitions of pre-configured stores.
- 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.JMSProducer
-
Returns the message property with the specified name that has been set on this
JMSProducer
, converted to aString
. - 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
-
Deprecated.As of release 5.0 subscribe mode is not configurable.
- getSubscriberCount() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Get the current number of active subscribers for this topic.
- getSubscriberName() - Method in class com.tibco.tibjms.admin.FTLTransportInfo
-
Get the import subscriber name used by the transport.
- getSubscriptionCount() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Get the current number of subscriptions for this topic.
- getSubscriptions() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns all subscriptions in the server.
- getSubscriptions(int, String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns subscriptions matching specified filters.
- getSubscriptions(String, TopicInfo, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Deprecated.Use
TibjmsAdmin.getSubscriptions(int, String, String)
instead. - getSupportedCipherNames() - Static method in class com.tibco.tibjms.TibjmsSSL
- 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 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 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.
- getSyncProgress() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the current progress of the synchronization of this store file when the server is running in the EMS Appliance.
- getSystemConnections() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Returns all system connections.
- getTargetName() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
-
Get the name 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
- getTargetType() - Method in class com.tibco.tibjms.admin.DestinationBridgeInfo
-
Get the type of the destination that is the target for this bridge.
- getTemporaryQueueCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of temporary queues in the server.
- getTemporaryTopicCount() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the number of temporary topics in the server.
- getText() - Method in interface javax.jms.TextMessage
-
Gets the string containing this message's data.
- 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.
- getTimeout(TimeUnit) - Method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- getTimestamp() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo.ProducerMessage
-
Get the timestamp, representing the time at which a message was created.
- getTimeToLive() - Method in interface javax.jms.JMSProducer
-
Returns the time to live of messages that are sent using this
JMSProducer
. - 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() - 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. - getTopic(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the topic for the given topic name.
- 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.tibems.ufo.TibjmsUFOTopic
- getTopicName() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Get the topic name that this durable subscribes to.
- getTopicName() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns the topic name this subscription is for.
- getTopicName() - Method in class com.tibco.tibjms.TibjmsTopic
- getTopicName() - Method in interface javax.jms.Topic
-
Gets the name of this topic.
- getTopicPrefetch() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Get the topic prefetch of this route.
- 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.TibjmsAdmin
-
Get the info for the topics that match the given pattern.
- getTopics(String, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the info for the topics that match the given pattern and the given permanence type.
- getTopics(String, int, int, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the info for the topics that match the given pattern and the given permanence type.
- getTopicSession() - Method in interface javax.jms.XATopicSession
-
Gets the topic session associated with this
XATopicSession
. - 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.
- getTopicsStatistics(String, int, int) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get the statistical information for the topics that match the given pattern.
- getTotalAcknowledgedCount() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns total number of messages which were delivered to this consumer and have been acknowledged by consumer's session.
- 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.
- getTotalMsgCountSentByServer() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns total number of messages the server sent to this consumer since consumer was created.
- 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.
- getTraceBuffer(boolean) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Reserved for internal provider use only - Do not use this method.
- getTraceBufferSize() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Reserved for internal provider use only - Do not use this method.
- getTraceBufferTraceInfo() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Reserved for internal provider use only - Do not use this method.
- 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.JMSContext
-
Indicates whether the JMSContext's session is in transacted mode.
- getTransacted() - Method in interface javax.jms.Session
-
Indicates whether the session is in transacted mode.
- getTransacted() - Method in interface javax.jms.XAJMSContext
-
Returns whether the session is in transacted mode; this method always returns true.
- getTransacted() - Method in interface javax.jms.XASession
-
Indicates whether the session is in transacted mode.
- getTransaction(TransactionInfo) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get a specific xa transaction.
- getTransactions() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get all the xa transactions known to the server.
- getTransmittedBytes() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- 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.
- getTransports() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Get all the transports known to the 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.
- getTtl() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- getType() - Method in interface com.tibco.tibems.tibemsd.security.Action
-
Gets the kind of operation to be authorized.
- getType() - Method in interface com.tibco.tibems.tibemsd.security.ConnectionAttributes
-
Retrieves the type of the client connection.
- getType() - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- 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.StoreInfo
-
Get the type of the store.
- getType() - Method in class com.tibco.tibjms.admin.TransportInfo
-
Get the type of the transport.
- getTypes() - Method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- getUncommittedCount() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the number of uncommitted messages that are pending for this connection.
- getUncommittedSize() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the size of all uncommitted messages that are pending for this connection.
- 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.
- getUrl() - Method in class com.tibco.tibjms.admin.PulsarTransportInfo
-
Get the URL of the Pulsar broker the transport exchanges messages with.
- 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.DbStoreInfo
-
Get the store's JDBC URL.
- 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.
- getUsedSpace() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Deprecated.this method is not applicable to all store types. Instead, if applicable, use
FileStoreInfo.getInUseSpace()
orMStoreInfo.getInUseSpace()
. - 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.ConsumerInfo
-
Returns consumer's user name or
null
. - getUsername() - Method in class com.tibco.tibjms.admin.ProducerInfo
-
Returns producer's user name.
- getUsername() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.Get the username used by the EMS server to authenticate itself to the SmartSockets server.
- getUserName() - Method in class com.tibco.tibjms.admin.ConnectionInfo
-
Get the username for this connection.
- getUserName() - Method in class com.tibco.tibjms.admin.DbStoreInfo
-
Get the user name used to access the store.
- getUserName() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Get the name of the authenticated user whose connection this durable subscriber is currently using.
- 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.
- 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 TLS 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.
- getVersionInfo() - Method in class com.tibco.tibjms.admin.StateInfo
-
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.
- getWriteRate() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Get the number of bytes written per second.
- getWriteRate() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Get the number of bytes written per second.
- getWriteUsage() - Method in class com.tibco.tibjms.admin.StoreInfo
-
Get the Ratio between time spent within write and total time (server_rate_interval).
- getX509Data() - Method in interface com.tibco.tibems.tibemsd.security.ConnectionAttributes
-
If TLS is enabled, retrieve the x509 certificate of the remote end of the TLS connection, if one is available.
- getX509Data() - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- getXADefaultTimeout() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Get the default timeout for XA transactions in seconds.
- getXAResource() - Method in interface javax.jms.XAJMSContext
-
Returns an
XAResource
to the caller. - 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.
- grantMax(String) - Static method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- grantNow() - Static method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- GridStoreInfo - Class in com.tibco.tibjms.admin
-
Deprecated.As of EMS 10.4 Class representing information about a server's gridstore-based store.
- GridStoreInfo(Object) - Constructor for class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.For Internal use only, may be removed or deprecated in future.
- Group - Interface in com.tibco.tibems.tibemsd.security
-
An object implementing this interface is used to pass group related information into the EMS server.
- GroupInfo - Class in com.tibco.tibjms.admin
-
This class represents a group on the Tibjms server.
- GroupInfo(Object) - Constructor for class com.tibco.tibjms.admin.GroupInfo
-
For Internal use only, may be removed or deprecated in future.
- GroupInfo(String) - Constructor for class com.tibco.tibjms.admin.GroupInfo
-
Public constructor to create a GroupInfo with no description.
- GroupInfo(String, String) - Constructor for class com.tibco.tibjms.admin.GroupInfo
-
Public constructor to create a GroupInfo.
H
- hasInheritedPermission(long) - Method in class com.tibco.tibjms.admin.AdminPermissions
-
Determine if the given permission is present in the Inherited Permissions.
- hasInheritedPermission(long) - Method in class com.tibco.tibjms.admin.Permissions
-
Determine if the given permission is present in the Inherited Permissions.
- 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.
- hasSelector() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns
true
if this consumer has selector. - hasSelector() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns
true
if this subscription has a selector. - hasTimeout() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo
-
Returns whether or not this transaction has a timeout associated with it.
- HOST_NAME_VERIFIER - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the custom host name verifier.
I
- IBM_PROVIDER - Static variable in class com.tibco.tibjms.TibjmsSSL
- IDENTITY - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the client-side identity.
- IDENTITY_ENCODING - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the encoding of the data presented by IDENTITY property.
- IllegalStateException - Exception in javax.jms
-
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) - Constructor for exception javax.jms.IllegalStateException
-
Constructs an
IllegalStateException
with the specified reason. - IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
-
Constructs an
IllegalStateException
with the specified reason and error code. - IllegalStateRuntimeException - Exception in javax.jms
-
This unchecked 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, and the method signature does not permit a
IllegalStateRuntimeException
to be thrown. - IllegalStateRuntimeException(String) - Constructor for exception javax.jms.IllegalStateRuntimeException
-
Constructs a
IllegalStateRuntimeException
with the specified detail message - IllegalStateRuntimeException(String, String) - Constructor for exception javax.jms.IllegalStateRuntimeException
-
Constructs a
IllegalStateRuntimeException
with the specified detail message and error code. - IllegalStateRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.IllegalStateRuntimeException
-
Constructs a
IllegalStateRuntimeException
with the specified detail message, error code and cause - IMPORT_SS_HEADERS_ALL - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.All SmartSockets headers will be imported.
- IMPORT_SS_HEADERS_NONE - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.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
-
Deprecated.The SmartSockets sender and the SmartSockets message type are the only headers that will be imported.
- initialize() - Static method in class com.tibco.tibjms.TibjmsSSL
-
Initializes TLS environment.
- initialize(String) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Initializes TLS environment with specified TLS vendor.
- interfaceName() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Fully qualified name of the Jakarta Messaging connection factory interface.
- interfaceName() - Method in annotation type javax.jms.JMSDestinationDefinition
-
Fully qualified name of the Jakarta Messaging destination interface.
- InvalidClientIDException - Exception in javax.jms
-
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) - Constructor for exception javax.jms.InvalidClientIDException
-
Constructs an
InvalidClientIDException
with the specified reason. - InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
-
Constructs an
InvalidClientIDException
with the specified reason and error code. - InvalidClientIDRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and the method signature does not permit a
InvalidClientIDException
to be thrown. - InvalidClientIDRuntimeException(String) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
-
Constructs a
InvalidClientIDRuntimeException
with the specified detail message - InvalidClientIDRuntimeException(String, String) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
-
Constructs a
InvalidClientIDRuntimeException
with the specified detail message and error code. - InvalidClientIDRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidClientIDRuntimeException
-
Constructs a
InvalidClientIDRuntimeException
with the specified detail message, error code and cause - InvalidDestinationException - Exception in javax.jms
-
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
- InvalidDestinationException(String) - Constructor for exception javax.jms.InvalidDestinationException
-
Constructs an
InvalidDestinationException
with the specified reason. - InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
-
Constructs an
InvalidDestinationException
with the specified reason and error code. - InvalidDestinationRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a destination either is not understood by a provider or is no longer valid, and the method signature does not permit a
InvalidDestinationException
to be thrown. - InvalidDestinationRuntimeException(String) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
-
Constructs a
InvalidDestinationRuntimeException
with the specified detail message - InvalidDestinationRuntimeException(String, String) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
-
Constructs a
InvalidDestinationRuntimeException
with the specified detail message and error code. - InvalidDestinationRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidDestinationRuntimeException
-
Constructs a
InvalidDestinationRuntimeException
with the specified detail message, error code and cause - InvalidSelectorException - Exception in javax.jms
-
This exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax.
- InvalidSelectorException(String) - Constructor for exception javax.jms.InvalidSelectorException
-
Constructs an
InvalidSelectorException
with the specified reason. - InvalidSelectorException(String, String) - Constructor for exception javax.jms.InvalidSelectorException
-
Constructs an
InvalidSelectorException
with the specified reason and error code. - InvalidSelectorRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax, and the method signature does not permit a
InvalidSelectorException
to be thrown. - InvalidSelectorRuntimeException(String) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
-
Constructs a
InvalidSelectorRuntimeException
with the specified detail message - InvalidSelectorRuntimeException(String, String) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
-
Constructs a
InvalidSelectorRuntimeException
with the specified detail message and error code. - InvalidSelectorRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.InvalidSelectorRuntimeException
-
Constructs a
InvalidSelectorRuntimeException
with the specified detail message, error code and cause - isActive() - Method in class com.tibco.tibjms.admin.ChannelInfo
-
Deprecated.As of release 8.3
- isActive() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns
true
if this consumer is active. - isActive() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Deprecated.deprecated in EMS 4.4, use
DurableInfo.isConnected()
- 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.
- isAllowed() - Method in class com.tibco.tibems.tibemsd.security.AuthorizationResult
- isAllowed(String, Action) - Method in interface com.tibco.tibems.tibemsd.security.Authorizer
- isAlwaysExitOnDiskErrorEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not the server is configured to exit on any disk error.
- isAppliance() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not this server instance is running in an appliance
- isAppliance() - Method in class com.tibco.tibjms.admin.StateInfo
-
Indicates whether or not this server instance is running in an appliance
- isAuthOnly() - Static method in class com.tibco.tibjms.TibjmsSSL
-
Returns true if TLS 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.
- isBodyAssignableTo(Class) - Method in interface javax.jms.Message
-
Returns whether the message body is capable of being assigned to the specified type.
- isBridgeTargetsInherited() - 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.
- isChannelInherited() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Deprecated.As of release 8.3
- isCipherSuiteSupported(int) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Returns true if the specified cipher suite is supported.
- isCipherSuiteSupported(String) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Returns true 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.ConsumerInfo
-
Returns
true
if this consumer is connected to the server. - isConnected() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Determine if this durable is connected or dormant.
- isConnected() - Method in class com.tibco.tibjms.admin.RouteInfo
-
Indicates whether or not the route is connected.
- isConnectionConsumer() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns
true
if this is connection consumer. - isConsumerMulticast(MessageConsumer) - Static method in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- isCRCEnabled() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Indicates whether or not CRC checks are performed for stored data.
- isDestinationContainedBy(String, String) - Static method in class com.tibco.tibems.tibemsd.security.Util
-
This will test whether the given destination is a subset of the given wildcard.
- isDestinationMatchedBy(String, String) - Static method in class com.tibco.tibems.tibemsd.security.Util
-
Tests whether the two destinations are a match, in the general sense.
- isDurable() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns
true
if this subscription is a durable subscription. - 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.
- isExportTransportsInherited() - 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.
- isExternal() - Method in class com.tibco.tibjms.admin.PrincipalInfo
-
Indicates whether or not this user or group is external.
- 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.
- isFirstScanFinished() - Method in class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.Determine if the first scan is finished.
- isFirstScanFinished() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Determine if the first scan is finished.
- 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.
- 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.
- isFTLAutoTransportEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores, indicates whether the FTL server cluster transport type is Auto or DTCP (Dynamic TCP).
- isFTLSpinEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores, indicates whether or not FTL thread spinning is enabled.
- 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.
- isImportTransportsInherited() - 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.
- isInMemoryReplicationEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
When using FTL stores, indicates whether or not data will be persisted and replicated only in-memory by each FTL server in the cluster, rather than being persisted and replicated both in-memory and on disk.
- isLicenseActive() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not the server has an active license.
- isLicenseActive() - Method in class com.tibco.tibjms.admin.StateInfo
-
Indicates whether or not the server has an active license.
- 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.
- isMulticast() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Deprecated.As of release 8.3
- isMulticastEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 8.3
- isMulticastEnabled() - Method in class com.tibco.tibjms.admin.TopicInfo
-
Deprecated.As of release 8.3
- isNolocal() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns
true
if this is a nolocal topic consumer. - 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.DestinationInfo
-
Determine if the prefetch setting for this dest is inherited from a parent dest.
- isPulsarTransportsEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not message flow to and from transports of type pulsar is enabled.
- isRedeliveryDelayInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Determine if the redelivery delay property was inheritied from a parent queue or set directly for this queue.
- isRestartRequired() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Query a server to determine whether a restart is required to complete state changes.
- isRouteConnected() - Method in class com.tibco.tibjms.admin.QueueInfo
-
Determine if the route for this queue is connected.
- isRouted() - Method in class com.tibco.tibjms.admin.QueueInfo
-
Determine if this is a routed queue or not.
- isRoutingEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not routing of messages between servers is enabled.
- 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.
- isShared() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns
true
if this is a shared topic consumer. - isShared() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Returns
true
if this is a shared durable consumer. - isShared() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns
true
if this subscription is a shared subscription. - isSSL() - Method in interface com.tibco.tibems.tibemsd.security.ConnectionAttributes
-
Determine if the connection is using TLS to authenticate.
- isSSL() - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- isSSLRequireClientCert() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not the server will only accept TLS clients that have certificates.
- isSSLRequireRouteCertOnly() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not the server requires a certificate only for incoming route TLS connections, while leaving the other types of connections unaffected (clients and FT peer).
- 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.
- 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 are 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.
- isStoreInherited() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Determine if the store property was inherited from a parent destination or set directly for this destination.
- isStoreTruncateEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Indicates whether or not the server will attempt to truncate the store files when possible.
- ISSUER_CERTIFICATES - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the additional issuer certificates for the client certificate.
- isSynchronousWriteEnabled() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Indicates whether or not the file is opened in synchronous write mode.
- isSynchronousWriteEnabled() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Indicates whether or not the file is opened in synchronous write mode.
- isSystem() - Method in class com.tibco.tibjms.admin.ConsumerInfo.Details
-
Returns
true
if this consumer has been created automatically by the system. - isTemporary() - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Determine if this destination is temporary.
- 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.
- isTibssTransportsEnabled() - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 8.6
- isTimeBoundCompactAvailable() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Indicates whether or not this mstore can be compacted in a time-bound manner or through the mstore_truncate property.
- 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.
- isTruncationEnabled() - Method in class com.tibco.tibjms.admin.FileStoreInfo
-
Indicates whether or not the server will periodically check if there is unused space at the end of the file and, if so, truncate the file.
- isTruncationEnabled() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.Indicates whether or not the server will periodically check if there is unused space at the end of the file and, if so, truncate the file.
- isWildcard(String) - Static method in class com.tibco.tibems.tibemsd.security.Util
-
Tests for a wildcard destination.
- 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
- J2SE_DEFAULT - Static variable in class com.tibco.tibjms.TibjmsSSL
- J2SE_PROVIDER - Static variable in class com.tibco.tibjms.TibjmsSSL
- JAAS_CONFIG_REFRESHABLE - Static variable in class com.tibco.tibems.tibemsd.security.Util
-
Enables refresh of a jaas_config_file on authentication failure when the file has been modified.
- JACIInfo - Class in com.tibco.tibjms.admin
-
This class represents a set of statistics about the JACI cache collected from the EMS server.
- JACIInfo(Object) - Constructor for class com.tibco.tibjms.admin.JACIInfo
-
For Internal use only, may be removed or deprecated in future.
- javax.jms - package javax.jms
-
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
- 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 FTL.
- 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
-
Deprecated.As of release 8.6
- JMSConnectionFactory - Annotation Type in javax.jms
-
This annotation may be used on a field to specify the JNDI lookup name of a
javax.jms.ConnectionFactory
to be used when injecting ajavax.jms.JMSContext
object. - JMSConnectionFactoryDefinition - Annotation Type in javax.jms
-
An application may use this annotation to specify a Jakarta Messaging
ConnectionFactory
resource that it requires in its operational environment. - JMSConnectionFactoryDefinitions - Annotation Type in javax.jms
-
Specifies one or more
JMSConnectionFactoryDefinition
annotations. - JMSConsumer - Interface in javax.jms
-
A client using the simplified Jakarta Messaging API introduced for Jakarta Messaging 2.0 uses a
JMSConsumer
object to receive messages from a queue or topic. - JMSContext - Interface in javax.jms
-
A
JMSContext
is the main interface in the simplified Jakarta Messaging API introduced for Jakarta Messaging 2.0. - JMSDestinationDefinition - Annotation Type in javax.jms
-
An application may use this annotation to specify a Jakarta Messaging
Destination
resource that it requires in its operational environment. - JMSDestinationDefinitions - Annotation Type in javax.jms
-
Specifies one or more
JMSDestinationDefinition
annotations. - JMSException - Exception in javax.jms
-
This is the root class of all checked exceptions in the Jakarta Messaging API.
- JMSException(String) - Constructor for exception javax.jms.JMSException
-
Constructs a
JMSException
with the specified reason and with the error code defaulting to null. - JMSException(String, String) - Constructor for exception javax.jms.JMSException
-
Constructs a
JMSException
with the specified reason and error code. - JMSPasswordCredential - Annotation Type in javax.jms
-
This annotation may be used to specify the userName and password to be used when injecting a
javax.jms.JMSContext
object. - JMSProducer - Interface in javax.jms
-
A
JMSProducer
is a simple object used to send messages on behalf of aJMSContext
. - JMSRuntimeException - Exception in javax.jms
-
This is the root class of all unchecked exceptions in the Jakarta Messaging API.
- JMSRuntimeException(String) - Constructor for exception javax.jms.JMSRuntimeException
-
Constructs a
JMSRuntimeException
with the specified detail message - JMSRuntimeException(String, String) - Constructor for exception javax.jms.JMSRuntimeException
-
Constructs a
JMSRuntimeException
with the specified detail message and error code. - JMSRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.JMSRuntimeException
-
Constructs a
JMSRuntimeException
with the specified detail message, error code and cause - JMSSecurityException - Exception in javax.jms
-
This exception must be thrown when a provider rejects a user name/password submitted by a client.
- JMSSecurityException(String) - Constructor for exception javax.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason. - JMSSecurityException(String, String) - Constructor for exception javax.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason and error code. - JMSSecurityRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a provider rejects a user name/password submitted by a client, or for any case where a security restriction prevents a method from completing, and the method signature does not permit a
JMSSecurityException
to be thrown. - JMSSecurityRuntimeException(String) - Constructor for exception javax.jms.JMSSecurityRuntimeException
-
Constructs a
JMSSecurityRuntimeException
with the specified detail message - JMSSecurityRuntimeException(String, String) - Constructor for exception javax.jms.JMSSecurityRuntimeException
-
Constructs a
JMSSecurityRuntimeException
with the specified detail message and error code. - JMSSecurityRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.JMSSecurityRuntimeException
-
Constructs a
JMSSecurityRuntimeException
with the specified detail message, error code and cause - JMSSessionMode - Annotation Type in javax.jms
-
This annotation may be used to specify the session mode to be used when injecting a
javax.jms.JMSContext
object.
L
- LDAP_ALL_GROUPS_FILTER - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP search filter for finding all groups.
- LDAP_ALL_USERS_FILTER - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP search filter for finding all users.
- LDAP_CACHE_ENABLED - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
Boolean parameter for enabling cahing of LDAP data.
- LDAP_CACHE_TTL - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
Integer parameter for specifying the maximum time (in seconds) that cached LDAP data is retained before it is refreshed.
- LDAP_CONNECTION_TYPE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for specifying the type of connection that the server uses to get LDAP data.
- LDAP_DYNAMIC_GROUP_ATTRIBUTE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for the name of the attibute on the dynamic group object class that holds the name of the group.
- LDAP_DYNAMIC_GROUP_CLASS - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP object class that stores dynamic groups.
- LDAP_DYNAMIC_MEM_URL_ATTRIBUTE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for the attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.
- LDAP_GROUP_BASE_DN - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP base DN of groups.
- LDAP_GROUP_NAME_FILTER - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP search filter for finding a group with a given group name.
- LDAP_GROUP_SCOPE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP search scope of groups.
- LDAP_principal - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP admin username.
- LDAP_STATIC_GROUP_ATTRIBUTE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for the name of the attribute on the static group object class that holds the name of the group.
- LDAP_STATIC_GROUP_CLASS - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String paramter for LDAP object class that stores static groups.
- LDAP_STATIC_MEMBER_ATTRIBUTE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for attribute of an LDAP static group object that specifies the DN fo the members of the group.
- LDAP_STATIC_MEMBER_FILTER - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP search filter for finding static group members.
- LDAP_TLS_CACERT_DIR - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for the path of trusted certificate chain that used to sign LDAP server's certificate.
- LDAP_TLS_CACERT_FILE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for trusted certificate that used to sign LDAP server's certificate.
- LDAP_TLS_CIPHERS - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for specifying encryption ciphers used between TIBCO EMS server and LDAP server.
- LDAP_TLS_CLIENT_CERT - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for specifying TIBCO EMS server's certificate when LDAP server requires client authentication.
- LDAP_TLS_CLIENT_KEY - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for specifying TIBCO EMS server's private key when LDAP server requires client authentication.
- LDAP_TLS_RAND_FILE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for specifying file(s) containing random data used to seed the random number generator.
- LDAP_URL - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP server URL.
- LDAP_USER_ATTRIBUTE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for the attribute on the user object class that holds the name of the user.
- LDAP_USER_BASE_DN - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for base DN of the LDAP tree that contains the users.
- LDAP_USER_CLASS - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP object class that stores users.
- LDAP_USER_NAME_FILTER - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for LDAP search filter for finding a given user name.
- LDAP_USER_SCOPE - Static variable in class com.tibco.tibjms.admin.LDAPParams
-
String parameter for the search scope of user objects.
- LDAPParams - Class in com.tibco.tibjms.admin
-
This class represents LDAP parameters.
- 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
- LOAD_BALANCE_MODE_NONE - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets NONE load balance mode.
- LOAD_BALANCE_MODE_ROUND_ROBIN - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets ROUND_ROBIN load balance mode.
- LOAD_BALANCE_MODE_SORTED - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets SORTED load balance mode.
- LOAD_BALANCE_MODE_WEIGHTED - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.SmartSockets WEIGHTED load balance mode.
- loadFromFile(String) - Method in class com.tibco.tibjms.admin.Configuration
-
Loads the contents of a file in a configuration object.
- loadLicense() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Manually load configured server license.
- 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
- makeWriteable(Message) - Static method in class com.tibco.tibjms.Tibjms
-
Set message to writeable state without resetting its content.
- manglePassword(String) - Static method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Mangles a password for use with EMS.
- MapMessage - Interface in javax.jms
-
A
MapMessage
object is used to send a set of name-value pairs. - maxPoolSize() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- Message - Interface in javax.jms
-
The
Message
interface is the root interface of all Jakarta Messaging messages. - MessageConsumer - Interface in javax.jms
-
A client uses a
MessageConsumer
object to receive messages from a destination. - MessageEOFException - Exception in javax.jms
-
This exception must be thrown when an unexpected end of stream has been reached when a
StreamMessage
orBytesMessage
is being read. - MessageEOFException(String) - Constructor for exception javax.jms.MessageEOFException
-
Constructs a
MessageEOFException
with the specified reason. - MessageEOFException(String, String) - Constructor for exception javax.jms.MessageEOFException
-
Constructs a
MessageEOFException
with the specified reason and error code. - MessageFormatException - Exception in javax.jms
-
This exception must be thrown when a Jakarta Messaging 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) - Constructor for exception javax.jms.MessageFormatException
-
Constructs a
MessageFormatException
with the specified reason. - MessageFormatException(String, String) - Constructor for exception javax.jms.MessageFormatException
-
Constructs a
MessageFormatException
with the specified reason and error code. - MessageFormatRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a Jakarta Messaging application attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type, and the method signature does not permit a
MessageFormatException
to be thrown. - MessageFormatRuntimeException(String) - Constructor for exception javax.jms.MessageFormatRuntimeException
-
Constructs a
MessageFormatRuntimeException
with the specified detail message - MessageFormatRuntimeException(String, String) - Constructor for exception javax.jms.MessageFormatRuntimeException
-
Constructs a
MessageFormatRuntimeException
with the specified detail message and error code. - MessageFormatRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.MessageFormatRuntimeException
-
Constructs a
MessageFormatRuntimeException
with the specified detail message, error code and cause - MessageListener - Interface in javax.jms
-
A
MessageListener
object is used to receive asynchronously delivered messages. - MessageNotReadableException - Exception in javax.jms
-
This exception must be thrown when a Jakarta Messaging client attempts to read a write-only message.
- MessageNotReadableException(String) - Constructor for exception javax.jms.MessageNotReadableException
-
Constructs a
MessageNotReadableException
with the specified reason. - MessageNotReadableException(String, String) - Constructor for exception javax.jms.MessageNotReadableException
-
Constructs a
MessageNotReadableException
with the specified reason and error code. - MessageNotWriteableException - Exception in javax.jms
-
This exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
- MessageNotWriteableException(String) - Constructor for exception javax.jms.MessageNotWriteableException
-
Constructs a
MessageNotWriteableException
with the specified reason. - MessageNotWriteableException(String, String) - Constructor for exception javax.jms.MessageNotWriteableException
-
Constructs a
MessageNotWriteableException
with the specified reason and error code. - MessageNotWriteableRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
- MessageNotWriteableRuntimeException(String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
-
Constructs a
MessageNotWriteableRuntimeException
with the specified reason. - MessageNotWriteableRuntimeException(String, String) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
-
Constructs a
MessageNotWriteableRuntimeException
with the specified reason and error code. - MessageNotWriteableRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.MessageNotWriteableRuntimeException
-
Constructs a
MessageNotWriteableRuntimeException
with the specified detail message, error code and cause - MessageProducer - Interface in javax.jms
-
A client uses a
MessageProducer
object to send messages to a destination. - 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.
- minPoolSize() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Minimum number of connections that should be concurrently allocated for a connection pool.
- 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.
- MStoreInfo - Class in com.tibco.tibjms.admin
-
Deprecated.As of EMS 10.1 Class representing information about a server's mstore-based store.
N
- name() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
JNDI name of the Jakarta Messaging connection factory being defined.
- name() - Method in annotation type javax.jms.JMSDestinationDefinition
-
JNDI name of the destination resource being defined.
- NO_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.Tibjms
-
Defines no acknowledge acknowledge mode.
- 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.
- NPSEND_CHECK_ALWAYS - Static variable in class com.tibco.tibjms.Tibjms
-
Defines mode when producer always checks result of sending a NON_PERSISTENT message.
- NPSEND_CHECK_AUTH - Static variable in class com.tibco.tibjms.Tibjms
-
Defines mode when producer checks result of sending a NON_PERSISTENT message only when server authorization is enabled.
- NPSEND_CHECK_DEFAULT - Static variable in class com.tibco.tibjms.Tibjms
-
Defines default check mode for sending a NON_PERSISTENT messages.
- NPSEND_CHECK_NEVER - Static variable in class com.tibco.tibjms.Tibjms
-
Defines mode when producer never checks result of sending a NON_PERSISTENT message.
- NPSEND_CHECK_TEMP_AUTH - Static variable in class com.tibco.tibjms.Tibjms
-
Defines mode when producer checks result of sending a NON_PERSISTENT message when sending into temporary destination or if server authorization is enabled.
- NPSEND_CHECK_TEMP_DEST - Static variable in class com.tibco.tibjms.Tibjms
-
Defines mode when producer checks result of sending a NON_PERSISTENT message only when sending into temporary destination.
O
- OAUTH2_ACCESS_TOKEN - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the property specifying the OAuth 2.0 access token to be used in Tibjms JNDI lookups.
- OAUTH2_ACCESS_TOKEN_FILE_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the OAuth 2.0 access token file path (routes and FT only).
- OAUTH2_CLIENT_ID - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying the OAuth 2.0 client ID to be used in Tibjms JNDI lookups.
- OAUTH2_CLIENT_ID_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the OAuth 2.0 client ID.
- OAUTH2_CLIENT_SECRET - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying the OAuth 2.0 client secret to be used in Tibjms JNDI lookups.
- OAUTH2_CLIENT_SECRET_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the OAuth 2.0 client secret.
- OAUTH2_DISABLE_VERIFY_HOSTNAME - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying whether to disable client verification of the hostname in the secure OAuth 2.0 authorization server host's certificate during Tibjms JNDI lookups.
- OAUTH2_DISABLE_VERIFY_HOSTNAME_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
Boolean parameter indicating whether or not the hostname in the secure OAuth 2.0 authorization server host's certificate should be disabled.
- OAUTH2_EXPECTED_HOSTNAME - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying the expected hostname in the secure OAuth 2.0 authorization server host's certificate during Tibjms JNDI lookups.
- OAUTH2_EXPECTED_HOSTNAME_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the expected hostname of the secure OAuth 2.0 authorization server.
- OAUTH2_GRANT_TYPE_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the OAuth 2.0 grant type (routes and FT only).
- OAUTH2_SERVER_TRUST_FILE - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying the path to a PEM-encoded trust file or byte array for verifying the identity of the secure OAuth 2.0 authorization server to be used in Tibjms JNDI lookups.
- OAUTH2_SERVER_TRUST_FILE_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the trusted certificates file to verify the secure OAuth 2.0 authorization server.
- OAUTH2_SERVER_URL - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying the OAuth 2.0 authorization server URL to be used in Tibjms JNDI lookups.
- OAUTH2_SERVER_URL_PARAM - Static variable in class com.tibco.tibjms.admin.OAuth2Params
-
String parameter for the OAuth 2.0 authorization server URL.
- OAUTH2_TOKEN_FETCH_CALLBACK_OBJECT - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of the OAuth 2.0 property specifying the
TibjmsOAuth2TokenFetchCallback
object to be invoked to fetch the OAuth 2.0 access token to be used in Tibjms JNDI lookups. - OAuth2Params - Class in com.tibco.tibjms.admin
-
This class represents all the possible OAuth 2.0 parameters.
- ObjectMessage - Interface in javax.jms
-
An
ObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object"). - onCompletion(Message) - Method in interface javax.jms.CompletionListener
-
Notifies the application that the message has been successfully sent
- onException(JMSException) - Method in interface javax.jms.ExceptionListener
-
Notifies user of a Jakarta Messaging exception.
- onException(Message, Exception) - Method in interface javax.jms.CompletionListener
-
Notifies user that the specified exception was thrown while attempting to send the specified message.
- onMessage(Message) - Method in interface javax.jms.MessageListener
-
Passes a message to the listener.
- onMulticastException(Connection, Session, MessageConsumer, JMSException) - Method in interface com.tibco.tibjms.TibjmsMulticastExceptionListener
-
Deprecated.As of release 8.3
- onOAuth2TokenFetchRequest(Connection) - Method in interface com.tibco.tibjms.TibjmsOAuth2TokenFetchCallback
-
This method is invoked by a connection to obtain an access token for initial authentication or re-authentication with the server.
- 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 or a topic's subscriber then when new messages arrive, old messages will be discarded.
- OVERFLOW_REJECT_INCOMING - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
For queues, this behavior is the same as for
DestinationInfo.OVERFLOW_DEFAULT
.
P
- password() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Password to use for connection authentication.
- password() - Method in annotation type javax.jms.JMSPasswordCredential
-
Specifies the password to be used when injecting a
javax.jms.JMSContext
object - PASSWORD - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the password for the private key or the identity store.
- Permissions - Class in com.tibco.tibjms.admin
-
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.
- PERMISSIONS_ALL - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
This is mainly used in conjunction with TibjmsAdmin#getPermissions(UserInfo, flags).
- PERMISSIONS_ALL_ADMIN - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
This is mainly used in conjunction with TibjmsAdmin#getPermissions(UserInfo, flags).
- PERMISSIONS_ALL_DEST - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
This is mainly used in conjunction with TibjmsAdmin#getPermissions(UserInfo, flags).
- PERMISSIONS_DIRECT - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
This is mainly used in conjunction with TibjmsAdmin#getPermissions(UserInfo, flags).
- PERMISSIONS_DIRECT_ADMIN - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
This is mainly used in conjunction with TibjmsAdmin#getPermissions(UserInfo, flags).
- PERMISSIONS_DIRECT_DEST - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
This is mainly used in conjunction with TibjmsAdmin#getPermissions(UserInfo, flags).
- 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 Jakarta Messaging 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.DestinationInfo
-
Indicates that the default number of messages will be prefetched into the EMS client.
- PREFETCH_NONE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Indicates no messages will be prefetched into the EMS client.
- PRESERVE_GMD_ALWAYS - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.Always preserve failed SmartSockets GMD messages in the EMS undelivered queue.
- PRESERVE_GMD_NEVER - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.Never preserve failed SmartSockets GMD messages in the EMS undelivered queue.
- PRESERVE_GMD_RECEIVERS - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.Only preserve failed SmartSockets GMD messages in the EMS undelivered queue if that GMD message had one or more receivers.
- PrincipalInfo - Class in com.tibco.tibjms.admin
-
This abstract class represents a user or group and contains methods common to both.
- PrincipalInfo(Object) - Constructor for class com.tibco.tibjms.admin.PrincipalInfo
-
For Internal use only, may be removed or deprecated in future.
- printStackTrace() - Method in exception com.tibco.tibjms.admin.TibjmsAdminException
-
Prints stack trace of this exception and of the internal exception if it is set.
- printStackTrace(PrintStream) - Method in exception com.tibco.tibjms.admin.TibjmsAdminException
-
Prints stack trace of this exception and of the internal exception if it is set.
- printStackTrace(PrintWriter) - Method in exception com.tibco.tibjms.admin.TibjmsAdminException
-
Prints stack trace of this exception and of the internal exception if it is set.
- PRIVATE_KEY - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the private key for the client certificate.
- PRIVATE_KEY_ENCODING - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the encoding of the data presented by PRIVATE_KEY property.
- ProducerInfo - Class in com.tibco.tibjms.admin
-
A ProducerInfo object represents a message producer.
- ProducerInfo(Object) - Constructor for class com.tibco.tibjms.admin.ProducerInfo
-
For Internal use only, may be removed or deprecated in future.
- PROP_CLOSE_IN_CALLBACK - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the System Property controlling if the Session.close(), Connection.close(), Connection.stop(), JMSContext.close() or JMSContext.stop() methods can be called in the MessageListener callback.
- PROP_CONNECT_ATTEMPT_TIMEOUT - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the System Property controlling the maximum time for the connections to connect to the server.
- 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_EVENTS_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 for all the following events: disconnected, each reconnect attempt, and reconnected.
- 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_MULTICAST_DAEMON - Static variable in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- PROP_MULTICAST_ENABLED - Static variable in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- PROP_OAUTH2_ACCESS_TOKEN - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System Property specifying the OAuth 2.0 access token that connections will use for all authentication attempts with the EMS server.
- PROP_OAUTH2_CLIENT_ID - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System Property specifying the OAuth 2.0 client ID to use when connecting to the OAuth 2.0 authorization server.
- PROP_OAUTH2_CLIENT_SECRET - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System Property specifying the OAuth 2.0 client secret to use when connecting to the OAuth 2.0 authorization server.
- PROP_OAUTH2_DISABLE_VERIFY_HOSTNAME - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System property specifying whether to disable client verification of the hostname in the secure OAuth 2.0 authorization server host's certificate.
- PROP_OAUTH2_EXPECTED_HOSTNAME - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System Property specifying the hostname expected to be set in the secure OAuth 2.0 authorization server host's certificate.
- PROP_OAUTH2_SERVER_TRUST_FILE - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System property specifying either the path to a trust file, or a byte-array of the trust contents for verifying the identity of the secure OAuth 2.0 authorization server.
- PROP_OAUTH2_SERVER_URL - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property / System Property specifying the HTTP or HTTPS URL of the OAuth 2.0 authorization server that will issue the OAuth 2.0 access tokens.
- PROP_OAUTH2_TOKEN_FETCH_CALLBACK_OBJECT - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the ConnectionFactory property specifying the object whose
onOAuth2TokenFetchRequest
method will be invoked whenever a connection needs to acquire an OAuth 2.0 access token. - 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_ATTEMPT_TIMEOUT - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the System Property controlling the maximum time for connections to reconnect to the backup server during the fault-tolerant switch.
- 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_RESTORE_8_3_0_CONNECT_BEHAVIOR - Static variable in class com.tibco.tibjms.Tibjms
-
Starting with 8.4, the TibjmsUFOConnectionFactory class uses the connect/reconnect system properties to control its connections.
- 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 TLS connections.
- PROP_SSL_TRACE - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the System Property specifying tracing for TLS connections.
- PROP_TRACE_FILE - Static variable in class com.tibco.tibjms.Tibjms
-
Defines the name of the System Property specifying the trace file name to be used when client tracing is enabled.
This property is defined as String "tibco.tibjms.trace.file". - PROP_TX_SEND_DEST_CHECK - Static variable in class com.tibco.tibjms.Tibjms
-
The send or publish methods of the
JMSProducer
,MessageProducer
,QueueSender
, andTopicPublisher
classes that take aDestination
parameter throw and anInvalidDestinationRuntimeException
or anInvalidDestinationException
if the destination is invalid, unless they participate in a transaction, in which case the exception is deferred to the XA.end or local transaction commit. - properties() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Jakarta Messaging connection factory property.
- properties() - Method in annotation type javax.jms.JMSDestinationDefinition
-
Jakarta Messaging destination 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.
- propertyExists(String) - Method in interface javax.jms.JMSProducer
-
Indicates whether a message property with the specified name has been set on this
JMSProducer
- propertyExists(String) - Method in interface javax.jms.Message
-
Indicates whether a property value exists.
- 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(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.
- 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.
- PulsarTransportInfo - Class in com.tibco.tibjms.admin
-
This class represents Apache Pulsar transports that are configured on the EMS server.
- PulsarTransportInfo(Object) - Constructor for class com.tibco.tibjms.admin.PulsarTransportInfo
-
For Internal use only, may be removed or deprecated in future.
- 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
- purgeDurable(String, String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Purge pending messages for the durable with given name and client ID.
- purgeQueue(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Purge pending messages from the queue for the given name.
- purgeQueues(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Purge pending messages from the queues matching the given pattern.
- purgeTopic(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Purge pending messages from the topic for the given name.
- purgeTopics(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Purge pending messages from topics matching the given pattern.
Q
- Queue - Interface in javax.jms
-
A
Queue
object encapsulates a provider-specific queue name. - QUEUE_BROWSE - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to create queue browsers
- QUEUE_RECEIVE - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to create queue receivers
- QUEUE_SEND - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to create queue senders
- QUEUE_TYPE - Static variable in class com.tibco.tibjms.admin.BridgeTarget
-
Indicates that the target of the bridge is a queue.
- QUEUE_TYPE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Type indicating a queue.
- QueueBrowser - Interface in javax.jms
-
A client uses a
QueueBrowser
object to look at messages on a queue without removing them. - QueueConnection - Interface in javax.jms
-
A
QueueConnection
object is an active connection to a point-to-point Jakarta Messaging provider. - QueueConnectionFactory - Interface in javax.jms
-
A client uses a
QueueConnectionFactory
object to createQueueConnection
objects with a point-to-point Jakarta Messaging provider. - QueueInfo - Class in com.tibco.tibjms.admin
-
This class represents a message queue that is configured on the EMS server.
- QueueInfo(Object) - Constructor for class com.tibco.tibjms.admin.QueueInfo
-
For Internal use only, may be removed or deprecated in future.
- QueueInfo(String) - Constructor for class com.tibco.tibjms.admin.QueueInfo
-
The public constructor creates a QueueInfo object with the given name.
- QueueReceiver - Interface in javax.jms
-
A client uses a
QueueReceiver
object to receive messages that have been delivered to a queue. - QueueRequestor - Class in javax.jms
-
The
QueueRequestor
helper class simplifies making service requests. - QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
-
Constructor for the
QueueRequestor
class. - QueueSender - Interface in javax.jms
-
A client uses a
QueueSender
object to send messages to a queue. - QueueSession - Interface in javax.jms
-
A
QueueSession
object provides methods for creatingQueueReceiver
,QueueSender
,QueueBrowser
, andTemporaryQueue
objects.
R
- 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[]) - Method in interface javax.jms.StreamMessage
-
Reads a byte array field from the stream message into the specified
byte[]
object (the read buffer). - readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
-
Reads a portion of the bytes message stream.
- 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.tibems.ufo.TibjmsUFOConnectionFactory
- readExternal(ObjectInput) - Method in class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- readExternal(ObjectInput) - Method in class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- 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. - 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.
- 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.
- 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.JMSConsumer
-
Receives the next message produced for this
JMSConsumer
. - receive() - Method in interface javax.jms.MessageConsumer
-
Receives the next message produced for this message consumer.
- receive(long) - Method in interface javax.jms.JMSConsumer
-
Receives the next message that arrives within the specified timeout interval.
- receive(long) - Method in interface javax.jms.MessageConsumer
-
Receives the next message that arrives within the specified timeout interval.
- 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.
- receiveBody(Class<T>) - Method in interface javax.jms.JMSConsumer
-
Receives the next message produced for this
JMSConsumer
and returns its body as an object of the specified type. - receiveBody(Class<T>, long) - Method in interface javax.jms.JMSConsumer
-
Receives the next message produced for this
JMSConsumer
that arrives within the specified timeout period and returns its body as an object of the specified type. - receiveBodyNoWait(Class<T>) - Method in interface javax.jms.JMSConsumer
-
Receives the next message produced for this
JMSConsumer
if one is immediately available and returns its body as an object of the specified type. - receiveNoWait() - Method in interface javax.jms.JMSConsumer
-
Receives the next message if one is immediately available.
- receiveNoWait() - Method in interface javax.jms.MessageConsumer
-
Receives the next message if one is immediately available.
- recover() - Method in interface javax.jms.JMSContext
-
Stops message delivery in the JMSContext's session, and restarts message delivery with the oldest unacknowledged message.
- 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.tibems.ufo.TibjmsUFOConnection
-
This method is used to recover the broken connection on another available server.
- recoverConnection() - Method in class com.tibco.tibrv.TibrvJMSTransport
-
This method is used to reestablish a connection with an EMS server.
- recoverConnection(Connection) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Recovers the given connection.
- recoverMsg(Message) - Static method in class com.tibco.tibjms.Tibjms
-
Recover a single message.
- 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.
- 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.
- resetJACIStats() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Reset all JACI statistics counters to zero.
- resourceAdapter() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Resource adapter name.
- resourceAdapter() - Method in annotation type javax.jms.JMSDestinationDefinition
-
Resource adapter name.
- ResourceAllocationException - Exception in javax.jms
-
This exception is thrown when a provider is unable to allocate the resources required by a method.
- ResourceAllocationException(String) - Constructor for exception javax.jms.ResourceAllocationException
-
Constructs a
ResourceAllocationException
with the specified reason. - ResourceAllocationException(String, String) - Constructor for exception javax.jms.ResourceAllocationException
-
Constructs a
ResourceAllocationException
with the specified reason and error code. - ResourceAllocationRuntimeException - Exception in javax.jms
-
This unchecked exception is thrown when a provider is unable to allocate the resources required by a method.
- ResourceAllocationRuntimeException(String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
-
Constructs a
ResourceAllocationRuntimeException
with the specified reason. - ResourceAllocationRuntimeException(String, String) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
-
Constructs a
ResourceAllocationRuntimeException
with the specified reason and error code. - ResourceAllocationRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.ResourceAllocationRuntimeException
-
Constructs a
ResourceAllocationRuntimeException
with the specified detail message, error code and cause - restart() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Deprecated.As of release 8.2.2
- 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.JMSContext
-
Rolls back any messages done in this transaction and releases any locks currently held.
- 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.XAJMSContext
-
Throws a
TransactionInProgressRuntimeException
, since it should not be called for anXAJMSContext
object. - rollback() - Method in interface javax.jms.XASession
-
Throws a
TransactionInProgressException
, since it should not be called for anXASession
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.
- ROUTE - com.tibco.tibems.tibemsd.security.ConnectionAttributes.Type
-
A connection from another EMS server connecting to establish a route.
- ROUTE - com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
-
Deprecated.A connection from another tibemsd to set up a route.
- RouteInfo - Class in com.tibco.tibjms.admin
-
An object of this class represents the configuration and optionally statistical data about the routed server.
- RouteInfo(Object) - Constructor for class com.tibco.tibjms.admin.RouteInfo
-
For Internal use only, may be removed or deprecated in future.
- 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.
- RouteInfo(String, String, Map, String, short, int) - 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 in com.tibco.tibjms.admin
-
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.
- run() - Method in interface javax.jms.Session
-
Optional operation, intended to be used only by Application Servers, not by ordinary Jakarta Messaging clients.
- RVCMTransportInfo - Class in com.tibco.tibjms.admin
-
This class represents TIBCO Rendezvous Certified Messaging transports that are configured on the EMS server.
- RVCMTransportInfo(Object) - Constructor for class com.tibco.tibjms.admin.RVCMTransportInfo
-
For Internal use only, may be removed or deprecated in future.
- RVQueuePolicy - Class in com.tibco.tibjms.admin
-
This class represents the discard policy of the TIBCO Rendezvous queues used internally by the TIBCO EMS Server when importing messages from TIBCO Rendezvous.
- RVQueuePolicy(Object) - Constructor for class com.tibco.tibjms.admin.RVQueuePolicy
-
For Internal use only, may be removed or deprecated in future.
- RVTransportInfo - Class in com.tibco.tibjms.admin
-
This class represents TIBCO Rendezvous transports that are configured on the EMS server.
- RVTransportInfo(Object) - Constructor for class com.tibco.tibjms.admin.RVTransportInfo
-
For Internal use only, may be removed or deprecated in future.
S
- saveAndExit() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
When using in-memory replication with FTL stores, save the state of each server to disk and exit.
- saveConfiguration() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Save any configuration changes to the server's config files.
- 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(Destination, byte[]) - Method in interface javax.jms.JMSProducer
-
Send a
BytesMessage
with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on thisJMSProducer
. - send(Destination, Serializable) - Method in interface javax.jms.JMSProducer
-
Send an
ObjectMessage
with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on thisJMSProducer
. - send(Destination, String) - Method in interface javax.jms.JMSProducer
-
Send a
TextMessage
with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on thisJMSProducer
. - send(Destination, Map<String, Object>) - Method in interface javax.jms.JMSProducer
-
Send a
MapMessage
with the specified body to the specified destination, using any send options, message properties and message headers that have been defined on thisJMSProducer
. - send(Destination, Message) - Method in interface javax.jms.JMSProducer
-
Sends a message to the specified destination, using any send options, message properties and message headers that have been defined on this
JMSProducer
. - send(Destination, Message) - Method in interface javax.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer using the
MessageProducer
's default delivery mode, priority, and time to live. - 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(Destination, Message, int, int, long, CompletionListener) - 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, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
- send(Destination, Message, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message to a destination for an unidentified message producer, using the
MessageProducer
's default delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed. - 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) - Method in interface javax.jms.QueueSender
-
Sends a message to the queue.
- send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority, and time to live.
- 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(Message, int, int, long, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message, specifying delivery mode, priority and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed.
- send(Message, CompletionListener) - Method in interface javax.jms.MessageProducer
-
Sends a message using the
MessageProducer
's default delivery mode, priority, and time to live, performing part of the work involved in sending the message in a separate thread and notifying the specified CompletionListener when the operation has completed. - 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.
- 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_COMPSTATE_ONLY - Static variable in class com.tibco.tibjms.admin.State
-
This flag indicates that the server is deployed with FTL stores and is configured as standby_only.
- SERVER_COMPSTATE_PAUSED - Static variable in class com.tibco.tibjms.admin.State
-
This flag indicates that the server is currently paused, waiting to determine the correct action after the failure of its peer.
- SERVER_COMPSTATE_REPLICATING - Static variable in class com.tibco.tibjms.admin.State
-
This flag indicates that the server is currently replicating incoming data with its peer (applies to a server either in active or standby state, in the EMS Appliance only).
- SERVER_COMPSTATE_STANDALONE - Static variable in class com.tibco.tibjms.admin.State
-
This flag indicates that the server is currently running standalone (applies to a server in active state, in the EMS Appliance only).
- SERVER_COMPSTATE_SYNCHRONIZING - Static variable in class com.tibco.tibjms.admin.State
-
This flag indicates that the server is currently synchronizing data with its peer (applies to a server either in active or standby state, in the EMS Appliance only).
- SERVER_COMPSTATE_WAIT_FOR_PEER - Static variable in class com.tibco.tibjms.admin.State
-
This flag indicates that the server is currently waiting for its peer to come up (applies to the EMS Appliance only).
- 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.
- SERVER_STATE_ACTIVE - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in active state.
- SERVER_STATE_ACTIVE_PAUSED - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in active state and is presently determining the correct action in reaction to failure of the standby server.
- SERVER_STATE_ACTIVE_REPLICATING - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in active state and is presently replicating incoming data to the standby server.
- SERVER_STATE_ACTIVE_STANDALONE - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in standalone active state.
- SERVER_STATE_ACTIVE_SYNCHRONIZING - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in active state and is presently synchronizing data to the standby server.
- SERVER_STATE_STANDBY - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in standby state.
- SERVER_STATE_STANDBY_ONLY - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is deployed with FTL stores and is configured as standby_only.
- SERVER_STATE_STANDBY_PAUSED - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in standby state and is presently determining the correct action in reaction to failure of the active server.
- SERVER_STATE_STANDBY_REPLICATING - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in standby state and is presently replicating incoming data from the active server.
- SERVER_STATE_STANDBY_SYNCHRONIZING - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently in standby state and is presently synchronizing data from the active server.
- SERVER_STATE_WAIT_FOR_PEER - Static variable in class com.tibco.tibjms.admin.State
-
This value indicates that the server is currently waiting for its peer to come up.
- ServerInfo - Class in com.tibco.tibjms.admin
-
This class represents configuration parameters for a TIBCO Enterprise Message Service server.
- ServerInfo(Object) - Constructor for class com.tibco.tibjms.admin.ServerInfo
-
For Internal use only, may be removed or deprecated in future.
- ServerSession - Interface in javax.jms
-
A
ServerSession
object is an application server object that is used by a server to associate a thread with a Jakarta Messaging session (optional). - ServerSessionPool - Interface in javax.jms
-
A
ServerSessionPool
object is an object implemented by an application server to provide a pool ofServerSession
objects for processing the messages of aConnectionConsumer
(optional). - Session - Interface in javax.jms
-
A
Session
object is a single-threaded context for producing and consuming messages. - SESSION_AUTO_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
AUTO acknowledgement mode.
- SESSION_CLIENT_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
CLIENT acknowledgement mode.
- SESSION_DUPS_OK_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
DUPS_OK acknowledgement mode.
- SESSION_NO_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
No acknowledgement mode.
- SESSION_TRANSACTED - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Acknowledgement mode describing transacted session.
- SESSION_TRANSACTED - Static variable in interface javax.jms.JMSContext
-
This session mode instructs the JMSContext's session to deliver and consume messages in a local transaction which will be subsequently committed by calling
commit
or rolled back by callingrollback
. - SESSION_TRANSACTED - Static variable in interface javax.jms.Session
-
This value may be passed as the argument to the method
createSession(int sessionMode)
on theConnection
object to specify that the session should use a local transaction. - SESSION_UNKNOWN_ACKNOWLEDGE - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Unknown session acknowledge mode.
- SESSION_XA - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Acknowledgement mode describing XA session.
- set(byte[]) - Method in class com.tibco.tibjms.admin.Configuration
-
Sets the contents of this configuration object.
- set(String) - Method in class com.tibco.tibjms.admin.Configuration
-
Sets the contents of this configuration object.
- setAddress(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOQueue
-
Sets the address of this queue.
- setAddress(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOTopic
-
Sets the address of this topic.
- setAddress(String) - Method in class com.tibco.tibjms.TibjmsQueue
-
Sets the address of this queue.
- setAddress(String) - Method in class com.tibco.tibjms.TibjmsTopic
-
Sets the address of this topic.
- 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 the Session.close(), Connection.close(), Connection.stop(), JMSContext.close() or JMSContext.stop() methods can be called in the MessageListener callback.
- setAlwaysExitOnDiskErrorEnabled(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Enable or disable the server behavior to exit on any disk error.
- setAsync(CompletionListener) - Method in interface javax.jms.JMSProducer
-
Specifies whether subsequent calls to
send
on thisJMSProducer
object should be synchronous or asynchronous. - setAuthOnly(boolean) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Set client connections to use TLS only during initial connection authentication.
- setAuthorizationEnabled(boolean) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Enable 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.
- setAutoStart(boolean) - Method in interface javax.jms.JMSContext
-
Specifies whether the underlying connection used by this
JMSContext
will be started automatically when a consumer is created. - setBlockingOnRecovery(boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Enable or Disable blocking on Jakarta Messaging API call when the connection is disconnected or in recovery
- 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.
- setChannel(String) - Method in class com.tibco.tibjms.admin.TopicInfo
-
Deprecated.As of release 8.3
- 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 TLS 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.tibems.ufo.TibjmsUFOConnection
- setClientID(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- setClientID(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the clientID for this factory.
- setClientID(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- setClientID(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setClientID(String) - Method in interface javax.jms.Connection
-
Sets the client identifier for this connection.
- setClientID(String) - Method in interface javax.jms.JMSContext
-
Sets the client identifier for the JMSContext's connection.
- setClientTracer(PrintStream) - Static method in class com.tibco.tibjms.TibjmsOAuth
-
Set client tracer to given output stream.
- 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.tibems.ufo.TibjmsUFOConnectionFactory
- 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.tibems.ufo.TibjmsUFOConnectionFactory
- setConnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- setConnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setConnAttemptTimeout(int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the Connect Attempt timeout for a given connection.
- setConnAttemptTimeout(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the Connect Attempt timeout for a given connection.
- setConnAttemptTimeout(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.
- setConnectAttemptTimeout(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the connect_attempt_timeout for this factory.
- setConnectAttemptTimeout(int) - Static method in class com.tibco.tibjms.Tibjms
-
Sets the parameter for the maxmimum amount of time a client will wait for the connection to be established.
- 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.TibjmsOAuth
-
Enables additional debug tracing.
- setDebugTraceEnabled(boolean) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Enables additional debug tracing.
- setDeliveryDelay(long) - Method in interface javax.jms.JMSProducer
-
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
- setDeliveryDelay(long) - Method in interface javax.jms.MessageProducer
-
Sets the minimum length of time in milliseconds that must elapse after a message is sent before the Jakarta Messaging provider may deliver the message to a consumer.
- setDeliveryMode(int) - Method in interface javax.jms.JMSProducer
-
Specifies the delivery mode of messages that are sent using this
JMSProducer
- 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
-
Deprecated.As of release 4.4 because destinations never had a description property
- 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.JMSProducer
-
Specifies whether message IDs may be disabled for messages that are sent using this
JMSProducer
- setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
-
Specify whether message IDs may be disabled.
- setDisableMessageTimestamp(boolean) - Method in interface javax.jms.JMSProducer
-
Specifies whether message timestamps may be disabled for messages that are sent using this
JMSProducer
. - setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
-
Specify whether message timestamps may be 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.
- setEncoding(String) - Static method in class com.tibco.tibjms.Tibjms
-
Set global string encoding for messages.
- setExceptionListener(ExceptionListener) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- 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.
- setExceptionListener(ExceptionListener) - Method in interface javax.jms.JMSContext
-
Sets an exception listener for the JMSContext's connection.
- setExceptionOnFTEvents(boolean) - Static method in class com.tibco.tibjms.Tibjms
-
Sets if ExceptionListener set on the Connection should be called for all the following events: disconnected, each reconnect attempt, and reconnected.
- 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.
- setFailsafe(boolean) - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Set the failsafe property of this destination.
- setFaultTolerantOAuth2ClientSecret(String) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Sets the OAuth 2.0 client secret.
- 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.
- setFTSSLPassword(String) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Set the new private key or PKCS12 file password for fault-tolerant TLS connection.
- 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, 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.
- setIdentity(Object, Object, char[]) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Set client identity, private key and password.
- setInboxGarbageCollection(boolean) - Method in class com.tibco.tibrv.TibrvJMSTransport
-
Enable or disable automatic inbox garbage collection.
- setInetAddress(InetAddress) - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- 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.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have theirJMSCorrelationID
header value set to the specified correlation ID, where correlation ID is specified as aString
. - setJMSCorrelationID(String) - Method in interface javax.jms.Message
-
Sets the correlation ID for the message.
- setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have theirJMSCorrelationID
header value set to the specified correlation ID, where correlation ID is specified as an array of bytes. - 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. - setJMSDeliveryTime(long) - Method in interface javax.jms.Message
-
Sets the message's delivery time value.
- 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.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have theirJMSReplyTo
header value set to the specifiedDestination
object. - 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.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have theirJMSType
header value set to the specified message type. - setJMSType(String) - Method in interface javax.jms.Message
-
Sets the message type.
- setLargeDestCount(long) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Set the number of messages that an unbounded destination can hold before the server starts logging warnings about the destination's message count.
- setLargeDestMemory(long) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Set the amount of message memory in bytes that an unbounded destination can hold before the server starts logging warnings about the destination's size.
- setLicense(String) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Set the configured pathname of the server's license file or the URL of the license server.
- setLinkedException(Exception) - Method in exception 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.JMSConsumer
-
Sets the
JMSConsumer
'sMessageListener
. - setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
-
Sets the
MessageConsumer
'sMessageListener
. - 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.tibems.ufo.TibjmsUFOConnectionFactory
-
This sets the metric that will be used to select an EMS server during load balancing switchover.
- setMetric(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the metric to be used for load balancing.
- setMetric(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
This sets the metric that will be used to select an ems server during load balancing switchover.
- setMetric(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setMsgTrace(byte) - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Set the level of message tracing for this destination.
- setMulticastDaemon(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Deprecated.As of release 8.3
- setMulticastDaemon(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Deprecated.As of release 8.3
- setMulticastDaemon(String) - Static method in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- setMulticastDaemon(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Deprecated.As of release 8.3
- setMulticastDaemon(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Deprecated.As of release 8.3
- setMulticastEnabled(boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Deprecated.As of release 8.3
- setMulticastEnabled(boolean) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Deprecated.As of release 8.3
- setMulticastEnabled(boolean) - Static method in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- setMulticastEnabled(boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Deprecated.As of release 8.3
- setMulticastEnabled(boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Deprecated.As of release 8.3
- setMulticastExceptionListener(TibjmsMulticastExceptionListener) - Static method in class com.tibco.tibjms.Tibjms
-
Deprecated.As of release 8.3
- setMulticastStatisticsInterval(long) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Deprecated.As of release 8.3
- 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.
- setNPSendCheckMode(JMSProducer, int) - Static method in class com.tibco.tibjms.Tibjms
-
Set the mode defining when a producer should check the result of sending a
NON_PERSISTENT
message. - setNPSendCheckMode(MessageProducer, int) - Static method in class com.tibco.tibjms.Tibjms
-
Set the mode defining when a producer should check the result of sending a
NON_PERSISTENT
message. - setOAuth2AccessToken(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the OAuth 2.0 access token that connections will present to the EMS server.
- setOAuth2AccessToken(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the OAuth 2.0 access token that connections will present to the EMS server.
- setOAuth2AccessToken(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the OAuth 2.0 access token that connections will present to the EMS server.
- setOAuth2AccessTokenFile(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the path of the file that contains the access token for authenticating with the EMS server at the other end of the route.
- setOAuth2ClientId(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the OAuth 2.0 client ID for the client to authenticate with the OAuth 2.0 authorization server.
- setOAuth2ClientId(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the OAuth 2.0 client ID for this factory.
- setOAuth2ClientId(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the OAuth 2.0 client ID.
- setOAuth2ClientId(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the OAuth 2.0 client ID that the client will use when connecting to the OAuth 2.0 authorization server.
- setOAuth2ClientId(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the OAuth 2.0 client ID that the client will use when connecting to the OAuth 2.0 authorization server.
- setOAuth2ClientSecret(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the OAuth 2.0 client secret for the client to authenticate with the OAuth 2.0 authorization server.
- setOAuth2ClientSecret(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the OAuth 2.0 client secret.
- setOAuth2ClientSecret(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the OAuth 2.0 client secret that the client will use when connecting to the OAuth 2.0 authorization server.
- setOAuth2ClientSecret(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the OAuth 2.0 client secret that the client will use when connecting to the OAuth 2.0 authorization server.
- setOAuth2DisableVerifyHostname(boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set whether to disable client verification of the hostname in the secure OAuth 2.0 authorization server host's certificate.
- setOAuth2DisableVerifyHostname(boolean) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set whether client verification of the OAuth 2.0 authorization server's hostname should be disabled for this factory.
- setOAuth2DisableVerifyHostname(boolean) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set whether client verification of the OAuth 2.0 authorization server's hostname should be disabled.
- setOAuth2DisableVerifyHostname(boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set whether to disable client verification of the hostname in the secure OAuth 2.0 authorization server host's certificate.
- setOAuth2DisableVerifyHostname(boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set whether to disable client verification of the hostname in the secure OAuth 2.0 authorization server host's certificate.
- setOAuth2ExpectedHostname(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the hostname that is expected to be set in the secure OAuth 2.0 authorization server host's certificate.
- setOAuth2ExpectedHostname(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the hostname expected to be found in the OAuth 2.0 authorization server host's certificate for this factory.
- setOAuth2ExpectedHostname(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the hostname expected to be found in the OAuth 2.0 authorization server host's certificate.
- setOAuth2ExpectedHostname(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the hostname that is expected to be set in the secure OAuth 2.0 authorization server host's certificate.
- setOAuth2ExpectedHostname(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the hostname that is expected to be set in the secure OAuth 2.0 authorization server host's certificate.
- setOAuth2GrantType(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the OAuth 2.0 grant type used to obtain access tokens from the OAuth 2.0 authorization server.
- setOAuth2Params(Map) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the OAuth 2.0 parameters for this factory.
- setOAuth2Params(Map) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the OAuth 2.0 parameters for the connection to the remote server.
- setOAuth2ServerTrustFile(byte[]) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the trust contents for verifying the identity of the secure OAuth 2.0 authorization server.
- setOAuth2ServerTrustFile(byte[]) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the trust contents for verifying the identity of the secure OAuth 2.0 authorization server.
- setOAuth2ServerTrustFile(byte[]) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the trust contents for verifying the identity of the secure OAuth 2.0 authorization server.
- setOAuth2ServerTrustFile(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the trust file path for verifying the identity of the secure OAuth 2.0 authorization server.
- setOAuth2ServerTrustFile(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the path to the trust file used to verify the OAuth 2.0 authorization server's identity for this factory.
- setOAuth2ServerTrustFile(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the path to the trust file used to verify the OAuth 2.0 authorization server's identity.
- setOAuth2ServerTrustFile(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the trust file path for verifying the identity of the secure OAuth 2.0 authorization server.
- setOAuth2ServerTrustFile(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the trust file path for verifying the identity of the secure OAuth 2.0 authorization server.
- setOAuth2ServerUrl(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the OAuth 2.0 authorization server URL for the client to authenticate with.
- setOAuth2ServerUrl(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the URL of the OAuth 2.0 authorization server that the client will request access tokens from.
- setOAuth2ServerUrl(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the URL of the OAuth 2.0 authorization server that the client will request access tokens from.
- setOAuth2ServerURL(String) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the URL of the OAuth 2.0 authorization server that will issue access tokens for authenticating with the EMS server for this factory.
- setOAuth2ServerURL(String) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the URL of the OAuth 2.0 authorization server that will issue access tokens for authenticating with the EMS server at the other end of the route.
- setOAuth2TokenFetchCallback(TibjmsOAuth2TokenFetchCallback) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the
TibjmsOAuth2TokenFetchCallback
object to be invoked when the client needs to fetch an OAuth 2.0 access token. - setOAuth2TokenFetchCallback(TibjmsOAuth2TokenFetchCallback) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the
TibjmsOAuth2TokenFetchCallback
object to be invoked when the client needs to fetch an OAuth 2.0 access token. - setOAuth2TokenFetchCallback(TibjmsOAuth2TokenFetchCallback) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the
TibjmsOAuth2TokenFetchCallback
object to be invoked when the client needs to fetch an OAuth 2.0 access token. - setObject(Serializable) - Method in interface javax.jms.ObjectMessage
-
Sets the serializable object containing this message's data.
- setObject(String, Object) - Method in interface javax.jms.MapMessage
-
Sets an object value with the specified name into the Map.
- 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(AdminPermissions) - Method in class com.tibco.tibjms.admin.AdminACLEntry
-
Set the permissions for this entry.
- setPermissions(Permissions) - Method in class com.tibco.tibjms.admin.ACLEntry
-
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.DestinationInfo
-
Set the number of messages prefetched by the consumers of this destination.
- 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.JMSProducer
-
Specifies the priority of messages that are sent using this
JMSProducer
- setPriority(int) - Method in interface javax.jms.MessageProducer
-
Sets the producer's default priority.
- setProperty(String, boolean) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedboolean
value. - setProperty(String, byte) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedbyte
value. - setProperty(String, double) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifieddouble
value. - setProperty(String, float) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedfloat
value. - setProperty(String, int) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedint
value. - setProperty(String, long) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedlong
value. - setProperty(String, short) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedshort
value. - setProperty(String, Object) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specified Java object value. - setProperty(String, String) - Method in interface javax.jms.JMSProducer
-
Specifies that messages sent using this
JMSProducer
will have the specified property set to the specifiedString
value. - setRateInterval(long) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Set the statistics rate interval.
- setReconnAttemptCount(int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- setReconnAttemptCount(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- setReconnAttemptCount(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setReconnAttemptDelay(int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- setReconnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- setReconnAttemptDelay(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setReconnAttemptTimeout(int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the Reconnect Attempt timeout for a given connection Note: This timeout is per url and per reconnect_attempt.
- setReconnAttemptTimeout(int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the Reconnect Attempt timeout for a given connection Note: This timeout is per url and per reconnect_attempt.
- setReconnAttemptTimeout(int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- 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.
- setReconnectAttemptTimeout(int) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the reconnect_attempt_timeout for this factory.
- setReconnectAttemptTimeout(int) - Static method in class com.tibco.tibjms.Tibjms
-
Sets the parameter for the maxmimum amount of time a client will wait for the reconnect to complete.
- setRedeliveryDelay(long) - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Set the redelivery delay for this queue.
- 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.tibems.ufo.TibjmsUFOConnectionFactory
-
Connections created by this connection factory will connect to a server in the given URL list.
- setServerUrl(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Connections created by this connection factory will connect to the server at the given URL
- 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.
- setSSL(boolean) - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- setSSLAuthOnly(Boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set client connections to use TLS only during initial connection authentication.
- setSSLAuthOnly(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set client connections to use TLS only during initial connection authentication.
- setSSLAuthOnly(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLCipherSuites(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set cipher suites to be used by TLS connections.
- setSSLCipherSuites(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set cipher suites to be used by SSL connections.
- setSSLCipherSuites(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLDebugTrace(Boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Enables debug tracing.
- setSSLDebugTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Enables debug tracing.
- setSSLDebugTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLEnableVerifyHost(Boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set if the host certificate should be verified by the client.
- setSSLEnableVerifyHost(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set if the host certificate should be verified by the client.
- setSSLEnableVerifyHost(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLEnableVerifyHostName(Boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set if the name in the host certificate should be verified or not.
- setSSLEnableVerifyHostName(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set if the name in the host certificate should be verified or not.
- setSSLEnableVerifyHostName(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLExpectedHostName(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the name which is expected to be set in the host certificate.
- setSSLExpectedHostName(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the name which is expected to be set in the host certificate.
- setSSLExpectedHostName(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLIdentity(byte[]) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
The client's digital certificate.
- setSSLIdentity(byte[]) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
The client's digital certificate.
- setSSLIdentity(byte[]) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLIdentity(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
The client's digital certificate.
- setSSLIdentity(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
The client's digital certificate.
- setSSLIdentity(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLIdentityEncoding(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
The encoding of the client identity specified in the setSSLIdentity() method.
- setSSLIdentityEncoding(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
The encoding of the client identity specified in the setSSLIdentity() method.
- setSSLIdentityEncoding(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLIssuerCertificate(byte[], String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Issuer certificates are certificates that authenticate the client's certificate; the certificate authority (CA) that issued the client's certificate supplies these.
- setSSLIssuerCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Issuer certificates are certificates that authenticate the client's certificate; the certificate authority (CA) that issued the client's certificate supplies these.
- setSSLIssuerCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLIssuerCertificate(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Issuer certificates are certificates that authenticate the client's certificate; the certificate authority (CA) that issued the client's certificate supplies these.
- setSSLIssuerCertificate(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Issuer certificates are certificates that authenticate the client's certificate; the certificate authority (CA) that issued the client's certificate supplies these.
- setSSLIssuerCertificate(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLIssuerCertificate(String, String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Issuer certificates are certificates that authenticate the client's certificate; the certificate authority (CA) that issued the client's certificate supplies these.
- setSSLIssuerCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Issuer certificates are certificates that authenticate the client's certificate; the certificate authority (CA) that issued the client's certificate supplies these.
- setSSLIssuerCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLParams(Map) - Method in class com.tibco.tibjms.admin.ConnectionFactoryInfo
-
Set the TLS parameters for this factory.
- setSSLParams(Map) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the TLS parameters for the connection to the remote server.
- setSSLPassword(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the private key password for TLS.
- setSSLPassword(String) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Set the new server's private key or PKCS12 file password.
- setSSLPassword(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the private key password for TLS.
- setSSLPassword(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLPrivateKey(byte[]) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the private key corresponding to the identity certificate.
- setSSLPrivateKey(byte[]) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the private key corresponding to the identity certificate.
- setSSLPrivateKey(byte[]) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLPrivateKey(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the private key corresponding to the identity certificate.
- setSSLPrivateKey(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the private key corresponding to the identity certificate.
- setSSLPrivateKey(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLPrivateKeyEncoding(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the private key corresponding to the identity certificate.
- setSSLPrivateKeyEncoding(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the private key corresponding to the identity certificate.
- setSSLPrivateKeyEncoding(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLProxy(String, int) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set the connection factory's parameters for connecting through a TLS proxy.
- setSSLProxy(String, int) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the connection factory's parameters for connecting through a TLS proxy.
- setSSLProxy(String, int) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set the connection factory's parameters for connecting through a TLS proxy.
- setSSLProxyAuth(String, String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set a connection factory's username and password for connecting through a TLS proxy.
- setSSLProxyAuth(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set a connection factory's username and password for connecting through a TLS proxy.
- setSSLProxyAuth(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
Set a connection factory's username and password for connecting through a TLS proxy.
- setSSLTrace(Boolean) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
- setSSLTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
- setSSLTrace(Boolean) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLTrustedCertificate(byte[], String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Trusted certificates are certificates that authenticate the server's certificate; the certificate authority (CA) that issued the server's certificate supplies these.
- setSSLTrustedCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Trusted certificates are certificates that authenticate the server's certificate; the certificate authority (CA) that issued the server's certificate supplies these.
- setSSLTrustedCertificate(byte[], String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLTrustedCertificate(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Trusted certificates are certificates that authenticate the server's certificate; the certificate authority (CA) that issued the server's certificate supplies these.
- setSSLTrustedCertificate(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Trusted certificates are certificates that authenticate the server's certificate; the certificate authority (CA) that issued the server's certificate supplies these.
- setSSLTrustedCertificate(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLTrustedCertificate(String, String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Trusted certificates are certificates that authenticate the server's certificate; the certificate authority (CA) that issued the server's certificate supplies these.
- setSSLTrustedCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Trusted certificates are certificates that authenticate the server's certificate; the certificate authority (CA) that issued the server's certificate supplies these.
- setSSLTrustedCertificate(String, String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- setSSLVendor(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Set TLS vendor to the specified vendor.
- setSSLVendor(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
Set the TLS vendor to the specified vendor.
- setSSLVendor(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
- 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.
- setStore(String) - Method in class com.tibco.tibjms.admin.DestinationInfo
-
Set the store for this destination.
- 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.JMSProducer
-
Specifies the time to live of messages that are sent using this
JMSProducer
. - 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.
- setTopicPrefetch(int) - Method in class com.tibco.tibjms.admin.RouteInfo
-
Set the topic prefetch of this route.
- setTraceBufferSize(long) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Reserved for internal provider use only - Do not use this method.
- setTraceBufferTraceInfo(TraceInfo) - Method in class com.tibco.tibjms.admin.ServerInfo
-
Reserved for internal provider use only - Do not use this method.
- setTraceFile(String) - Static method in class com.tibco.tibjms.Tibjms
-
Use this method to instruct the TIBCO EMS Client library to direct the tracing, that would normally go to stderr or stdout, to a file named
fileName
. - 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.
- setType(ConnectionInfoCallback.Type) - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- setupDRSite(String) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Establish a new Disaster Recovery (DR) site after the original DR site has become the new primary site.
- 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.tibems.ufo.TibjmsUFOConnectionFactory
-
The connection object presents this user identity to the EMS server.
- setUserName(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
The connection object presents this user identity to the EMS server.
- setUserName(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
The connection object presents this user identity to the EMS server.
- setUserPassword(String) - Method in class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
The connection object authenticates the user identity with this password.
- setUserPassword(String) - Method in class com.tibco.tibjms.TibjmsConnectionFactory
-
The connection object authenticates the user identity with this password.
- setUserPassword(String) - Method in class com.tibco.tibjms.TibjmsXAConnectionFactory
-
The connection object authenticates the user identity with this password.
- setVendor(String) - Static method in class com.tibco.tibjms.TibjmsSSL
-
Set the TLS 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.
- setX509Data(byte[]) - Method in class com.tibco.tibems.tibemsd.security.ConnectionInfoCallback
-
Deprecated.
- 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_SERVER - Static variable in class com.tibco.tibjms.admin.AdminPermissions
- SSL_AUTH_ONLY - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS property specifying if client should use TLS for authentication only.
- SSL_AUTH_ONLY_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Boolean parameter indicating whether or not TLS is used only for authentication.
- SSL_CIPHER_SUITES - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS property specifying the set of cipher suites to be used by the TLS connection in Tibjms JNDI lookups.
- SSL_CIPHERS_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
String parameter for the TLS ciphers.
- SSL_CRL_PATH_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
String parameter for the TLS CRL path.
- SSL_CRL_UPDATE_IVL_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Long parameter for the TLS CRL update interval, in hours.
- SSL_DEBUG_TRACE - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS 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
-
This cipher is no longer supported.
- SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=DH Au=DSS Enc=3DES(168) Mac=SHA1
- SSL_DHE_DSS_WITH_DES_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_DHE_RSA_EXPORT_WITH_DES_40_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1
- SSL_DHE_RSA_WITH_DES_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_EGD_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Deprecated.as of release 8.5.1
- SSL_ENABLE_VERIFY_HOST - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS property specifying if client should verify 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 TLS property specifying if client should verify the common name in the server certificate in Tibjms JNDI lookups.
- SSL_EXPECTED_HOST_NAME - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS property specifying 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_HOST_NAME_VERIFIER - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS 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 TLS 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 TLS 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_IDENTITY_SEC_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
String parameter for the filename of the secondary identity file.
- SSL_ISSUER_CERTIFICATES - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS property specifying the additional issuer certificates for the client certificate in Tibjms JNDI lookups.
- SSL_ISSUERS_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
List parameter for the list of TLS certificate filenames used to issue client certificates.
- SSL_PASSWORD - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS 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 parameter for the TLS password (routes only).
- SSL_PRIVATE_KEY - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS 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 TLS 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_PRIVATE_KEY_SEC_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
String parameter for the filename of the secondary private key file.
- SSL_RENEG_INTERVAL_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Deprecated.as of release 4.3.0
- SSL_RENEG_SIZE_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Deprecated.as of release 4.3.0
- SSL_REQUIRE_CLIENT_CERT_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Boolean parameter indicating whether or not client certificates are required.
- SSL_RSA_EXPORT_WITH_DES_40_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_EXPORT_WITH_RC4_40_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA1
- SSL_RSA_WITH_DES_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_WITH_NULL_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_WITH_NULL_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_WITH_RC4_128_MD5 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
This cipher is no longer supported.
- SSL_RSA_WITH_RC4_128_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1
- SSL_TRACE - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS 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 TLS 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 a TLS connection.
- SSL_TYPE_SSL - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
-
Type indicating that the connection is a TLS connection.
- SSL_TYPE_TCP - Static variable in class com.tibco.tibjms.admin.ConnectionInfo
-
Deprecated.As of release 4.1
- SSL_VENDOR - Static variable in class com.tibco.tibjms.naming.TibjmsContext
-
Constant that holds the name of TLS property specifying the TLS vendor to be used in Tibjms JNDI lookups.
- SSL_VENDOR_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
String parameter for the TLS implementation vendor (factories only).
- SSL_VERIFY_HOST_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Boolean parameter indicating whether or not hosts should be verified.
- SSL_VERIFY_HOSTNAME_PARAM - Static variable in class com.tibco.tibjms.admin.SSLParams
-
Boolean parameter indicating whether or not hostnames should be verified.
- SSLParams - Class in com.tibco.tibjms.admin
-
This class represents all the possible TLS parameters.
- SSTransportInfo - Class in com.tibco.tibjms.admin
-
Deprecated.As of release 8.6
- start() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- start() - Method in interface javax.jms.Connection
-
Starts (or restarts) a connection's delivery of incoming messages.
- start() - Method in interface javax.jms.JMSContext
-
Starts (or restarts) delivery of incoming messages by the JMSContext's connection.
- start() - Method in interface javax.jms.ServerSession
-
Cause the
Session
'srun
method to be called to process messages that were just assigned to it. - StatData - Class in com.tibco.tibjms.admin
-
This class represents statistical data about another object (Topic, Queue etc).
- State - Class in com.tibco.tibjms.admin
-
This class represents the FT state for a TIBCO Enterprise Message Service server.
- State(int) - Constructor for class com.tibco.tibjms.admin.State
- StateInfo - Class in com.tibco.tibjms.admin
-
This class represents the FT state for a TIBCO Enterprise Message Service server, along with other information.
- StateInfo(Object) - Constructor for class com.tibco.tibjms.admin.StateInfo
-
For Internal use only, may be removed or deprecated in future.
- 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 class com.tibco.tibems.ufo.TibjmsUFOConnection
- stop() - Method in interface javax.jms.Connection
-
Temporarily stops a connection's delivery of incoming messages.
- stop() - Method in interface javax.jms.JMSContext
-
Temporarily stops the delivery of incoming messages by the JMSContext's connection.
- STORE_ASYNC - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
The server's default non-failsafe store.
- STORE_COMPACT_NOLIMIT - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Used to run the store compact as a full re-write with no time limit.
- STORE_SYNC - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
The server's default failsafe store.
- StoreInfo - Class in com.tibco.tibjms.admin
-
Class representing information about server's store.
- StoreInfo(Object) - Constructor for class com.tibco.tibjms.admin.StoreInfo
-
For Internal use only, may be removed or deprecated in future.
- StreamMessage - Interface in javax.jms
-
A
StreamMessage
object is used to send a stream of primitive types in the Java programming language. - 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
-
Deprecated.As of release 5.0 subscribe mode is not configurable.
- SUBSCRIBE_MODE_EXACT - Static variable in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.As of release 5.0 subscribe mode is not configurable.
- SUBSCRIBE_PERMISSION - Static variable in class com.tibco.tibjms.admin.Permissions
-
Subscribe permission for a topic, deprecated.
- SubscriptionInfo - Class in com.tibco.tibjms.admin
-
This class represents a topic subscription in EMS Server.
- SUBSCRIPTIONS_FILTER_DURABLE_ONLY - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting non durable subscriptions to be filtered out.
- SUBSCRIPTIONS_FILTER_NO_DURABLE - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting durable subscriptions to be filtered out.
- SUBSCRIPTIONS_FILTER_NO_SHARED - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting shared subscriptions to be filtered out.
- SUBSCRIPTIONS_FILTER_SHARED_ONLY - Static variable in class com.tibco.tibjms.admin.TibjmsAdmin
-
Flag requesting non shared subscriptions to be filtered out.
- synchronizeConfiguration(Configuration) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Synchronize the current server with a provided Configuration such that upon success, the server configuration will be identical to the configuration provided.
T
- TemporaryQueue - Interface in javax.jms
-
A
TemporaryQueue
object is a uniqueQueue
object created for the duration of aConnection
. - TemporaryTopic - Interface in javax.jms
-
A
TemporaryTopic
object is a uniqueTopic
object created for the duration of aConnection
. - testConfiguration(Configuration) - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Test the current server with a provided Configuration to determine if the server will accept it.
- TextMessage - Interface in javax.jms
-
A
TextMessage
object is used to send a message containing ajava.lang.String
. - ThirdPartyParams - Class in com.tibco.tibjms.admin
-
This class represents parameters from third party components such as TLS, OAuth 2.0, and LDAP.
- Tibjms - Class in com.tibco.tibjms
-
Defines optional custom methods, constants and System Properties used by TIBCO Enterprise Message Service client.
- TibjmsAdmin - Class in com.tibco.tibjms.admin
-
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 in com.tibco.tibjms.admin
-
This is the general admin exception used when an error occurs with a call to the server.
- TibjmsAdminException(String) - Constructor for exception com.tibco.tibjms.admin.TibjmsAdminException
-
Create a new TibjmsAdminException with given error message.
- TibjmsAdminException(String, Exception) - Constructor for exception com.tibco.tibjms.admin.TibjmsAdminException
-
Create a new TibjmsAdminException with given error message and root exception.
- TibjmsAdminInvalidNameException - Exception in com.tibco.tibjms.admin
-
This is the admin exception thrown when the name used to create a User, Group, or Destination is invalid.
- TibjmsAdminJsonFileModifiedException - Exception in com.tibco.tibjms.admin
-
This is the admin exception thrown when the JSON file at EMS is modified.
- TibjmsAdminNameExistsException - Exception in com.tibco.tibjms.admin
-
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 in com.tibco.tibjms.admin
-
This is the admin exception thrown when the user is not authorized to execute a command.
- TibjmsConnectionFactory - Class in com.tibco.tibjms
-
Implementation of javax.jms.ConnectionFactory.
- TibjmsConnectionFactory() - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
-
Create an empty connection factory.
- TibjmsConnectionFactory(String) - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
-
Create a connection factory with the given server URL.
- TibjmsConnectionFactory(String, String) - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
-
Create a connection factory with the given server URL and client id.
- TibjmsConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsConnectionFactory
-
Create a connection factory with the given server URL, client id, and properties.
- TibjmsContext - Class in com.tibco.tibjms.naming
-
Implements the Context interface for lookups of information stored in the JNDI supported by TIBCO Enterprise Message Service.
- TibjmsMulticastExceptionListener - Interface in com.tibco.tibjms
-
If EMS detects a serious Multicast problem, it informs the TibjmsMulticastExceptionListener, if one has been registered.
- TibjmsOAuth - Class in com.tibco.tibjms
-
Provides methods which are used to enable or disable debug tracing for OAuth 2.0 authentication.
- TibjmsOAuth() - Constructor for class com.tibco.tibjms.TibjmsOAuth
- TibjmsOAuth2TokenFetchCallback - Interface in com.tibco.tibjms
-
Set a callback that will be invoked whenever a connection needs to acquire an OAuth 2.0 access token.
- TibjmsQueue - Class in com.tibco.tibjms
-
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 in com.tibco.tibjms
-
Implementation of javax.jms.QueueConnectionFactory.
- 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 in com.tibco.tibjms
-
Provides methods and defines properties and miscellaneous constants which are used to set parameters for TLS connections.
- TibjmsSSL() - Constructor for class com.tibco.tibjms.TibjmsSSL
- TibjmsSSLHostNameVerifier - Interface in com.tibco.tibjms
-
Custom host name verifier.
- TibjmsTopic - Class in com.tibco.tibjms
-
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 in com.tibco.tibjms
-
Implementation of javax.jms.TopicConnectionFactory.
- 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
- TibjmsUFOConnection - Class in com.tibco.tibems.ufo
-
UFO Implementation of javax.jms.Connection.
- TibjmsUFOConnectionFactory - Class in com.tibco.tibems.ufo
-
UFO Implementation of javax.jms.ConnectionFactory.
- TibjmsUFOConnectionFactory() - Constructor for class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Create an empty connection factory.
- TibjmsUFOConnectionFactory(TibjmsConnectionFactory) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Create a UFO connection factory with the given tibjms connection factory.
- TibjmsUFOConnectionFactory(String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Create a connection factory with the given server URLs.
- TibjmsUFOConnectionFactory(String, String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Create a connection factory with the given server URLs and client id.
- TibjmsUFOConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOConnectionFactory
-
Create a connection factory with the given server URLs, client id, and properties.
- TibjmsUFOConnectionFailureException - Exception in com.tibco.tibems.ufo
-
This exception can be thrown when Jakarta Messaging methods are invoked inside of a message listener callback and those calls encounter a broken connection.
- TibjmsUFOQueue - Class in com.tibco.tibems.ufo
-
Implementation of javax.jms.Queue which can be used for administrative purposes.
- TibjmsUFOQueue() - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueue
-
Constructs a new TibjmsUFOQueue object.
- TibjmsUFOQueue(TibjmsQueue) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueue
-
Constructs a new TibjmsUFOQueue object with the given TibjmsQueue object.
- TibjmsUFOQueue(String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueue
-
Constructs a new TibjmsUFOQueue object with the given address.
- TibjmsUFOQueue(String, String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueue
-
Internal constructor.
- TibjmsUFOQueueConnection - Class in com.tibco.tibems.ufo
-
UFO Implementation of javax.jms.QueueConnection.
- TibjmsUFOQueueConnectionFactory - Class in com.tibco.tibems.ufo
-
UFO Implementation of javax.jms.QueueConnectionFactory.
- TibjmsUFOQueueConnectionFactory() - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- TibjmsUFOQueueConnectionFactory(TibjmsQueueConnectionFactory) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- TibjmsUFOQueueConnectionFactory(String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- TibjmsUFOQueueConnectionFactory(String, String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- TibjmsUFOQueueConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- TibjmsUFOTopic - Class in com.tibco.tibems.ufo
-
Implementation of javax.jms.Topic which can be used for administrative purposes.
- TibjmsUFOTopic() - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopic
-
Constructs a new TibjmsUFOTopic object.
- TibjmsUFOTopic(TibjmsTopic) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopic
-
Constructs a new TibjmsUFOTopic object with the given TibjmsTopic object.
- TibjmsUFOTopic(String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopic
-
Constructs a new TibjmsUFOTopic object with the given address.
- TibjmsUFOTopic(String, String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopic
-
Internal constructor.
- TibjmsUFOTopicConnection - Class in com.tibco.tibems.ufo
-
UFO Implementation of javax.jms.TopicConnection.
- TibjmsUFOTopicConnectionFactory - Class in com.tibco.tibems.ufo
-
UFO Implementation of javax.jms.TopicConnectionFactory.
- TibjmsUFOTopicConnectionFactory() - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- TibjmsUFOTopicConnectionFactory(TibjmsTopicConnectionFactory) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- TibjmsUFOTopicConnectionFactory(String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- TibjmsUFOTopicConnectionFactory(String, String) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- TibjmsUFOTopicConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- TibjmsXAConnectionFactory - Class in com.tibco.tibjms
-
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) - Constructor for class com.tibco.tibjms.TibjmsXAConnectionFactory
- TibjmsXAConnectionFactory(String, String, Map) - Constructor for class com.tibco.tibjms.TibjmsXAConnectionFactory
- TibjmsXAQueueConnectionFactory - Class in com.tibco.tibjms
-
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 in com.tibco.tibjms
-
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 in com.tibco.tibrv
-
Network transport using TIBCO Enterprise Message Service EMS client to connect to the network.
- TibrvJMSTransport() - Constructor for class com.tibco.tibrv.TibrvJMSTransport
-
Creates EMS 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 EMS 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 EMS 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 EMS transport connecting via TLS to the TIBCO Enterprise Message Service server.
- TibrvJMSTransport(String, String, String, String, Hashtable, boolean) - Constructor for class com.tibco.tibrv.TibrvJMSTransport
-
Create EMS transport which has the ability to reconnect to a server among a list of comma separated EMS servers in the event of current connection is down.
- TIBRVQUEUE_DISCARD_FIRST - Static variable in class com.tibco.tibjms.admin.RVQueuePolicy
-
Discard the first event in the queue (that is, the oldest event in the queue, which would otherwise be the next event to dispatch).
- TIBRVQUEUE_DISCARD_LAST - Static variable in class com.tibco.tibjms.admin.RVQueuePolicy
-
Discard the last event in the queue (that is, the youngest event in the queue).
- TIBRVQUEUE_DISCARD_NONE - Static variable in class com.tibco.tibjms.admin.RVQueuePolicy
-
Never discard events; use this policy when a queue has no limit on the number of events it can contain.
- TLS_AES_128_CCM_8_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.3 Kx=N/A Au=N/A Enc=AESCCM(128) Mac=SHA256
- TLS_AES_128_CCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.3 Kx=N/A Au=N/A Enc=AESCCM(128) Mac=SHA256
- TLS_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.3 Kx=N/A Au=N/A Enc=AESGCM(128) Mac=SHA256
- TLS_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.3 Kx=N/A Au=N/A Enc=AESGCM(256) Mac=SHA384
- TLS_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.3 Kx=N/A Au=N/A Enc=CHACHA20/POLY1305 Mac=SHA256
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=DH Au=DSS Enc=AES(128) Mac=SHA1
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=DSS Enc=AES(128) Mac=SHA256
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=DSS Enc=AESGCM(128) Mac=AEAD
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=DH Au=DSS Enc=AES(256) Mac=SHA1
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=DSS Enc=AES(256) Mac=SHA256
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=DSS Enc=AESGCM(256) Mac=AEAD
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DHEPSK Au=PSK Enc=AESGCM(128) Mac=AEAD
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DHEPSK Au=PSK Enc=AESGCM(256) Mac=AEAD
- TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DHEPSK Au=PSK Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=DH Au=RSA Enc=AES(128) Mac=SHA1
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=RSA Enc=AES(128) Mac=SHA256
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(128) Mac=AEAD
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=RSA Enc=AES(256) Mac=SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(256) Mac=AEAD
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=DH Au=RSA Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=ECDSA Enc=3DES(168) Mac=SHA1
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA1
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(128) Mac=SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(128) Mac=AEAD
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA1
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=ECDSA Enc=AES(256) Mac=SHA384
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=ECDSA Enc=AESGCM(256) Mac=AEAD
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=ECDSA Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=ECDSA Enc=RC4(128) Mac=SHA1
- TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDHEPSK Au=PSK Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=RSA Enc=3DES(168) Mac=SHA1
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA1
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA1
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=ECDH Au=RSA Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_ECDHE_RSA_WITH_RC4_128_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=ECDH Au=RSA Enc=RC4(128) Mac=SHA1
- TLS_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=PSK Au=PSK Enc=AESGCM(128) Mac=AEAD
- TLS_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=PSK Au=PSK Enc=AESGCM(256) Mac=AEAD
- TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=PSK Au=PSK Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSAPSK Au=RSA Enc=AESGCM(128) Mac=AEAD
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSAPSK Au=RSA Enc=AESGCM(256) Mac=AEAD
- TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSAPSK Au=RSA Enc=CHACHA20/POLY1305(256) Mac=AEAD
- TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA1
- TLS_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA256
- TLS_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(128) Mac=AEAD
- TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1
- TLS_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Cipher Suite: TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD
- Topic - Interface in javax.jms
-
A
Topic
object encapsulates a provider-specific topic name. - TOPIC_DURABLE - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to create, delete, or modify durable subscribers on the topic
- TOPIC_PUBLISH - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to publish on the topic
- TOPIC_SUBSCRIBE - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to create non-durable subscribers on the topic
- TOPIC_TYPE - Static variable in class com.tibco.tibjms.admin.BridgeTarget
-
Indicates that the target of the bridge is a topic.
- TOPIC_TYPE - Static variable in class com.tibco.tibjms.admin.DestinationInfo
-
Type indicating a topic.
- TOPIC_USE_DURABLE - com.tibco.tibems.tibemsd.security.Action.Type
-
permission to use an existing durable subscriber on the topic, but not to create, delete, or modify the durable subscriber
- TopicConnection - Interface in javax.jms
-
A
TopicConnection
object is an active connection to a publish/subscribe Jakarta Messaging provider. - TopicConnectionFactory - Interface in javax.jms
-
A client uses a
TopicConnectionFactory
object to createTopicConnection
objects with a publish/subscribe Jakarta Messaging provider. - TopicInfo - Class in com.tibco.tibjms.admin
-
This class represents a topic that is configured on the EMS server.
- TopicInfo(Object) - Constructor for class com.tibco.tibjms.admin.TopicInfo
-
For Internal use only, may be removed or deprecated in future.
- TopicInfo(String) - Constructor for class com.tibco.tibjms.admin.TopicInfo
-
The public constructor creates a TopicInfo object with the given name.
- TopicPublisher - Interface in javax.jms
-
A client uses a
TopicPublisher
object to publish messages on a topic. - TopicRequestor - Class in javax.jms
-
The
TopicRequestor
helper class simplifies making service requests. - TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
-
Constructor for the
TopicRequestor
class. - TopicSession - Interface in javax.jms
-
A
TopicSession
object provides methods for creatingTopicPublisher
,TopicSubscriber
, andTemporaryTopic
objects. - TopicSubscriber - Interface in javax.jms
-
A client uses a
TopicSubscriber
object to receive messages that have been published to a topic. - toString() - Method in class com.tibco.tibems.ufo.TibjmsUFOConnection
- 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.ChannelInfo
-
Deprecated.
- 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.Details
-
Returns string representation of this object.
- toString() - Method in class com.tibco.tibjms.admin.ConsumerInfo
-
Returns string representation of this object.
- toString() - Method in class com.tibco.tibjms.admin.DbStoreInfo
- 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.DetailedTransactionInfo.ConsumerMessage
- toString() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo.ProducerMessage
- toString() - Method in class com.tibco.tibjms.admin.DetailedTransactionInfo.XAMessage
- toString() - Method in class com.tibco.tibjms.admin.DurableInfo
-
Generate a string representation of this DurableInfo.
- toString() - Method in class com.tibco.tibjms.admin.FileStoreInfo
- toString() - Method in class com.tibco.tibjms.admin.FTLStoreInfo
- toString() - Method in class com.tibco.tibjms.admin.FTLTransportInfo
- toString() - Method in class com.tibco.tibjms.admin.GridStoreInfo
-
Deprecated.
- toString() - Method in class com.tibco.tibjms.admin.GroupInfo
-
Generate a string representation of this GroupInfo.
- toString() - Method in class com.tibco.tibjms.admin.JACIInfo
- toString() - Method in class com.tibco.tibjms.admin.MStoreInfo
-
Deprecated.
- toString() - Method in class com.tibco.tibjms.admin.OAuth2Params
-
Generate a string representation of parameters.
- 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.PulsarTransportInfo
- toString() - Method in class com.tibco.tibjms.admin.QueueInfo
- 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.RVCMTransportInfo
- toString() - Method in class com.tibco.tibjms.admin.RVQueuePolicy
- toString() - Method in class com.tibco.tibjms.admin.RVTransportInfo
- toString() - Method in class com.tibco.tibjms.admin.ServerInfo
- toString() - Method in class com.tibco.tibjms.admin.SSTransportInfo
-
Deprecated.
- toString() - Method in class com.tibco.tibjms.admin.State
- toString() - Method in class com.tibco.tibjms.admin.StateInfo
- toString() - Method in class com.tibco.tibjms.admin.SubscriptionInfo
-
Returns string representation of this object.
- toString() - Method in class com.tibco.tibjms.admin.ThirdPartyParams
-
Generate a string representation of parameters.
- toString() - Method in exception 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.tibjms.TibjmsQueue
- toString() - Method in class com.tibco.tibjms.TibjmsTopic
- 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.
- TPORT_ALL - Static variable in class com.tibco.tibjms.admin.TransportInfo
-
Type indicating all types of transport.
- TPORT_FTL - Static variable in class com.tibco.tibjms.admin.TransportInfo
-
Type indicating a TIBCO FTL transport.
- TPORT_PULSAR - Static variable in class com.tibco.tibjms.admin.TransportInfo
-
Type indicating an Apache Pulsar 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
-
Deprecated.As of release 8.6
- TRACE - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS 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_CONFIG_DETAIL - 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_DBSTORE - 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_FTL - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_INFO - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_JAAS - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_JNDI - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_JVM - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_JVMERR - 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_LOADER - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_MEMORY - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_MEMORY_DEBUG - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_MSG - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_MSTORE - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_MULTICAST - Static variable in class com.tibco.tibjms.admin.TraceInfo
-
Deprecated.As of release 8.3
- TRACE_OAUTH2 - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TRACE_OAUTH2_DEBUG - 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_SS - 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_WARN - Static variable in class com.tibco.tibjms.admin.TraceInfo
- TraceInfo - Class in com.tibco.tibjms.admin
-
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.
- 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_SUSPENDED - Static variable in class com.tibco.tibjms.admin.TransactionInfo
-
State of transaction is suspended.
- TRANSACTION_UNKNOWN - Static variable in class com.tibco.tibjms.admin.TransactionInfo
-
State of transaction is unknown.
- transactional() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
Set to
false
if connections should not participate in transactions. - TransactionInfo - Class in com.tibco.tibjms.admin
-
This class represents an XA transaction.
- TransactionInfo(Object) - Constructor for class com.tibco.tibjms.admin.TransactionInfo
-
For Internal use only, may be removed or deprecated in future.
- TransactionInProgressException - Exception in javax.jms
-
This exception is thrown when an operation is invalid because a transaction is in progress.
- TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
-
Constructs a
TransactionInProgressException
with the specified reason. - TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
-
Constructs a
TransactionInProgressException
with the specified reason and error code. - TransactionInProgressRuntimeException - Exception in javax.jms
-
This unchecked exception is thrown when an operation is invalid because a transaction is in progress.
- TransactionInProgressRuntimeException(String) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
-
Constructs a
TransactionInProgressRuntimeException
with the specified detail message - TransactionInProgressRuntimeException(String, String) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
-
Constructs a
TransactionInProgressRuntimeException
with the specified detail message and error code. - TransactionInProgressRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.TransactionInProgressRuntimeException
-
Constructs a
TransactionInProgressRuntimeException
with the specified detail message, error code and cause - TransactionRolledBackException - Exception in javax.jms
-
This exception must be thrown when a call to
Session.commit
results in a rollback of the current transaction. - TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
-
Constructs a
TransactionRolledBackException
with the specified reason. - TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
-
Constructs a
TransactionRolledBackException
with the specified reason and error code. - TransactionRolledBackRuntimeException - Exception in javax.jms
-
This unchecked exception must be thrown when a call to
JMSContext.commit
results in a rollback of the current transaction. - TransactionRolledBackRuntimeException(String) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
-
Constructs a
TransactionRolledBackRuntimeException
with the specified detail message - TransactionRolledBackRuntimeException(String, String) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
-
Constructs a
TransactionRolledBackRuntimeException
with the specified detail message and error code. - TransactionRolledBackRuntimeException(String, String, Throwable) - Constructor for exception javax.jms.TransactionRolledBackRuntimeException
-
Constructs a
TransactionRolledBackRuntimeException
with the specified detail message, error code and cause - TransportInfo - Class in com.tibco.tibjms.admin
-
This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server.
- TRUSTED_CERTIFICATES - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the set of trusted certificates.
U
- 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
- unmanglePassword(String) - Static method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Unmangles a password mangled by EMS.
- unsubscribe(String) - Method in interface javax.jms.JMSContext
-
Unsubscribes a durable subscription that has been created by a client.
- 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.
- unsubscribe(String, String) - Method in class com.tibco.tibrv.TibrvJMSTransport
-
Unsubscribe durable Jakarta Messaging subscriber previously created for Rendezvous listener in durable listener mode.
- 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.
- updateCRL() - Method in class com.tibco.tibjms.admin.TibjmsAdmin
-
Update server's CRL.
- 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.
- USE_DURABLE - Static variable in class com.tibco.tibjms.admin.Permissions
-
Permission to use a durable subscription that already exists on the EMS server.
- user() - Method in annotation type javax.jms.JMSConnectionFactoryDefinition
-
User name to use for connection authentication.
- USER_AUTH_LOCATION_JAAS - Static variable in class com.tibco.tibjms.admin.ServerInfo
- 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_OAUTH - Static variable in class com.tibco.tibjms.admin.ServerInfo
- USER_AUTH_LOCATION_SYSTEM - Static variable in class com.tibco.tibjms.admin.ServerInfo
- UserInfo - Class in com.tibco.tibjms.admin
-
This class represents a user on the Tibjms server.
- UserInfo(Object) - Constructor for class com.tibco.tibjms.admin.UserInfo
-
For Internal use only, may be removed or deprecated in future.
- UserInfo(String) - Constructor for class com.tibco.tibjms.admin.UserInfo
-
Public constructor to create a UserInfo with no description.
- UserInfo(String, String) - Constructor for class com.tibco.tibjms.admin.UserInfo
-
Public constructor to create a UserInfo.
- userName() - Method in annotation type javax.jms.JMSPasswordCredential
-
Specifies the userName to be used when injecting a
javax.jms.JMSContext
object - Util - Class in com.tibco.tibems.tibemsd.security
-
Provides some utility functions for implementors of authorization systems.
- Util() - Constructor for class com.tibco.tibems.tibemsd.security.Util
V
- value() - Method in annotation type javax.jms.JMSConnectionFactory
-
Specifies the JNDI lookup name of a
javax.jms.ConnectionFactory
to be used. - value() - Method in annotation type javax.jms.JMSConnectionFactoryDefinitions
- value() - Method in annotation type javax.jms.JMSDestinationDefinitions
- value() - Method in annotation type javax.jms.JMSSessionMode
-
Specifies the session mode used when injecting a
javax.jms.JMSContext
object. - valueOf(String) - Static method in enum com.tibco.tibems.tibemsd.security.Action.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tibco.tibems.tibemsd.security.ConnectionAttributes.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
-
Deprecated.Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.tibco.tibems.tibemsd.security.Action.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.tibco.tibems.tibemsd.security.ConnectionAttributes.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.tibco.tibems.tibemsd.security.ConnectionInfoCallback.Type
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- VENDOR - Static variable in class com.tibco.tibjms.TibjmsSSL
-
Name of TLS property specifying the TLS vendor to be used.
- verifyHostName(String, String, String, X509Certificate) - Method in interface com.tibco.tibjms.TibjmsSSLHostNameVerifier
-
Called when the client needs to verify the certificate name.
- VersionInfo - Class in com.tibco.tibjms.admin
-
This class represents the parsed version information for the TIBCO Enterprise Message Service components.
- 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_BRIDGE - Static variable in class com.tibco.tibjms.admin.AdminPermissions
- VIEW_CHANNEL - Static variable in class com.tibco.tibjms.admin.AdminPermissions
-
Deprecated.As of release 8.3
- 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
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[]) - Method in interface javax.jms.StreamMessage
-
Writes a byte array field to the stream message.
- writeBytes(byte[], int, int) - Method in interface javax.jms.BytesMessage
-
Writes a portion of a byte array to the bytes message stream.
- 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 along
using thedoubleToLongBits
method in classDouble
, and then writes thatlong
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.tibems.ufo.TibjmsUFOConnectionFactory
- writeExternal(ObjectOutput) - Method in class com.tibco.tibems.ufo.TibjmsUFOQueueConnectionFactory
- writeExternal(ObjectOutput) - Method in class com.tibco.tibems.ufo.TibjmsUFOTopicConnectionFactory
- 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 anint
using thefloatToIntBits
method in classFloat
, and then writes thatint
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. - writeToFile(String) - Method in class com.tibco.tibjms.admin.Configuration
-
Writes the contents of a configuration object to a file.
- 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 in javax.jms
-
The
XAConnection
interface extends the capability ofConnection
by providing anXASession
(optional). - XAConnectionFactory - Interface in javax.jms
-
The
XAConnectionFactory
interface is a base interface for theXAQueueConnectionFactory
andXATopicConnectionFactory
interfaces. - XAJMSContext - Interface in javax.jms
-
The
XAJMSContext
interface extends the capability ofJMSContext
by adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional). - XAQueueConnection - Interface in javax.jms
-
An
XAQueueConnection
provides the same create options asQueueConnection
(optional). - XAQueueConnectionFactory - Interface in javax.jms
-
An
XAQueueConnectionFactory
provides the same create options as aQueueConnectionFactory
(optional). - XAQueueSession - Interface in javax.jms
-
An
XAQueueSession
provides a regularQueueSession
, which can be used to createQueueReceiver
,QueueSender
, andQueueBrowser
objects (optional). - XASession - Interface in javax.jms
-
The
XASession
interface extends the capability ofSession
by adding access to a Jakarta Messaging provider's support for the Java Transaction API (JTA) (optional). - XATopicConnection - Interface in javax.jms
-
An
XATopicConnection
provides the same create options asTopicConnection
(optional). - XATopicConnectionFactory - Interface in javax.jms
-
An
XATopicConnectionFactory
provides the same create options as aTopicConnectionFactory
(optional). - XATopicSession - Interface in javax.jms
-
An
XATopicSession
provides a regularTopicSession
.
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 _All Classes All Packages