Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACKNOWLEDGE_MODE - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Acknowledge mode
- ACKNOWLEDGE_MODE_LABEL - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Acknowledge mode label
- acknowledgeThisMessage() - Method in interface com.sun.messaging.jms.Message
-
Acknowledges this consumed message only.
- acknowledgeUpThroughThisMessage() - Method in interface com.sun.messaging.jms.Message
-
Acknowledges consumed messages of the session up through and including this consumed message.
- ADDRESS - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
Address of broker in the form of host:port
- AdminConnectionConfiguration - Class in com.sun.messaging
-
The
AdminConnectionConfiguration
class contains property names and special values for configuring theAdminConnectionFactory
object. - AdminConnectionFactory - Class in com.sun.messaging
-
An
AdminConnectionFactory
is used by management clients to create JMX connections to the Message Queue broker. - AdminConnectionFactory() - Constructor for class com.sun.messaging.AdminConnectionFactory
-
Constructs a AdminConnectionFactory with the default configuration.
- AdminConnectionFactory(String) - Constructor for class com.sun.messaging.AdminConnectionFactory
-
Constructs a AdminConnectionFactory with the specified configuration.
- AdministeredObject - Class in com.sun.messaging
-
An
AdministeredObject
encapsulates behavior common to all Sun MQ Administered Objects and MQ Administered Object classes extend this class. - AdministeredObject(String) - Constructor for class com.sun.messaging.AdministeredObject
- ALL - Static variable in class com.sun.messaging.jms.management.server.DestinationPauseType
-
Pauses delivery of messages to consumers and from producers.
- AO_PROPERTY_TYPE_BOOLEAN - Static variable in class com.sun.messaging.AdministeredObject
-
AdministeredObject configuration property type designator for Boolean
- AO_PROPERTY_TYPE_INTEGER - Static variable in class com.sun.messaging.AdministeredObject
-
AdministeredObject configuration property type designator for Integer
- AO_PROPERTY_TYPE_LIST - Static variable in class com.sun.messaging.AdministeredObject
-
AdministeredObject configuration property type designator for List
- AO_PROPERTY_TYPE_LONG - Static variable in class com.sun.messaging.AdministeredObject
-
AdministeredObject configuration property type designator for Long
- AO_PROPERTY_TYPE_PROPERTYOWNER - Static variable in class com.sun.messaging.AdministeredObject
-
AdministeredObject configuration property type designator for PropertyOwner
- AO_PROPERTY_TYPE_STRING - Static variable in class com.sun.messaging.AdministeredObject
-
AdministeredObject configuration property type designator for String
- AUTO_CREATE_QUEUE_MAX_NUM_ACTIVE_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max number of active consumers for auto created queues.
- AUTO_CREATE_QUEUE_MAX_NUM_BACKUP_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max number of backup consumers for auto created queues.
- AUTO_CREATE_QUEUES - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Auto creation of queues.
- AUTO_CREATE_TOPICS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Auto creation of topics.
- AVG_NUM_ACTIVE_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Average number of active consumers
- AVG_NUM_BACKUP_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Average number of backup consumers
- AVG_NUM_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Average number of consumers
- AVG_NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Average number of messages
- AVG_TOTAL_MSG_BYTES - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Average total message bytes
B
- BasicConnectionFactory - Class in com.sun.messaging
-
A
BasicConnectionFactory
encapsulates OpenMQ specific configuration information for OpenMQConnectionFactory
objects and is used to create Connections with a OpenMQ Jakarta Messaging provider. - BasicConnectionFactory() - Constructor for class com.sun.messaging.BasicConnectionFactory
-
Constructs a BasicConnectionFactory with the default configuration.
- BasicConnectionFactory(String) - Constructor for class com.sun.messaging.BasicConnectionFactory
-
Constructs a BasicConnectionFactory with the specified configuration.
- BasicQueue - Class in com.sun.messaging
-
A
BasicQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain. - BasicQueue() - Constructor for class com.sun.messaging.BasicQueue
-
Constructs an identity of a Point-To-Point Queue with the default name
- BasicQueue(String) - Constructor for class com.sun.messaging.BasicQueue
-
Constructs an identity of a Point-To-Point Queue with the given name
- BasicTopic - Class in com.sun.messaging
-
A
BasicTopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain. - BasicTopic() - Constructor for class com.sun.messaging.BasicTopic
-
Constructs an identity of a Publish/Subscribe Topic with the default name
- BasicTopic(String) - Constructor for class com.sun.messaging.BasicTopic
-
Constructs an identity of a Publish/Subscribe Topic with the given name
- branchTo(Object) - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
To be called from the transform() method when needs to tell the bridge to branch the message that is to be returned by the transform() call to a different destination in the target provider
- BROKER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the Broker Config MBean.
- BROKER_DOWN - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker is down.
- BROKER_ID - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Broker ID
- BROKER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the Broker Monitor MBean.
- BROKER_QUIESCE_COMPLETE - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker has finished quiescing.
- BROKER_QUIESCE_START - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker has started to quiesce.
- BROKER_RESOURCE_STATE_CHANGE - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker's memory level/state has changed
- BROKER_SHUTDOWN_START - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker has started the process of shutting down.
- BROKER_TAKEOVER_COMPLETE - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker has completed the takeover of another broker.
- BROKER_TAKEOVER_FAIL - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker has failed in the attempt to takeover another broker.
- BROKER_TAKEOVER_START - Static variable in class com.sun.messaging.jms.management.server.BrokerNotification
-
A broker has started to takeover another broker.
- BrokerAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on broker attributes.
- BrokerClusterInfo - Class in com.sun.messaging.jms.management.server
-
This class contains constants/names for fields in the CompositeData that is returned by the operations of the Cluster Monitor and Cluster Config MBeans.
- BrokerNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on broker related notifications.
- BrokerNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.BrokerNotification
-
Creates a BrokerNotification object.
- BrokerOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on broker operations.
- BrokerState - Class in com.sun.messaging.jms.management.server
-
Class containing information on broker states.
- BYTESMESSAGE - Enum constant in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
C
- cachedConfigurationMap - Static variable in class com.sun.messaging.AdministeredObject
-
cachedConfigurationMap key = defaultsBase, value is a Properties[] where value[0] is the cached initial value of configuration where value[1] is the cached initial value of configurationTypes where value[2] is the cached initial value of configurationLabels
- CHANGE_MASTER_BROKER - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Get info on specified broker (via address) in cluster.
- ChangeMasterBrokerResultInfo - Class in com.sun.messaging.jms.management.server
-
This class contains constants/names for fields in the CompositeData that is returned by the changeMasterBroker operation of the Cluster Monitor and Cluster Config MBeans.
- CLIENT_ID - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Client ID
- CLIENT_ID - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Client ID
- CLIENT_ID - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Client ID
- CLIENT_PLATFORM - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Client Platform
- CLUSTER_BROKER_DOWN - Static variable in class com.sun.messaging.jms.management.server.ClusterNotification
-
A broker in the cluster has gone down
- CLUSTER_BROKER_JOIN - Static variable in class com.sun.messaging.jms.management.server.ClusterNotification
-
A broker joined the cluster.
- CLUSTER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the Cluster Config MBean.
- CLUSTER_ID - Static variable in class com.sun.messaging.jms.management.server.ClusterAttributes
-
Cluster ID
- CLUSTER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the Cluster Monitor MBean.
- ClusterAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on cluster attributes.
- ClusterNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on cluster related notifications.
- ClusterNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.ClusterNotification
-
Creates a ClusterNotification object.
- ClusterOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on cluster operations.
- com.sun.messaging - package com.sun.messaging
-
Provides the Eclipse OpenMQ(tm) public classes.
- com.sun.messaging.jms - package com.sun.messaging.jms
-
Provides additional Eclipse OpenMQ classes for features that relate to the MQ implementation of the Jakarta Messaging.
- com.sun.messaging.jms.management.server - package com.sun.messaging.jms.management.server
-
Provides utility/convenience classes for writing JMX based clients to manage or monitor the MQ broker.
- com.sun.messaging.jms.notification - package com.sun.messaging.jms.notification
-
Provides a notification API for the MQ client runtime to inform an application about a MQ connection state changes.
- com.sun.messaging.xml - package com.sun.messaging.xml
-
Provides additional Eclipse OpenMQ(tm) classes for features that relate to XML and SOAP messaging.
- COMMIT - Static variable in class com.sun.messaging.jms.management.server.TransactionOperations
-
Commit a transaction.
- COMMITTED - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction was committed.
- COMPACT - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Compact a destination.
- COMPLETE - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction completed.
- CONFIG_FILE_URL - Static variable in class com.sun.messaging.jms.management.server.ClusterAttributes
-
Cluster config file URL
- configuration - Variable in class com.sun.messaging.AdministeredObject
-
The configuration of this
AdministeredObject
- configurationLabels - Variable in class com.sun.messaging.AdministeredObject
- configurationTypes - Variable in class com.sun.messaging.AdministeredObject
- connection - Variable in class com.sun.messaging.jms.notification.ConnectionEvent
-
The connection object that associated with this event.
- Connection - Interface in com.sun.messaging.jms
-
This interafce provides the following API for the MQ applications:
- CONNECTION_CLOSE - Static variable in class com.sun.messaging.jms.management.server.ConnectionNotification
-
A connection was closed.
- CONNECTION_CLOSED_BROKER_DOWN - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Connection closed event code - broker crash.
- CONNECTION_CLOSED_ERROR - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Connection closed event code - server error, e.g.
- CONNECTION_CLOSED_KILL - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Connection closed event code - admin killed connection.
- CONNECTION_CLOSED_LOST_CONNECTION - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
The above event codes are for events originated from the broker.
- CONNECTION_CLOSED_NON_RESPONSIVE - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Connection closed event code - broker is not responsive.
- CONNECTION_CLOSED_RESTART - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Connection closed event code - admin requested restart
- CONNECTION_CLOSED_SHUTDOWN - Static variable in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Connection closed event code - admin requested shutdown
- CONNECTION_CLOSING_ADMIN - Static variable in class com.sun.messaging.jms.notification.ConnectionClosingEvent
-
Connection closing event code - admin requested shutdown.
- CONNECTION_ID - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Connection ID
- CONNECTION_ID - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Connection ID
- CONNECTION_ID - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Connection ID - only for temporary destinations
- CONNECTION_ID - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Connection ID
- CONNECTION_MANAGER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ConnectionManager Config MBean.
- CONNECTION_MANAGER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ConnectionManager Monitor MBean.
- CONNECTION_OPEN - Static variable in class com.sun.messaging.jms.management.server.ConnectionNotification
-
A connection was created.
- CONNECTION_RECONNECT_FAILED - Static variable in class com.sun.messaging.jms.notification.ConnectionReconnectFailedEvent
-
Connection reconnect failed event code.
- CONNECTION_RECONNECTED - Static variable in class com.sun.messaging.jms.notification.ConnectionReconnectedEvent
-
Connection reconnected event code.
- CONNECTION_REJECT - Static variable in class com.sun.messaging.jms.management.server.ConnectionNotification
-
A connection was rejected.
- CONNECTION_STRING - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Object name of Connection
- ConnectionAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on connection attributes.
- ConnectionClosedEvent - Class in com.sun.messaging.jms.notification
-
MQ Connection closed Event.
- ConnectionClosedEvent(Connection, String, String, JMSException) - Constructor for class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Construct a connection closed event.
- ConnectionClosingEvent - Class in com.sun.messaging.jms.notification
-
MQ Connection closing Event.
- ConnectionClosingEvent(Connection, String, String, long) - Constructor for class com.sun.messaging.jms.notification.ConnectionClosingEvent
-
Construct a ConnectionClosingEvent object associated with the connection specified.
- ConnectionConfiguration - Class in com.sun.messaging
-
The
ConnectionConfiguration
class contains OpenMQ specific connection configuration property names and special values. - ConnectionEvent - Class in com.sun.messaging.jms.notification
-
MQ Connection Event.
- ConnectionEvent(Connection, String, String) - Constructor for class com.sun.messaging.jms.notification.ConnectionEvent
-
Construct a MQ connection event.
- ConnectionFactory - Class in com.sun.messaging
-
A
ConnectionFactory
is used to create Connections with the OpenMQ Java Message Service (JMS) provider. - ConnectionFactory() - Constructor for class com.sun.messaging.ConnectionFactory
-
Constructs a ConnectionFactory with the default configuration.
- ConnectionFactory(String) - Constructor for class com.sun.messaging.ConnectionFactory
-
Constructs a ConnectionFactory with the specified configuration.
- ConnectionNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on cluster operations.
- ConnectionNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.ConnectionNotification
-
Creates a ConnectionNotification object.
- ConnectionOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on connection attributes.
- ConnectionReconnectedEvent - Class in com.sun.messaging.jms.notification
-
MQ Connection Reconnected Event is generated and delivered to the event listener if the MQ client runtime reconnected to a broker and an event listener is set to the MQ connection.
- ConnectionReconnectedEvent(Connection, String, String) - Constructor for class com.sun.messaging.jms.notification.ConnectionReconnectedEvent
-
Construct a connection reconnect event.
- ConnectionReconnectFailedEvent - Class in com.sun.messaging.jms.notification
-
MQ Connection Reconnect Failed Event is generated and delivered to the event listener if a MQ reconnect failed and an event listener is set to the MQ connection.
- ConnectionReconnectFailedEvent(Connection, String, String, JMSException) - Constructor for class com.sun.messaging.jms.notification.ConnectionReconnectFailedEvent
-
Construct a connection reconnect failed event associated with the specified connection.
- CONSUMER_FLOW_LIMIT - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Consumer flow limit
- CONSUMER_ID - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Consumer ID
- CONSUMER_MANAGER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ConsumerManager Config MBean.
- CONSUMER_MANAGER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ConsumerManager Monitor MBean.
- CONSUMER_NOT_READY - Static variable in class com.sun.messaging.jms.notification.ConsumerEvent
-
No consumer event code
- CONSUMER_READY - Static variable in class com.sun.messaging.jms.notification.ConsumerEvent
-
Consumer ready event code
- ConsumerAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on consumer attributes.
- ConsumerEvent - Class in com.sun.messaging.jms.notification
-
MQ Consumer Event.
- ConsumerEvent(Destination, Connection, String, String) - Constructor for class com.sun.messaging.jms.notification.ConsumerEvent
-
Construct a MQ consumer event.
- ConsumerInfo - Class in com.sun.messaging.jms.management.server
-
This class contains constants/names for fields in the CompositeData that is returned by the operations of the Consumer Manager Monitor MBean.
- ConsumerOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on consumer operations.
- CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationPauseType
-
Pauses delivery of messages to consumers
- CONSUMERS_PAUSED - Static variable in class com.sun.messaging.jms.management.server.DestinationState
-
Message delivery to consumers is paused.
- cr - Static variable in class com.sun.messaging.AdministeredObject
- CREATE - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Create a destination.
- createConnection() - Method in class com.sun.messaging.AdminConnectionFactory
-
Creates a Connection with the default user identity.
- createConnection() - Method in class com.sun.messaging.BasicConnectionFactory
-
Creates a Connection with the default user identity.
- createConnection(String, String) - Method in class com.sun.messaging.AdminConnectionFactory
-
Creates a Connection with a specified user identity.
- createConnection(String, String) - Method in class com.sun.messaging.BasicConnectionFactory
-
Creates a Connection with a specified user identity.
- createConnectionConfig(String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
-
Creates ObjectName for specified connection configuration MBean.
- createConnectionMonitor(String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
-
Creates ObjectName for specified connection monitoring MBean.
- createContext() - Method in class com.sun.messaging.BasicConnectionFactory
- createContext(int) - Method in class com.sun.messaging.BasicConnectionFactory
- createContext(String, String) - Method in class com.sun.messaging.BasicConnectionFactory
- createContext(String, String, int) - Method in class com.sun.messaging.BasicConnectionFactory
- CREATED - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction was created.
- CREATED_BY_ADMIN - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Created by administrator.
- createDestinationConfig(String, String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
-
Creates ObjectName for destination configuration MBean.
- createDestinationMonitor(String, String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
-
Creates ObjectName for specified destination monitor MBean.
- createJMSMessage(MessageTransformer.JMSMessageType) - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
Create a JMS message object.
- createQueue(String) - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
To be called from the transform() method when needs to create a JMS Queue object to the target provider
- createQueueConnection() - Method in class com.sun.messaging.ConnectionFactory
-
Creates a Queue Connection with the default user identity.
- createQueueConnection(String, String) - Method in class com.sun.messaging.ConnectionFactory
-
Creates a Queue Connection with a specified user identity.
- createQueueSession(int) - Method in interface com.sun.messaging.jms.QueueConnection
-
Creates a
QueueSession
object. - createServiceConfig(String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
-
Creates ObjectName for service configuration MBean.
- createServiceMonitor(String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
-
Creates ObjectName for service monitoring MBean.
- createSession(int) - Method in interface com.sun.messaging.jms.Connection
-
Creates a
Session
object. - createTopic(String) - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
To be called from the transform() method when needs to create a JMS Topic object to the target provider
- createTopicConnection() - Method in class com.sun.messaging.ConnectionFactory
-
Creates a Topic Connection with the default user identity.
- createTopicConnection(String, String) - Method in class com.sun.messaging.ConnectionFactory
-
Creates a Topic Connection with a specified user identity.
- createTopicSession(int) - Method in interface com.sun.messaging.jms.TopicConnection
-
Creates a
TopicSession
object. - createXAConnection() - Method in class com.sun.messaging.XAConnectionFactory
-
Create an XA connection with default user identity.
- createXAConnection(String, String) - Method in class com.sun.messaging.XAConnectionFactory
-
Create an XA connection with specified user identity.
- createXAContext() - Method in class com.sun.messaging.XAConnectionFactory
- createXAContext(String, String) - Method in class com.sun.messaging.XAConnectionFactory
- createXAQueueConnection() - Method in class com.sun.messaging.XAConnectionFactory
-
Create an XA queue connection with default user identity.
- createXAQueueConnection(String, String) - Method in class com.sun.messaging.XAConnectionFactory
-
Create an XA queue connection with specific user identity.
- createXATopicConnection() - Method in class com.sun.messaging.XAConnectionFactory
-
Create an XA topic connection with default user identity.
- createXATopicConnection(String, String) - Method in class com.sun.messaging.XAConnectionFactory
-
Create an XA topic connection with specified user identity.
- CREATION_TIME - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Creation Timestamp
- CREATION_TIME - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Creation Time
- CREATION_TIME - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Creation Time
- CREATION_TIME - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Creation time
- Custom Messaging Functionality - Search tag in package com.sun.messaging.jms
- Section
D
- Destination - Class in com.sun.messaging
-
A
Destination
encapsulates Sun MQ specific configuration information for Sun MQDestination
objects. - Destination() - Constructor for class com.sun.messaging.Destination
-
Constructs an "untitled" Destination.
- Destination(String) - Constructor for class com.sun.messaging.Destination
-
Constructs a Destination given the name
- DESTINATION_COMPACT - Static variable in class com.sun.messaging.jms.management.server.DestinationNotification
-
A destination was compacted.
- DESTINATION_CREATE - Static variable in class com.sun.messaging.jms.management.server.DestinationNotification
-
A destination was created.
- DESTINATION_DESTROY - Static variable in class com.sun.messaging.jms.management.server.DestinationNotification
-
A destination was destroyed.
- DESTINATION_MANAGER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the DestinationManager Config MBean.
- DESTINATION_MANAGER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the DestinationManager Monitor MBean.
- DESTINATION_NAME - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Destination Name
- DESTINATION_NAME - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Destination Name
- DESTINATION_NAMES - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Destination Names (that match wildcard)
- DESTINATION_NAMES - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Destination Names (that match wildcard)
- DESTINATION_PAUSE - Static variable in class com.sun.messaging.jms.management.server.DestinationNotification
-
A destination was paused.
- DESTINATION_PURGE - Static variable in class com.sun.messaging.jms.management.server.DestinationNotification
-
A destination was purged.
- DESTINATION_RESUME - Static variable in class com.sun.messaging.jms.management.server.DestinationNotification
-
A destination was resumed.
- DESTINATION_TYPE - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Destination Type
- DESTINATION_TYPE - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Destination Type
- DestinationAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on destination attributes.
- DestinationConfiguration - Class in com.sun.messaging
-
The
DestinationConfiguration
class contains Sun MQ specific destination identity configuration property names and values. - DestinationLimitBehavior - Class in com.sun.messaging.jms.management.server
-
Class containing information on destination limit behavior.
- DestinationNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on consumer notifications.
- DestinationNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.DestinationNotification
-
Creates a DestinationNotification object.
- DestinationOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on destination operations.
- DestinationPauseType - Class in com.sun.messaging.jms.management.server
-
Class containing constants for destination pause type.
- DestinationState - Class in com.sun.messaging.jms.management.server
-
Class containing information on destination states.
- DestinationType - Class in com.sun.messaging.jms.management.server
-
Class containing information on destination types.
- DESTROY - Static variable in class com.sun.messaging.jms.management.server.ConnectionOperations
-
Destroy a connection.
- DESTROY - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Destroy a destination
- DETAIL_MESSAGE - Static variable in class com.sun.messaging.jms.management.server.ChangeMasterBrokerResultInfo
-
DetailMessage of any BrokerException thrown when performing this operation
- DISK_RESERVED - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Disk reserved.
- DISK_USED - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Disk Used.
- DISK_UTILIZATION_RATIO - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Disk utilization ratio.
- DMQ_TRUNCATE_BODY - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Truncate bodies of messages in DMQ.
- dump() - Method in class com.sun.messaging.AdministeredObject
-
Returns the provider specific name for this
AdministeredObject
along with a complete listing of its configuration, configuration attribute label keys and configuration attribute types. - DURABLE - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Durable (whether the consume is a durable or not)
- DURABLE_ACTIVE - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
DurableActive (whether the durable is active or not)
- DURABLE_NAME - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Durable name
E
- EMBEDDED - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Whether broker is embedded (running in process) or not.
- Enhanced exception classes - Search tag in package com.sun.messaging.jms
- Section
- enumeratePropertyNames() - Method in class com.sun.messaging.AdministeredObject
-
Returns an enumeration of the configuration property names of this
AdministeredObject
. - equals(Object) - Method in class com.sun.messaging.BasicQueue
-
Compares this Queue to the specified object.
- equals(Object) - Method in class com.sun.messaging.BasicTopic
-
Compares this Topic to the specified object.
- ERROR - Static variable in class com.sun.messaging.jms.management.server.LogLevel
-
Log level that will allow messages indicating problems that could cause system failure to be logged.
- Event - Class in com.sun.messaging.jms.notification
-
MQ Event.
- Event(Object, String, String) - Constructor for class com.sun.messaging.jms.notification.Event
-
Construct a MQ event associated with the source specified.
- EventListener - Interface in com.sun.messaging.jms.notification
-
An event listener object is used to receive asynchronously delivered MQ events.
F
- FAILED - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction failed.
- FLOW_CONTROL - Static variable in class com.sun.messaging.jms.management.server.DestinationLimitBehavior
-
Flow control - the producers are slowed down.
- FLOW_PAUSED - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Flow Paused
- FLOW_PAUSED - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Flow Paused
- FREE_MEMORY - Static variable in class com.sun.messaging.jms.management.server.JVMAttributes
-
FreeMemory
G
- GET_ACTIVE_CONSUMER_IDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get active consumers IDs
- GET_BACKUP_CONSUMER_IDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get backup consumers IDs
- GET_BROKER_ADDRESSES - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Get addresses for all brokers in cluster.
- GET_BROKER_IDS - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Get IDs for all brokers in cluster.
- GET_BROKER_INFO - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Get info on all brokers in cluster.
- GET_BROKER_INFO_BY_ADDRESS - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Get info on specified broker (via address) in cluster.
- GET_BROKER_INFO_BY_ID - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Get info on specified broker (via ID) in cluster.
- GET_CONNECTION - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get connection - relevant for temporary destinations only.
- GET_CONNECTIONS - Static variable in class com.sun.messaging.jms.management.server.ConnectionOperations
-
Get list of connection MBean object names
- GET_CONNECTIONS - Static variable in class com.sun.messaging.jms.management.server.ServiceOperations
-
Get list of connection MBean object names
- GET_CONSUMER_IDS - Static variable in class com.sun.messaging.jms.management.server.ConnectionOperations
-
Get list of consumer IDs
- GET_CONSUMER_IDS - Static variable in class com.sun.messaging.jms.management.server.ConsumerOperations
-
Get list of consumer IDs
- GET_CONSUMER_IDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get consumer IDs
- GET_CONSUMER_IDS - Static variable in class com.sun.messaging.jms.management.server.ServiceOperations
-
Get list of consumer IDs.
- GET_CONSUMER_INFO - Static variable in class com.sun.messaging.jms.management.server.ConsumerOperations
-
Get info on all consumers
- GET_CONSUMER_INFO_BY_ID - Static variable in class com.sun.messaging.jms.management.server.ConsumerOperations
-
Get info on specified consumer (via ID)
- GET_CONSUMER_WILDCARDS - Static variable in class com.sun.messaging.jms.management.server.ConsumerOperations
-
Get consumer wildcards
- GET_CONSUMER_WILDCARDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get consumer wildcards used on this destination
- GET_DESTINATIONS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get list of destination MBean object names.
- GET_NUM_WILDCARD_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.ConsumerOperations
-
Get number of consumers that use a specific wildcard
- GET_NUM_WILDCARD_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get number of consumers on this destination that use a specific wildcard
- GET_NUM_WILDCARD_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get number of producers on this destination that use a specific wildcard
- GET_NUM_WILDCARD_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.ProducerOperations
-
Get number of producers that use a specific wildcard
- GET_PRODUCER_IDS - Static variable in class com.sun.messaging.jms.management.server.ConnectionOperations
-
Get list of producer IDs
- GET_PRODUCER_IDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get producer IDs
- GET_PRODUCER_IDS - Static variable in class com.sun.messaging.jms.management.server.ProducerOperations
-
Get list of producer IDs.
- GET_PRODUCER_IDS - Static variable in class com.sun.messaging.jms.management.server.ServiceOperations
-
Get list of producer IDs.
- GET_PRODUCER_INFO - Static variable in class com.sun.messaging.jms.management.server.ProducerOperations
-
Get info on all producers
- GET_PRODUCER_INFO_BY_ID - Static variable in class com.sun.messaging.jms.management.server.ProducerOperations
-
Get info on specified producer (via ID)
- GET_PRODUCER_WILDCARDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get producer wildcards used on this destination
- GET_PRODUCER_WILDCARDS - Static variable in class com.sun.messaging.jms.management.server.ProducerOperations
-
Get producer wildcards
- GET_PROPERTY - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
GetProperty operation.
- GET_SERVICE - Static variable in class com.sun.messaging.jms.management.server.ConnectionOperations
-
Get object names of service MBean
- GET_SERVICES - Static variable in class com.sun.messaging.jms.management.server.ServiceOperations
-
Get list of service MBean object names
- GET_TEMP_DESTINATIONS - Static variable in class com.sun.messaging.jms.management.server.ConnectionOperations
-
Get object names of temporary destination MBeans
- GET_TRANSACTION_IDS - Static variable in class com.sun.messaging.jms.management.server.TransactionOperations
-
Get list of transaction IDs
- GET_TRANSACTION_INFO - Static variable in class com.sun.messaging.jms.management.server.TransactionOperations
-
Get info on all transactions
- GET_TRANSACTION_INFO_BY_ID - Static variable in class com.sun.messaging.jms.management.server.TransactionOperations
-
Get info on specified transaction (via ID)
- GET_WILDCARDS - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Get wildcards used on this destination i.e.
- getBranchTo() - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
This method is called by the bridge service after transform() is returned for bridge types that support branchTo()
- getBrokerAddress() - Method in interface com.sun.messaging.jms.Connection
-
Get the broker's address that the connection is connected (related) to.
- getBrokerAddress() - Method in class com.sun.messaging.jms.notification.ConnectionEvent
-
Get the broker's address that the event is associated with.
- getBrokerAddress() - Method in class com.sun.messaging.jms.notification.ConsumerEvent
-
Get the broker's address that sent the event.
- getClosingTimePeriod() - Method in class com.sun.messaging.jms.notification.ConnectionClosingEvent
-
Get the connection closing time period in milli seconds.
- getConfiguration() - Method in class com.sun.messaging.AdministeredObject
-
Returns the configuration of this
AdministeredObject
. - getConnection() - Method in class com.sun.messaging.jms.notification.ConnectionEvent
-
Get the current connection associated with this event.
- getConnection() - Method in class com.sun.messaging.jms.notification.ConsumerEvent
-
Get the connection on which the event was received.
- getConnectionID() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- getConnectionType() - Method in class com.sun.messaging.BasicConnectionFactory
-
Returns the type of connections created by this
BasicConnectionFactory
. - getContainerType() - Static method in class com.sun.messaging.BasicConnectionFactory
- getContainerType() - Static method in class com.sun.messaging.XAConnectionFactory
- getCreatedByAdmin() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- getCurrentConfiguration() - Method in class com.sun.messaging.AdministeredObject
-
Returns the current (runtime) configuration of this
AdministeredObject
modified by any System properties. - getDescription() - Method in class com.sun.messaging.Queue
-
Returns the description for this Queue.
- getDescription() - Method in class com.sun.messaging.Topic
-
Returns the description for this Topic.
- getDestination() - Method in class com.sun.messaging.jms.notification.ConsumerEvent
-
Get the registered destination on which the event was occurred.
- getDestinationName() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- getDestinationType() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- getEventCode() - Method in class com.sun.messaging.jms.notification.Event
-
Get the event code associated with the MQ event.
- getEventMessage() - Method in class com.sun.messaging.jms.notification.Event
-
Get the event message associated with the connection event.
- getImplementationVersion() - Method in class com.sun.messaging.Version
-
Returns the implementation version of the product example 3.6
- getIntVersion(String) - Static method in class com.sun.messaging.Version
-
Returns the Version info in the form of an array of integer.
- getJMSException() - Method in class com.sun.messaging.jms.notification.ConnectionClosedEvent
-
Get the JMSException that caused the connection to be closed.
- getJMSException() - Method in class com.sun.messaging.jms.notification.ConnectionReconnectFailedEvent
-
Get the JMSException that caused the connection to be closed.
- getJMXServiceURL() - Method in class com.sun.messaging.AdminConnectionFactory
-
Returns the relevant JMXServiceURL that is advertised by the portmapper.
- getLabelForGroup(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns the label for a given group.
- getLevel() - Method in class com.sun.messaging.jms.management.server.LogNotification
-
Returns the log level related to this log notification.
- getLogState() - Method in exception class com.sun.messaging.jms.IllegalStateException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.InvalidClientIDException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.InvalidDestinationException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.InvalidSelectorException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.JMSException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.JMSSecurityException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.MessageEOFException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.MessageFormatException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.MQIllegalStateRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQInvalidClientIDRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQInvalidDestinationRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQInvalidSelectorRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQMessageFormatRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQSecurityRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQTransactionInProgressRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
-
return whether this object is logged
- getLogState() - Method in exception class com.sun.messaging.jms.ResourceAllocationException
-
get logging state of this object.
- getLogState() - Method in exception class com.sun.messaging.jms.TransactionRolledBackException
-
get logging state of this object.
- getMajorVersion() - Method in class com.sun.messaging.Version
-
Returns the Major release of the Product version for example if the release value is 3.6.1 then the major version value will be 3.
- getMessage() - Method in class com.sun.messaging.jms.management.server.LogNotification
-
Returns message related to this log notification.
- getMinorVersion() - Method in class com.sun.messaging.Version
-
Returns the Minor release of the Product version for example if the release value is 3.6.1 then the returned value of minor version will be 6
- getName() - Method in class com.sun.messaging.Destination
-
Returns the name of this Destination.
- getPauseType() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- getProductName() - Method in class com.sun.messaging.Version
-
Returns the product name example Eclipse OpenMQ(tm)
- getPropertiesForGroup(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns an ordered property list for a given group.
- getProperty(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns a single configuration property value given the property name.
- getPropertyDefault(String) - Method in interface com.sun.messaging.PropertyOwner
-
Returns the default value of a single owned property.
- getPropertyForListValue(String, String) - Method in class com.sun.messaging.AdministeredObject
-
Returns the property name for any selection on Properties of Type List.
- getPropertyGroups() - Method in class com.sun.messaging.AdministeredObject
-
Returns an ordered property groups list.
- getPropertyLabel(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns the configuration label of a single configuration property name.
- getPropertyLabel(String) - Method in interface com.sun.messaging.PropertyOwner
-
Returns the label of a single owned property.
- getPropertyListOtherName(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns the property name for the ...
- getPropertyListValues(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns an ordered property list for Properties of Type List.
- getPropertyNames() - Method in interface com.sun.messaging.PropertyOwner
-
Returns a String array of property names that this
PropertyOwner
owns. - getPropertyType(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns the configuration type of a single configuration property name.
- getPropertyType(String) - Method in interface com.sun.messaging.PropertyOwner
-
Returns the type of a single owned property.
- getPropertyValueForListValue(String, String, String) - Method in class com.sun.messaging.AdministeredObject
-
Returns the property values set when a property of type List is set to a particular value.
- getQueueName() - Method in class com.sun.messaging.Destination
-
Returns the queue name.
- getReference() - Method in class com.sun.messaging.ConnectionFactory
-
Returns the reference to this object.
- getReference() - Method in class com.sun.messaging.Queue
-
Returns a Reference Object that can be used to reconstruct this object.
- getReference() - Method in class com.sun.messaging.Topic
-
Returns a Reference Object that can be used to reconstruct this object.
- getRemoteHost() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- getServiceName() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- getServiceName() - Method in class com.sun.messaging.jms.management.server.ServiceNotification
- getSource() - Method in class com.sun.messaging.jms.notification.ConnectionEvent
-
Return com.sun.messaging.jms.Connection object.
- getStoredVersion() - Method in class com.sun.messaging.AdministeredObject
-
Returns the storedVersion of this
AministeredObject
. - getTargetJMSVersion() - Method in class com.sun.messaging.Version
-
Returns the JMS API version the product implements example 1.1
- getTopicName() - Method in class com.sun.messaging.Destination
-
Returns the topic name.
- getUserName() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- getVersion() - Method in class com.sun.messaging.Version
-
Returns the Version info of the product, this string is the concatanated value of pacakage name, API version, Protocol version, JMS API version, and the patch information.
- getVERSION() - Static method in class com.sun.messaging.AdministeredObject
-
Returns the Version string used for this MQ
AdministeredObject
.
H
- hashCode() - Method in class com.sun.messaging.BasicQueue
- hashCode() - Method in class com.sun.messaging.BasicTopic
- HIGHLY_AVAILABLE - Static variable in class com.sun.messaging.jms.management.server.ClusterAttributes
-
Is cluster highly available ?
- HOST - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Broker host.
- HOST - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Connection Host
- HOST - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Host
- HOST - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Host
I
- ID - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
The ID of the broker.
- IllegalStateException - Exception Class in com.sun.messaging.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 class com.sun.messaging.jms.IllegalStateException
-
Constructs a
IllegalStateException
with the specified reason and with the error code defaulting to null. - IllegalStateException(String, String) - Constructor for exception class com.sun.messaging.jms.IllegalStateException
-
Constructs a
IllegalStateException
with the specified reason and error code. - IMQ_INITIAL_DESTINATION_DESCRIPTION - Static variable in class com.sun.messaging.DestinationConfiguration
-
The default description initially given to a
Destination
object upon instantiation. - IMQ_INITIAL_DESTINATION_NAME - Static variable in class com.sun.messaging.DestinationConfiguration
-
The default name initially given to a
Destination
object upon instantiation. - imqAbortOnPingAckTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
If this property is set to true, the MQ Client Runtime will abort the connection to the MQ broker when timeout, as specified by
imqPingAckTimeout
, in waiting for a 'ping' reply or any data sent from the MQ broker since last 'ping', then the MQ Client Runtime will perform actions as if the connection is broken. - imqAckOnAcknowledge - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property is used to control the reliability of message acknowledgement for every message that is consumed by a MessageConsumer.
- imqAckOnProduce - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property is used to control the reliability of every message that is produced by a MessageProducer.
- imqAckTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the the maximum time, in milliseconds, that a OpenMQ Client Application will wait before throwing a JMSException when awaiting an acknowledgement from the OpenMQ Message Service.
- imqAddress - Static variable in class com.sun.messaging.AdminConnectionConfiguration
-
This property holds the address that will be used by management clients to connect to the MQ Message Service.
- imqAddressList - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the address list that will be used to connect to the OpenMQ Message Service.
- imqAddressListBehavior - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property determines how OpenMQ will select entries from the
imqAddressList
property to use when making a connection to the OpenMQ Message Service. - imqAddressListIterations - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the number of times that OpenMQ will iterate through
imqAddressList
when connecting to the OpenmMQ Service. - imqAsyncSendCompletionWaitTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the the minimum time, in milliseconds, that the MQ client runtime will wait for an asynchronous send to complete before calling the CompletionListener's onException method with timed out exception
- imqBrokerHostName - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the hostname that will be used to connect to the OpenMQ Message Service using the TCP and TLS ConnectionHandler classes provided with OpenMQ.
- imqBrokerHostPort - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the Primary Port number that will be used to connect to the OpenMQ Message Service using the TCP and TLS ConnectionHandler classes provided with OpenMQ.
- imqBrokerServiceName - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the connection service name that will be used to connect to the OpenMQ Message Service using the TCP and TLS ConnectionHandler classes provided with OpenMQ.
- imqBrokerServicePort - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the actual port number that will be used to connect to the OpenMQ Message Service using the TCP and TLS ConnectionHandler classes provided with OpenMQ.
- imqConfiguredClientID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the value of an administratively configured ClientID.
- imqConnectionFlowCount - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property manages the number of JMS messages that will flow from the OpenMQ Message Service to the MQ Client between each 'resume flow' notification from the Client to the Message Service to receive additional JMS messages.
- imqConnectionFlowLimit - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property specifies the number of uncomsumed JMS messages that a OpenMQ Client can hold, above which the MQ Client will refrain from sending a 'resume flow' notification to the OpenMQ Message Service.
- imqConnectionFlowLimitEnabled - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether the OpenMQ Client should limit the flow of JMS messages from the OpenMQ Message Service using the number of messages specified in
imqConnectionFlowLimit
. - imqConnectionHandler - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the name of the class that will be used to handle the connection to the OpenMQ Message Service and is required when the value of the
imqConnectionType
property is set to...
- imqConnectionType - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the connection type used to connect to the OpenMQ Message Service.
- imqConnectionURL - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the URL that will be used when connecting to the OpenMQ Message Service using the HTTP ConnectionHandler class provided with OpenMQ.
- imqConsumerFlowLimit - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property specifies the upper limit of the number of messages per consumer that will be delivered and buffered in the MQ client.
- imqConsumerFlowLimitPrefetch - Static variable in class com.sun.messaging.ConnectionConfiguration
-
When this property is set to false, there will be no prefetch next message (except the first message) from broker to a consumer, and consumer flow control properties
imqConsumerFlowLimit
andimqConsumerFlowThreshold
will be ignored. - imqConsumerFlowThreshold - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property controls when JMS message delivery will resume to consumers that have had their message delivery stopped due to the number of messages buffered in the MQ client exceeding the limit set by
imqConsumerFlowLimit
and is expressed as a percentage ofimqConsumerFlowLimit
. - imqDefaultAdminPassword - Static variable in class com.sun.messaging.AdminConnectionConfiguration
-
This property holds the default administrator password that will be used to authenticate with the MQ Administration Service.
- imqDefaultAdminUsername - Static variable in class com.sun.messaging.AdminConnectionConfiguration
-
This property holds the default administrator username that will be used to authenticate with the MQ Administration Service.
- imqDefaultPassword - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the default password that will be used to authenticate with the OpenMQ Message Service.
- imqDefaultUsername - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the default username that will be used to authenticate with the OpenMQ Message Service.
- imqDestinationDescription - Static variable in class com.sun.messaging.DestinationConfiguration
-
The property name that holds a description given to the
Destination
object. - imqDestinationName - Static variable in class com.sun.messaging.DestinationConfiguration
-
The property name that holds the name assigned to the
Destination
object. - imqDisableSetClientID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether the OpenMQ Client Application is prevented from changing the ClientID using the
setClientID()
method injakarta.jms.Connection
. - imqEnableSharedClientID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether the client identifier requested and used by this connection is to be acquired in 'shared' mode.
- imqJMSDeliveryMode - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the administratively configured value of the JMS Message Header
JMSDeliveryMode
. - imqJMSExpiration - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the administratively configured value of the JMS Message Header
JMSExpiration
. - imqJMSPriority - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the administratively configured value of the JMS Message Header
JMSPriority
. - imqKeyStore - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property specifies the key store location
- imqKeyStorePassword - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property specifies the key store password.
- imqLoadMaxToServerSession - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates how the OpenMQ ConnectionConsumer should load messages into a ServerSession's JMS Session.
- imqOnMessageExceptionRedeliveryAttempts - Static variable in class com.sun.messaging.ConnectionConfiguration
-
For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE, maximum redelivery attempts (>= 1) when a jakarta.jms.MessageListener.onMessage() throws RuntimeException.
- imqOnMessageExceptionRedeliveryIntervals - Static variable in class com.sun.messaging.ConnectionConfiguration
-
For AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE, the interval in milliseconds for each subsequent redelivery attempt after first attempt when a jakarta.jms.MessageListener.onMessage() throws RuntimeException.
- imqOverrideJMSDeliveryMode - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should override the JMS Message Header
JMSDeliveryMode
which can be set using the JMS APIs. - imqOverrideJMSExpiration - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should override the JMS Message Header
JMSExpiration
which can be set using the JMS APIs. - imqOverrideJMSHeadersToTemporaryDestinations - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should override the JMS Message Headers on Messages that are sent to Temporary Destinations.
- imqOverrideJMSPriority - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should override the JMS Message Header
JMSPriority
which can be set using the JMS APIs. - imqPingAckTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
When
imqAbortOnPingAckTimeout
is true, this property specifies maximum time, in milliseconds, that MQ Client Runtime will wait for a ping reply or any data sent from the MQ broker since last 'ping'. - imqPingInterval - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property specifies the 'ping' interval, in seconds, between successive attempts made by an MQ Connection to verify that its physical connection to the MQ broker is still functioning properly.
- imqPortMapperSoTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property defines port mapper client socket read timeout, in milliseconds.
- imqQueueBrowserMaxMessagesPerRetrieve - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the the maximum number of messages that will be retrieved at one time when a OpenMQ Client Application is enumerating through the messages on a Queue using a QueueBrowser.
- imqQueueBrowserRetrieveTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the the maximum time, in milliseconds, that a OpenMQ Client Application will wait before throwing a NoSuchElementException when retrieving elements from a QueueBrowser Enumeration.
- imqReconnectAttempts - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the number of reconnect attempts for each address in the
imqAddressList
property that the OpenMQ Client Application will make before moving on the the next address inimqAddressList
. - imqReconnectEnabled - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether the OpenMQ Client Application will attempt to reconnect to the OpenMQ Message Service upon losing its connection.
- imqReconnectInterval - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property specifies the interval, in milliseconds, between successive reconnect attempts made by the MQ Client Application to the OpenMQ Message Service.
- imqSetJMSXAppID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should set the JMSXAppID property on produced messages.
- imqSetJMSXConsumerTXID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should set the JMSXConsumerTXID property on consumed messages.
- imqSetJMSXProducerTXID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should set the JMSXProducerTXID property on produced messages.
- imqSetJMSXRcvTimestamp - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should set the JMSXRcvTimestamp property on consumed messages.
- imqSetJMSXUserID - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether OpenMQ should set the JMSXUserID property on produced messages.
- imqSocketConnectTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property defines the socket timeout, in milliseconds, used when a TCP connection is made to the broker.
- imqSSLIsHostTrusted - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property indicates whether the host is trusted when connecting to the OpenMQ Message Service using the TLS ConnectionHandler class provided with OpenMQ.
- imqSSLProviderClassname - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This property holds the TLS Provider Classname that will be used when connecting to the OpenMQ Message Service using the TLS ConnectionHandler class provided with OpenMQ.
- INCOMPLETE - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction incomplete.
- INFO - Static variable in class com.sun.messaging.jms.management.server.LogLevel
-
Log level that will allow reporting of metrics and other informational messages to be logged.
- init(Object, String) - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
This method is called by the bridge service before transform() is called.
- INIT_MEMORY - Static variable in class com.sun.messaging.jms.management.server.JVMAttributes
-
InitMemory
- INITIALIZING - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker is initializing.
- INSTANCE_NAME - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Broker instance name.
- InvalidClientIDException - Exception Class in com.sun.messaging.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, String) - Constructor for exception class com.sun.messaging.jms.InvalidClientIDException
-
Constructs a
InvalidClientIDException
with the specified reason and error code. - InvalidDestinationException - Exception Class in com.sun.messaging.jms
-
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
- InvalidDestinationException(String, String) - Constructor for exception class com.sun.messaging.jms.InvalidDestinationException
-
Constructs a
InvalidDestinationException
with the specified reason and error code. - InvalidPropertyException - Exception Class in com.sun.messaging
-
An
InvalidPropertyException
is thrown when a setProperty is called with an invalid property name parameter. - InvalidPropertyException(String) - Constructor for exception class com.sun.messaging.InvalidPropertyException
-
Constructs an InvalidPropertyException.
- InvalidPropertyValueException - Exception Class in com.sun.messaging
-
An
InvalidPropertyValueException
is thrown when setProperty is called with an invalid property value parameter. - InvalidPropertyValueException(String, String) - Constructor for exception class com.sun.messaging.InvalidPropertyValueException
-
Constructs an InvalidPropertyValueException.
- InvalidSelectorException - Exception Class in com.sun.messaging.jms
-
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
- InvalidSelectorException(String, String) - Constructor for exception class com.sun.messaging.jms.InvalidSelectorException
-
Constructs a
InvalidSelectorException
with the specified reason and error code. - isConnectedToHABroker() - Method in interface com.sun.messaging.jms.Connection
-
Get the current connection state.
- isNoTransfer() - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
This method is called by the bridge service after transform() is returned for bridge types that support noTransfer()
- isPropertyDeprecated(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns whether a single configuration property name is deprecated or not.
- isPropertyHidden(String) - Method in class com.sun.messaging.AdministeredObject
-
Returns whether a single configuration property name should be hidden or not.
- isQueue() - Method in class com.sun.messaging.BasicQueue
-
Returns whether this is a Queueing type of Destination object
- isQueue() - Method in class com.sun.messaging.BasicTopic
-
Returns whether this is a Queueing type of Destination object
- isQueue() - Method in class com.sun.messaging.Destination
-
Returns whether this is a Queueing type of Destination.
- isReadOnly() - Method in class com.sun.messaging.AdministeredObject
-
Returns the readOnly state of this
AministeredObject
. - isStoredVersionCompatible() - Method in class com.sun.messaging.AdministeredObject
-
Tests whether the storedVersion of this
AministeredObject
is compatible with the current runtime VERSION - isTemporary() - Method in class com.sun.messaging.BasicQueue
-
Returns whether this is a Temporary type of Destination object
- isTemporary() - Method in class com.sun.messaging.BasicTopic
-
Returns whether this is a Temporary type of Destination object
- isTemporary() - Method in class com.sun.messaging.Destination
-
Returns whether this is a Temporary type of Destination.
J
- JMSDeliveryMode_NON_PERSISTENT - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This constant is used to set the value of
imqJMSDeliveryMode
to NON_PERSISTENT when the JMSDeliveryMode JMS Message Header is administratively configured. - JMSDeliveryMode_PERSISTENT - Static variable in class com.sun.messaging.ConnectionConfiguration
-
This constant is used to set the value of
imqJMSDeliveryMode
to PERSISTENT when the JMSDeliveryMode JMS Message Header is administratively configured. - JMSException - Exception Class in com.sun.messaging.jms
-
This class encapsulates MQ JMSExceptions.
- JMSException(String) - Constructor for exception class com.sun.messaging.jms.JMSException
-
Constructs a
JMSException
with the specified reason and with the error code defaulting to null. - JMSException(String, String) - Constructor for exception class com.sun.messaging.jms.JMSException
-
Constructs a
JMSException
with the specified reason and error code. - JMSException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.JMSException
-
Constructs a
JMSException
with the specified reason, error code, and a specified cause. - JMSSecurityException - Exception Class in com.sun.messaging.jms
-
This exception must be thrown when a provider rejects a user name/password submitted by a client.
- JMSSecurityException(String) - Constructor for exception class com.sun.messaging.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason and with the error code defaulting to null. - JMSSecurityException(String, String) - Constructor for exception class com.sun.messaging.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason and error code. - JMSSecurityException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.JMSSecurityException
-
Constructs a
JMSSecurityException
with the specified reason, error code, and a specified cause. - JVM_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the JVM Monitor MBean.
- JVMAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on JVM attributes.
L
- LAST_ACK_TIME - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Last acknowledge time
- LEVEL - Static variable in class com.sun.messaging.jms.management.server.LogAttributes
-
Log level
- LIMIT_BEHAVIOR - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Limit behavior
- LOCAL_BROKER_INFO - Static variable in class com.sun.messaging.jms.management.server.ClusterAttributes
-
Local master broker info
- LOCAL_DELIVERY_PREFERRED - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
LocalDeliveryPreferred
- LOCAL_ONLY - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Local Only
- LOG_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the Log Config MBean.
- LOG_DEAD_MSGS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Logging of dead messages.
- LOG_DIRECTORY - Static variable in class com.sun.messaging.jms.management.server.LogAttributes
-
Log directory
- LOG_FILE_NAME - Static variable in class com.sun.messaging.jms.management.server.LogAttributes
-
Log file Name
- LOG_LEVEL_ERROR - Static variable in class com.sun.messaging.jms.management.server.LogNotification
- LOG_LEVEL_INFO - Static variable in class com.sun.messaging.jms.management.server.LogNotification
- LOG_LEVEL_PREFIX - Static variable in class com.sun.messaging.jms.management.server.LogNotification
- LOG_LEVEL_WARNING - Static variable in class com.sun.messaging.jms.management.server.LogNotification
- LOG_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the Log Monitor MBean.
- LogAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on log attributes.
- LogLevel - Class in com.sun.messaging.jms.management.server
-
Class containing information on log levels
- LogNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on log related notifications.
- LogNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.LogNotification
-
Creates a LogNotification object.
M
- MAPMESSAGE - Enum constant in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
- MASTER_BROKER_INFO - Static variable in class com.sun.messaging.jms.management.server.ClusterAttributes
-
Cluster master broker info
- MAX_BYTES_PER_MSG - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max size of a message.
- MAX_MEMORY - Static variable in class com.sun.messaging.jms.management.server.JVMAttributes
-
MaxMemory
- MAX_NUM_ACTIVE_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max number of active consumers.
- MAX_NUM_BACKUP_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max number of backup consumers.
- MAX_NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max number of messages.
- MAX_NUM_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max number of producers.
- MAX_THREADS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Max threads
- MAX_TOTAL_MSG_BYTES - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Max total msg bytes
- Message - Interface in com.sun.messaging.jms
-
The
com.sun.messaging.jms.Message
interface defines enhanced capabilities of a JMS Message in Eclipse OpenMQ(tm). - MESSAGE - Enum constant in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
- MessageEOFException - Exception Class in com.sun.messaging.jms
-
This exception must be thrown when an unexpected end of stream has been reached when a
StreamMessage
orBytesMessage
is being read. - MessageEOFException(String, String) - Constructor for exception class com.sun.messaging.jms.MessageEOFException
-
Constructs a
MessageEOFException
with the specified reason and error code. - MessageFormatException - Exception Class in com.sun.messaging.jms
-
This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
- MessageFormatException(String, String) - Constructor for exception class com.sun.messaging.jms.MessageFormatException
-
Constructs a
MessageFormatException
with the specified reason and error code. - MessageTransformer<T,
S> - Class in com.sun.messaging.bridge.api -
The message transformer class to be extended by user.
- MessageTransformer - Class in com.sun.messaging.xml
-
The
Transformer
class encapsulates the functionality to transform SOAP and JMS messages. - MessageTransformer() - Constructor for class com.sun.messaging.bridge.api.MessageTransformer
- MessageTransformer.JMSMessageType - Enum Class in com.sun.messaging.bridge.api
- MIN_THREADS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Min threads
- MQIllegalStateRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.IllegalStateRuntimeException and adds a new constructor and the methods setLogState and getlogState
- MQIllegalStateRuntimeException(IllegalStateException) - Constructor for exception class com.sun.messaging.jms.MQIllegalStateRuntimeException
-
Construct a
MQIllegalStateRuntimeException
to wrap the specified IllegalStateException - MQIllegalStateRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQIllegalStateRuntimeException
-
Constructs a
MQIllegalStateRuntimeException
with the specified detail message - MQIllegalStateRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQIllegalStateRuntimeException
-
Constructs a
MQIllegalStateRuntimeException
with the specified detail message and error code. - MQIllegalStateRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQIllegalStateRuntimeException
-
Constructs a
MQIllegalStateRuntimeException
with the specified detail message, error code and cause - MQInvalidClientIDRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.InvalidClientIDRuntimeException and adds the methods setLogState and getlogState
- MQInvalidClientIDRuntimeException(InvalidClientIDException) - Constructor for exception class com.sun.messaging.jms.MQInvalidClientIDRuntimeException
-
Construct a
MQInvalidClientIDRuntimeException
to wrap the specified InvalidClientIDException - MQInvalidClientIDRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQInvalidClientIDRuntimeException
-
Constructs a
MQInvalidClientIDRuntimeException
with the specified detail message - MQInvalidClientIDRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQInvalidClientIDRuntimeException
-
Constructs a
MQInvalidClientIDRuntimeException
with the specified detail message and error code. - MQInvalidClientIDRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQInvalidClientIDRuntimeException
-
Constructs a
MQInvalidClientIDRuntimeException
with the specified detail message, error code and cause - MQInvalidDestinationRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.InvalidDestinationRuntimeException and adds the methods setLogState and getlogState
- MQInvalidDestinationRuntimeException(InvalidDestinationException) - Constructor for exception class com.sun.messaging.jms.MQInvalidDestinationRuntimeException
-
Construct a
MQInvalidDestinationRuntimeException
to wrap the specified InvalidDestinationException - MQInvalidDestinationRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQInvalidDestinationRuntimeException
-
Constructs a
MQInvalidDestinationRuntimeException
with the specified detail message - MQInvalidDestinationRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQInvalidDestinationRuntimeException
-
Constructs a
MQInvalidDestinationRuntimeException
with the specified detail message and error code. - MQInvalidDestinationRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQInvalidDestinationRuntimeException
-
Constructs a
MQInvalidDestinationRuntimeException
with the specified detail message, error code and cause - MQInvalidSelectorRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.InvalidSelectorRuntimeException and adds the methods setLogState and getlogState
- MQInvalidSelectorRuntimeException(InvalidSelectorException) - Constructor for exception class com.sun.messaging.jms.MQInvalidSelectorRuntimeException
-
Construct a
MQInvalidSelectorRuntimeException
to wrap the specified InvalidSelectorException - MQInvalidSelectorRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQInvalidSelectorRuntimeException
-
Constructs a
MQInvalidSelectorRuntimeException
with the specified detail message - MQInvalidSelectorRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQInvalidSelectorRuntimeException
-
Constructs a
MQInvalidSelectorRuntimeException
with the specified detail message and error code. - MQInvalidSelectorRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQInvalidSelectorRuntimeException
-
Constructs a
MQInvalidSelectorRuntimeException
with the specified detail message, error code and cause - MQMessageFormatRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.MessageFormatRuntimeException and adds the methods setLogState and getlogState
- MQMessageFormatRuntimeException(MessageFormatException) - Constructor for exception class com.sun.messaging.jms.MQMessageFormatRuntimeException
-
Construct a
MQMessageFormatRuntimeException
to wrap the specified MessageFormatException - MQMessageFormatRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQMessageFormatRuntimeException
-
Constructs a
MQMessageFormatRuntimeException
with the specified detail message - MQMessageFormatRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQMessageFormatRuntimeException
-
Constructs a
MQMessageFormatRuntimeException
with the specified detail message and error code. - MQMessageFormatRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQMessageFormatRuntimeException
-
Constructs a
MQMessageFormatRuntimeException
with the specified detail message, error code and cause - MQMessageNotWriteableRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.MessageNotWriteableRuntimeException and adds a new constructor and the methods setLogState and getlogState
- MQMessageNotWriteableRuntimeException(MessageNotWriteableException) - Constructor for exception class com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
-
Construct a
MQMessageNotWriteableRuntimeException
to wrap the specified MessageNotWriteableException - MQMessageNotWriteableRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
-
Constructs a
MQMessageNotWriteableRuntimeException
with the specified detail message - MQMessageNotWriteableRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
-
Constructs a
MQMessageNotWriteableRuntimeException
with the specified detail message and error code. - MQMessageNotWriteableRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
-
Constructs a
MQMessageNotWriteableRuntimeException
with the specified detail message, error code and cause - MQNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on cluster operations.
- MQNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.MQNotification
-
Creates a MQNotification object.
- MQObjectName - Class in com.sun.messaging.jms.management.server
-
Utility class for manipulating Message Queue MBean Object Names.
- MQRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.JMSRuntimeException and adds the methods setLogState and getlogState
- MQRuntimeException(JMSException) - Constructor for exception class com.sun.messaging.jms.MQRuntimeException
-
Construct a
MQRuntimeException
to wrap the specified JMSException - MQRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQRuntimeException
-
Constructs a
MQRuntimeException
with the specified detail message - MQRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQRuntimeException
-
Constructs a
MQRuntimeException
with the specified detail message and error code. - MQRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQRuntimeException
-
Constructs a
MQRuntimeException
with the specified detail message, error code and cause - MQSecurityRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.JMSSecurityRuntimeException and adds the methods setLogState and getlogState
- MQSecurityRuntimeException(JMSSecurityException) - Constructor for exception class com.sun.messaging.jms.MQSecurityRuntimeException
-
Construct a
MQSecurityRuntimeException
to wrap the specified JMSException - MQSecurityRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQSecurityRuntimeException
-
Constructs a
MQSecurityRuntimeException
with the specified detail message - MQSecurityRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQSecurityRuntimeException
-
Constructs a
MQSecurityRuntimeException
with the specified detail message and error code. - MQSecurityRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQSecurityRuntimeException
-
Constructs a
MQSecurityRuntimeException
with the specified detail message, error code and cause - MQTransactionInProgressRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.MQTransactionInProgressRuntimeException and adds the methods setLogState and getlogState
- MQTransactionInProgressRuntimeException(TransactionInProgressException) - Constructor for exception class com.sun.messaging.jms.MQTransactionInProgressRuntimeException
-
Construct a
MQMQTransactionInProgressRuntimeException
to wrap the specified TransactionInProgressException - MQTransactionRolledBackRuntimeException - Exception Class in com.sun.messaging.jms
-
This class is the MQ-specific implementation of jakarta.jms.TransactionRolledBackRuntimeException and adds the methods setLogState and getlogState
- MQTransactionRolledBackRuntimeException(TransactionRolledBackException) - Constructor for exception class com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
-
Construct a
MQTransactionRolledBackRuntimeException
to wrap the specified TransactionRolledBackException - MQTransactionRolledBackRuntimeException(String) - Constructor for exception class com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
-
Constructs a
MQTransactionRolledBackRuntimeException
with the specified detail message - MQTransactionRolledBackRuntimeException(String, String) - Constructor for exception class com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
-
Constructs a
MQTransactionRolledBackRuntimeException
with the specified detail message and error code. - MQTransactionRolledBackRuntimeException(String, String, Throwable) - Constructor for exception class com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
-
Constructs a
MQTransactionRolledBackRuntimeException
with the specified detail message, error code and cause - MSG_BYTES_IN - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Msg bytes in
- MSG_BYTES_IN - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Msg bytes in
- MSG_BYTES_OUT - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Msg bytes out
- MSG_BYTES_OUT - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Msg bytes out
N
- NAME - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Destination name
- NAME - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Service Name
- NEXT_MESSAGE_ID - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Next message which should be delivered
- NEXT_MESSAGE_ID - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Next Message to be delivered
- NO_ACKNOWLEDGE - Static variable in interface com.sun.messaging.jms.Session
-
Session acknowledge mode.
- NONE - Static variable in class com.sun.messaging.jms.management.server.LogLevel
-
Turn off logging.
- noTransfer() - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
To be called from the transform() method when needs to tell the bridge to consume from source and not transfer to target the message that is to be returned by the transform() call
- NUM_ACKS - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Number of acknowledgements
- NUM_ACTIVE_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of active consumers
- NUM_ACTIVE_THREADS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of active threads
- NUM_BACKUP_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of backup consumers
- NUM_CONNECTIONS - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Number of connections
- NUM_CONNECTIONS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of connections
- NUM_CONNECTIONS_OPENED - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Number of connections created
- NUM_CONNECTIONS_OPENED - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of connections created
- NUM_CONNECTIONS_REJECTED - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Number of connections rejected
- NUM_CONNECTIONS_REJECTED - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of connections rejected
- NUM_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Number of consumers
- NUM_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.ConsumerAttributes
-
Number of consumers.
- NUM_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of consumers
- NUM_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of consumers
- NUM_DESTINATIONS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of destinations
- NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
Number of messages stored in this broker's message store.
- NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Number of messages held for consumer.
- NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of messages
- NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Number of messages sent from producer.
- NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Number of messages
- NUM_MSGS_HELD_IN_TRANSACTION - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of messages held in transaction
- NUM_MSGS_IN - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of msgs in
- NUM_MSGS_IN - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of msgs in
- NUM_MSGS_IN_DELAY_DELIVERY - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of messages in delay delivery
- NUM_MSGS_IN_DMQ - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of messages in dead message queue.
- NUM_MSGS_OUT - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of msgs out
- NUM_MSGS_OUT - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of msgs out
- NUM_MSGS_PENDING - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Number of messages still held for consumer because either they are queued for deliver or pending an ack
- NUM_MSGS_PENDING_ACKS - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Number of messages still held for consumer because acks for them from the consumer are still pending.
- NUM_MSGS_PENDING_ACKS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of messages pending acknowledgement
- NUM_MSGS_REMOTE - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of messages originating from producers on remote brokers
- NUM_PKTS_IN - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of pkts in
- NUM_PKTS_OUT - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of pkts out
- NUM_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Number of producers
- NUM_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of producers
- NUM_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.ProducerAttributes
-
Number of producers.
- NUM_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of producers
- NUM_SERVICES - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Number of services
- NUM_TRANSACTIONS - Static variable in class com.sun.messaging.jms.management.server.TransactionAttributes
-
Number of transactions.
- NUM_TRANSACTIONS_COMMITTED - Static variable in class com.sun.messaging.jms.management.server.TransactionAttributes
-
Number of transactions that have been committed.
- NUM_TRANSACTIONS_ROLLBACK - Static variable in class com.sun.messaging.jms.management.server.TransactionAttributes
-
Number of transactions that have been rolled back.
- NUM_WILDCARD_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.ConsumerAttributes
-
Number of wildcard consumers.
- NUM_WILDCARD_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of wildcard consumers
- NUM_WILDCARD_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of wildcard producers
- NUM_WILDCARD_PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.ProducerAttributes
-
Number of wildcard producers.
- NUM_WILDCARDS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Number of wildcards
O
- OBJECTMESSAGE - Enum constant in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
- onEvent(Event) - Method in interface com.sun.messaging.jms.notification.EventListener
-
Notify a MQ application of a MQ event.
- OPERATING - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
A broker has started and is operating normally.
P
- PAUSE - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Pause a destination.
- PAUSE - Static variable in class com.sun.messaging.jms.management.server.ServiceOperations
-
Pause service.
- PAUSED - Static variable in class com.sun.messaging.jms.management.server.DestinationState
-
Message delivery from producers and to consumers is paused.
- PAUSED - Static variable in class com.sun.messaging.jms.management.server.ServiceState
-
Service is paused.
- PEAK_MSG_BYTES - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Peak message bytes
- PEAK_NUM_ACTIVE_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Peak number of active consumers
- PEAK_NUM_BACKUP_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Peak number of backup consumers
- PEAK_NUM_CONSUMERS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Peak number of consumers
- PEAK_NUM_MSGS - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Peak number of messages
- PEAK_TOTAL_MSG_BYTES - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Peak total message bytes
- PKT_BYTES_IN - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Pkt bytes in
- PKT_BYTES_OUT - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Pkt bytes out
- PORT - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Broker port.
- PORT - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Connection Port
- PORT - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Port
- PREFIX - Static variable in class com.sun.messaging.jms.management.server.MQNotification
-
Prefix for all MQ notification type strings.
- PREPARED - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction is in prepared state.
- printStackTrace() - Method in exception class com.sun.messaging.jms.IllegalStateException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
IllegalStateException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.InvalidClientIDException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
InvalidClientIDException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.InvalidDestinationException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
InvalidDestinationException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.InvalidSelectorException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
InvalidSelectorException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.JMSException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
JMSException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.JMSSecurityException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
JMSSecurityException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.MessageEOFException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
MessageEOFException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.MessageFormatException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
MessageFormatException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.ResourceAllocationException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
ResourceAllocationException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace() - Method in exception class com.sun.messaging.jms.TransactionRolledBackException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
TransactionRolledBackException
and obtained viajakarta.jms.JMSException.getLinkedException()
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.IllegalStateException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.InvalidClientIDException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.InvalidDestinationException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.InvalidSelectorException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.JMSException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.JMSSecurityException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.MessageEOFException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.MessageFormatException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.ResourceAllocationException
- printStackTrace(PrintStream) - Method in exception class com.sun.messaging.jms.TransactionRolledBackException
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.IllegalStateException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
IllegalStateException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.InvalidClientIDException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
InvalidClientIDException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.InvalidDestinationException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
InvalidDestinationException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.InvalidSelectorException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
InvalidSelectorException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.JMSException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
JMSException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.JMSSecurityException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
JMSSecurityException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.MessageEOFException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
MessageEOFException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.MessageFormatException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
MessageFormatException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.ResourceAllocationException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
ResourceAllocationException
and obtained viaJMSException.getLinkedException()
- printStackTrace(PrintWriter) - Method in exception class com.sun.messaging.jms.TransactionRolledBackException
-
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this
TransactionRolledBackException
and obtained viaJMSException.getLinkedException()
- PRODUCER_ID - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Producer ID
- PRODUCER_MANAGER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ProducerManager Config MBean.
- PRODUCER_MANAGER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ProducerManager Monitor MBean.
- ProducerAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on producer attributes.
- ProducerInfo - Class in com.sun.messaging.jms.management.server
-
This class contains constants/names for fields in the CompositeData that is returned by the operations of the Producer Manager Monitor MBean.
- ProducerOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on producer operations.
- PRODUCERS - Static variable in class com.sun.messaging.jms.management.server.DestinationPauseType
-
Pauses delivery of messages from producers
- PRODUCERS_PAUSED - Static variable in class com.sun.messaging.jms.management.server.DestinationState
-
Message delivery from producers is paused.
- PropertyOwner - Interface in com.sun.messaging
-
The
PropertyOwner
interface is implemented by any property that owns other properties. - PURGE - Static variable in class com.sun.messaging.jms.management.server.ConsumerOperations
-
Purge a durable.
- PURGE - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Purge a destination.
Q
- Queue - Class in com.sun.messaging
-
A
Queue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain. - Queue() - Constructor for class com.sun.messaging.Queue
-
Constructs an identity of a Point-To-Point Queue with the default name
- Queue(String) - Constructor for class com.sun.messaging.Queue
-
Constructs an identity of a Point-To-Point Queue with the given name
- QUEUE - Static variable in class com.sun.messaging.jms.management.server.DestinationType
-
Queue destination type
- QueueConnection - Interface in com.sun.messaging.jms
-
Provide interface to create a MQ NO_ACKNOWLEDGE queue session.
- QueueConnectionFactory - Class in com.sun.messaging
-
A
QueueConnectionFactory
is used to create QueueConnections with the OpenMQ Java Message Service (JMS) Point-to-Point (PTP) provider. - QueueConnectionFactory() - Constructor for class com.sun.messaging.QueueConnectionFactory
-
Constructs a QueueConnectionFactory with the default configuration.
- QueueConnectionFactory(String) - Constructor for class com.sun.messaging.QueueConnectionFactory
-
Constructs a QueueConnectionFactory with the specified configuration.
- QUIESCE - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
Quiesce operation.
- QUIESCE_COMPLETE - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker has finished quiescing.
- QUIESCE_STARTED - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker has started to quiesce.
- QUIESCED - Static variable in class com.sun.messaging.jms.management.server.ServiceState
-
Service is quiesced.
R
- ReadOnlyPropertyException - Exception Class in com.sun.messaging
-
A
ReadOnlyPropertyException
is thrown when an attempt is made to modify a JMQAdministeredObject
that has been set to read only. - ReadOnlyPropertyException(String) - Constructor for exception class com.sun.messaging.ReadOnlyPropertyException
-
Constructs a ReadOnlyPropertyException.
- REJECT_NEWEST - Static variable in class com.sun.messaging.jms.management.server.DestinationLimitBehavior
-
Rejects the newest messages.
- RELOAD - Static variable in class com.sun.messaging.jms.management.server.ClusterOperations
-
Cluster reload operation.
- RELOAD_XML_SCHEMA_ON_FAILURE - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
- REMOVE_LOW_PRIORITY - Static variable in class com.sun.messaging.jms.management.server.DestinationLimitBehavior
-
Throws out the lowest priority messages according to age of the messages (producing client receives no notification of message deletion).
- REMOVE_OLDEST - Static variable in class com.sun.messaging.jms.management.server.DestinationLimitBehavior
-
Remove oldest - throws out the oldest messages.
- removeConsumerEventListener(Destination) - Method in interface com.sun.messaging.jms.Connection
-
Remove a MQ consumer event listener from the current connection.
- RESET_METRICS - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
Reset metrics operation.
- RESOURCE_STATE - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Broker memory level
- ResourceAllocationException - Exception Class in com.sun.messaging.jms
-
This exception is thrown when a provider is unable to allocate the resources required by a method.
- ResourceAllocationException(String, String) - Constructor for exception class com.sun.messaging.jms.ResourceAllocationException
-
Constructs a
ResourceAllocationException
with the specified reason and error code. - RESTART - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
Restart operation.
- RESUME - Static variable in class com.sun.messaging.jms.management.server.DestinationOperations
-
Resume a destination.
- RESUME - Static variable in class com.sun.messaging.jms.management.server.ServiceOperations
-
Resume service.
- ROLL_OVER_BYTES - Static variable in class com.sun.messaging.jms.management.server.LogAttributes
-
Roll over bytes
- ROLL_OVER_SECS - Static variable in class com.sun.messaging.jms.management.server.LogAttributes
-
Roll over seconds
- ROLLBACK - Static variable in class com.sun.messaging.jms.management.server.TransactionOperations
-
Rollback a transaction.
- ROLLEDBACK - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction was rolled back.
- RUNNING - Static variable in class com.sun.messaging.jms.management.server.DestinationState
-
Destination is active.
- RUNNING - Static variable in class com.sun.messaging.jms.management.server.ServiceState
-
Service is up and running.
S
- SELECTOR - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Selector
- SERVICE_MANAGER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ServiceManager Config MBean.
- SERVICE_MANAGER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the ServiceManager Monitor MBean.
- SERVICE_NAME - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
Service name
- SERVICE_NAME - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Service Name
- SERVICE_NAME - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Service Name
- SERVICE_PAUSE - Static variable in class com.sun.messaging.jms.management.server.ServiceNotification
-
A service was paused.
- SERVICE_RESUME - Static variable in class com.sun.messaging.jms.management.server.ServiceNotification
-
A service was resumed.
- ServiceAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on service attributes.
- ServiceNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on service notifications.
- ServiceNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.ServiceNotification
-
Creates a ServiceNotification object.
- ServiceOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on service operations.
- ServiceState - Class in com.sun.messaging.jms.management.server
-
Class containing information on service states.
- Session - Interface in com.sun.messaging.jms
-
MQ JMS Session.
- setConnectionID(String) - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- setConnectionType(String) - Method in class com.sun.messaging.BasicConnectionFactory
-
Sets the type of connections created by this
BasicConnectionFactory
. - setConsumerEventListener(Destination, EventListener) - Method in interface com.sun.messaging.jms.Connection
-
Set consumer event listener on a destination to the current connection.
- setCreatedByAdmin(boolean) - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- setDefaultConfiguration() - Method in class com.sun.messaging.AdminConnectionFactory
-
Sets the minimum
AdminConnectionFactory
configuration defaults required to connect to the MQ Administration Service. - setDefaultConfiguration() - Method in class com.sun.messaging.AdministeredObject
-
Subclasses must implement this to set their default configuration.
- setDefaultConfiguration() - Method in class com.sun.messaging.BasicConnectionFactory
-
Sets the minimum
BasicConnectionFactory
configuration defaults required to connect to the OpenMQ Service. - setDefaultConfiguration() - Method in class com.sun.messaging.Destination
-
Sets the minimum
Destination
configuration defaults required of a Sun MQ Destination identity object. - setDescription(String) - Method in class com.sun.messaging.Queue
-
Sets a description for this Queue.
- setDescription(String) - Method in class com.sun.messaging.Topic
-
Sets a description for this Topic.
- setDestinationName(String) - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- setDestinationType(String) - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- setEventListener(EventListener) - Method in interface com.sun.messaging.jms.Connection
-
Set MQ connection event listener to the current connection.
- setLevel(String) - Method in class com.sun.messaging.jms.management.server.LogNotification
-
Sets the log level related to this log notification.
- setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.IllegalStateException
-
If running under J2SE1.4 or above, this method will also set the cause of the
IllegalStateException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.InvalidClientIDException
-
If running under J2SE1.4 or above, this method will also set the cause of the
InvalidClientIDException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.InvalidDestinationException
-
If running under J2SE1.4 or above, this method will also set the cause of the
InvalidDestinationException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.InvalidSelectorException
-
If running under J2SE1.4 or above, this method will also set the cause of the
InvalidSelectorException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.JMSException
-
If running under J2SE1.4 or above, this method will also set the cause of the
JMSException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.JMSSecurityException
-
If running under J2SE1.4 or above, this method will also set the cause of the
JMSSecurityException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.MessageEOFException
-
If running under J2SE1.4 or above, this method will also set the cause of the
MessageEOFException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.MessageFormatException
-
If running under J2SE1.4 or above, this method will also set the cause of the
MessageFormatException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.ResourceAllocationException
-
If running under J2SE1.4 or above, this method will also set the cause of the
ResourceAllocationException
. - setLinkedException(Exception) - Method in exception class com.sun.messaging.jms.TransactionRolledBackException
-
If running under J2SE1.4 or above, this method will also set the cause of the
TransactionRolledBackException
. - setLogState(boolean) - Method in exception class com.sun.messaging.jms.IllegalStateException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.InvalidClientIDException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.InvalidDestinationException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.InvalidSelectorException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.JMSException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.JMSSecurityException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MessageEOFException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MessageFormatException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQIllegalStateRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQInvalidClientIDRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQInvalidDestinationRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQInvalidSelectorRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQMessageFormatRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQSecurityRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQTransactionInProgressRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
-
Specify whether this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.ResourceAllocationException
-
set state to true if this object is logged.
- setLogState(boolean) - Method in exception class com.sun.messaging.jms.TransactionRolledBackException
-
set state to true if this object is logged.
- setMessage(String) - Method in class com.sun.messaging.jms.management.server.LogNotification
-
Sets the message related to this log notification.
- setName(String) - Method in class com.sun.messaging.Queue
-
Sets the name of the Queue.
- setName(String) - Method in class com.sun.messaging.Topic
-
Sets the name of this Topic.
- setPauseType(String) - Method in class com.sun.messaging.jms.management.server.DestinationNotification
- setProperty(String, String) - Method in class com.sun.messaging.AdministeredObject
-
Sets a single configuration property in this
AdministeredObject
. - setReadOnly() - Method in class com.sun.messaging.AdministeredObject
-
Sets this
AdministeredObject
to be read only. - setRemoteHost(String) - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- setServiceName(String) - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- setServiceName(String) - Method in class com.sun.messaging.jms.management.server.ServiceNotification
- setStoredVersion(String) - Method in class com.sun.messaging.AdministeredObject
- setUserName(String) - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
- SHUTDOWN - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
Shutdown operation.
- SHUTDOWN_STARTED - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker is starting to shutdown (either immediately or after a specific grace period) or restart
- SOAPMessageFromJMSMessage(Message, MessageFactory) - Static method in class com.sun.messaging.xml.MessageTransformer
-
Extracts a
jakarta.xml.soap.SOAPMessage
object from thejakarta.jms.Message
object into which it was transformed using theSOAPMessageIntoJMSMessage
method. - SOAPMessageIntoJMSMessage(SOAPMessage, Session) - Static method in class com.sun.messaging.xml.MessageTransformer
-
Transforms a
jakarta.xml.soap.SOAPMessage
message into ajakarta.jms.Message
message. - STARTED - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction was started.
- STATE - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
State of broker
- STATE - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Destination state.
- STATE - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Service State
- STATE - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Transaction state.
- STATE_LABEL - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
State label of broker.
- STATE_LABEL - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
String representation of destination state.
- STATE_LABEL - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
String representation of service state
- STATE_LABEL - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
String representation of transaction state.
- STATUS_CODE - Static variable in class com.sun.messaging.jms.management.server.ChangeMasterBrokerResultInfo
-
StatusCode of any BrokerException thrown when performing this operation
- STATUS_TIMESTAMP - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
Status Timestamp.
- STOMP - Static variable in class com.sun.messaging.bridge.api.MessageTransformer
-
The predefined provider name for JMS message to/from STOMP client
- STREAMMESSAGE - Enum constant in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
- SUCCESS - Static variable in class com.sun.messaging.jms.management.server.ChangeMasterBrokerResultInfo
-
Whether an BrokerException was thrown whilst performing this operation
- SUN_MQ - Static variable in class com.sun.messaging.bridge.api.MessageTransformer
-
The predefined provider name for JMS message to/from Sun Java Message Queue
T
- TAKEOVER - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
Takeover operation.
- TAKEOVER_BROKER_ID - Static variable in class com.sun.messaging.jms.management.server.BrokerClusterInfo
-
ID of the broker that has taken over this broker's store.
- TAKEOVER_COMPLETE - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker has completed the takeover another broker's message store.
- TAKEOVER_FAILED - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker has failed in the attempt to takeover another broker's message store.
- TAKEOVER_STARTED - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
The broker has started to takeover another broker's message store.
- TEMPORARY - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Attribute indicating if a destination is temporary or not.
- TEXTMESSAGE - Enum constant in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
- THREAD_POOL_MODEL - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
-
Thread pool model
- TIMED_OUT - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Transaction timed out.
- Topic - Class in com.sun.messaging
-
A
Topic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain. - Topic() - Constructor for class com.sun.messaging.Topic
-
Constructs an identity of a Publish/Subscribe Topic with the default name
- Topic(String) - Constructor for class com.sun.messaging.Topic
-
Constructs an identity of a Publish/Subscribe Topic with the given name
- TOPIC - Static variable in class com.sun.messaging.jms.management.server.DestinationType
-
Topic destination type
- TopicConnection - Interface in com.sun.messaging.jms
-
Provide interface to create a MQ NO_ACKNOWLEDGE Topic Session.
- TopicConnectionFactory - Class in com.sun.messaging
-
A
TopicConnectionFactory
is used to create TopicConnections with the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider. - TopicConnectionFactory() - Constructor for class com.sun.messaging.TopicConnectionFactory
-
Constructs a TopicConnectionFactory with the default configuration.
- TopicConnectionFactory(String) - Constructor for class com.sun.messaging.TopicConnectionFactory
-
Constructs a TopicConnectionFactory with the specified configuration.
- toString() - Method in class com.sun.messaging.AdminConnectionFactory
-
Returns a pretty printed version of the provider specific information for this ConnectionFactory object.
- toString() - Method in class com.sun.messaging.AdministeredObject
-
Returns the provider specific name for this
AdministeredObject
along with a listing of its configuration. - toString() - Method in class com.sun.messaging.BasicConnectionFactory
-
Returns a pretty printed version of the provider specific information for this ConnectionFactory object.
- toString() - Method in class com.sun.messaging.Destination
-
Returns a pretty printed version of the provider specific information for this Destination identity object.
- toString() - Method in class com.sun.messaging.jms.notification.Event
-
Returns a MQ event notification event message.
- toString(int) - Static method in class com.sun.messaging.jms.management.server.BrokerState
- toString(int) - Static method in class com.sun.messaging.jms.management.server.DestinationState
-
Returns a string representation of the specified destination state.
- toString(int) - Static method in class com.sun.messaging.jms.management.server.ServiceState
-
Returns a string representation of the specified service state.
- toString(int) - Static method in class com.sun.messaging.jms.management.server.TransactionState
-
Returns a string representation of the specified transaction state.
- toStringLabel(String) - Static method in class com.sun.messaging.jms.management.server.DestinationType
-
Returns a human readable representation of the specified destination type.
- TOTAL_MEMORY - Static variable in class com.sun.messaging.jms.management.server.JVMAttributes
-
TotalMemory
- TOTAL_MSG_BYTES - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Total message bytes.
- TOTAL_MSG_BYTES_HELD_IN_TRANSACTION - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Total message bytes held in transaction.
- TOTAL_MSG_BYTES_IN_DMQ - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Total message bytes in dead message queue.
- TOTAL_MSG_BYTES_REMOTE - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Total message bytes from messages originating from producers on remote brokers.
- TRANSACTION_COMMIT - Static variable in class com.sun.messaging.jms.management.server.TransactionNotification
-
A transaction was committed.
- TRANSACTION_ID - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
Transaction ID
- TRANSACTION_MANAGER_CONFIG_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the TransactionManager Config MBean.
- TRANSACTION_MANAGER_MONITOR_MBEAN_NAME - Static variable in class com.sun.messaging.jms.management.server.MQObjectName
-
String representation of the ObjectName for the TransactionManager Monitor MBean.
- TRANSACTION_PREPARE - Static variable in class com.sun.messaging.jms.management.server.TransactionNotification
-
A transaction has entered the prepared state.
- TRANSACTION_ROLLBACK - Static variable in class com.sun.messaging.jms.management.server.TransactionNotification
-
A transaction was rolled back.
- TransactionAttributes - Class in com.sun.messaging.jms.management.server
-
Class containing information on transaction attributes.
- TransactionInfo - Class in com.sun.messaging.jms.management.server
-
This class contains constants/names for fields in the CompositeData that is returned by the operations of the Transaction Manager Monitor MBean.
- TransactionNotification - Class in com.sun.messaging.jms.management.server
-
Class containing information on transaction notifications.
- TransactionNotification(String, Object, long) - Constructor for class com.sun.messaging.jms.management.server.TransactionNotification
-
Creates a TransactionNotification object.
- TransactionOperations - Class in com.sun.messaging.jms.management.server
-
Class containing information on transaction operations.
- TransactionRolledBackException - Exception Class in com.sun.messaging.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 class com.sun.messaging.jms.TransactionRolledBackException
-
Constructs a
TransactionRolledBackException
with the specified reason and with the error code defaulting to null. - TransactionRolledBackException(String, String) - Constructor for exception class com.sun.messaging.jms.TransactionRolledBackException
-
Constructs a
TransactionRolledBackException
with the specified reason and error code. - TransactionState - Class in com.sun.messaging.jms.management.server
-
Class containing constants for transaction states.
- transform(S, boolean, String, String, String, Properties) - Method in class com.sun.messaging.bridge.api.MessageTransformer
-
To be implemented by user
- TYPE - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Destination type
U
- UNKNOWN - Static variable in class com.sun.messaging.jms.management.server.BrokerState
-
Unknown broker state.
- UNKNOWN - Static variable in class com.sun.messaging.jms.management.server.DestinationLimitBehavior
-
Unknown destination limit behavior.
- UNKNOWN - Static variable in class com.sun.messaging.jms.management.server.DestinationState
-
Unknown destination state.
- UNKNOWN - Static variable in class com.sun.messaging.jms.management.server.LogLevel
-
Unknown log level
- UNKNOWN - Static variable in class com.sun.messaging.jms.management.server.ServiceState
-
Unknown service state.
- UNKNOWN - Static variable in class com.sun.messaging.jms.management.server.TransactionState
-
Unknown transaction state.
- UNQUIESCE - Static variable in class com.sun.messaging.jms.management.server.BrokerOperations
-
Unquiesce operation.
- USE_DMQ - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
Use dead message queue.
- USE_SHARED_DATABASE_FOR_CONFIG_RECORD - Static variable in class com.sun.messaging.jms.management.server.ClusterAttributes
-
Is cluster use shared db for config records instead of master broker ?
- USER - Static variable in class com.sun.messaging.jms.management.server.ConnectionAttributes
-
User name.
- USER - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
User
- USER - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
User
- USER - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
User name
V
- validate_imqDestinationName(String) - Method in class com.sun.messaging.Destination
-
Validates a
Destination
name. - VALIDATE_XML_SCHEMA_ENABLED - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
- valueOf(String) - Static method in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.sun.messaging.bridge.api.MessageTransformer.JMSMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in com.sun.messaging
-
This class provides the Version information about the product.
- Version() - Constructor for class com.sun.messaging.Version
- VERSION - Static variable in class com.sun.messaging.AdministeredObject
-
The Version string of this
AdministeredObject
is3.0
- VERSION - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
-
Broker version.
W
- WARNING - Static variable in class com.sun.messaging.jms.management.server.LogLevel
-
Log level that will allow alerts that should be heeded (but will not cause system failure) to be logged.
- WILDCARD - Static variable in class com.sun.messaging.jms.management.server.ConsumerInfo
-
Wildcard (whether the consumer is a wildcard or not)
- WILDCARD - Static variable in class com.sun.messaging.jms.management.server.ProducerInfo
-
Wildcard (whether the producer is a wildcard or not)
X
- XAConnectionFactory - Class in com.sun.messaging
-
An
XAConnectionFactory
is used to create XAConnections with the OpenMQ Java Message Service (JMS) provider. - XAConnectionFactory() - Constructor for class com.sun.messaging.XAConnectionFactory
- XAQueueConnectionFactory - Class in com.sun.messaging
-
An
XAQueueConnectionFactory
is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider. - XAQueueConnectionFactory() - Constructor for class com.sun.messaging.XAQueueConnectionFactory
- XATopicConnectionFactory - Class in com.sun.messaging
-
An
XATopicConnectionFactory
is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider. - XATopicConnectionFactory() - Constructor for class com.sun.messaging.XATopicConnectionFactory
- XID - Static variable in class com.sun.messaging.jms.management.server.TransactionInfo
-
XID
- XML_SCHEMA_URI_LIST - Static variable in class com.sun.messaging.jms.management.server.DestinationAttributes
-
List of XML schema URIs
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form