Message Queue, v4.5.1 API Specification
A B C D E F G H I J L M N O P Q R S T U V W X

A

acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
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 the AdminConnectionFactory 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_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
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 Sun MQ specific configuration information for Sun MQ ConnectionFactory objects and is used to create Connections with a Sun MQ Java Message Service (JMS) 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
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 - Interface in javax.jms
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.

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.
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
CLIENT_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's acknowledge method.
CLIENT_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
close() - Method in interface javax.jms.Connection
Closes the connection.
close() - Method in interface javax.jms.ConnectionConsumer
Closes the connection consumer.
close() - Method in interface javax.jms.MessageConsumer
Closes the message consumer.
close() - Method in interface javax.jms.MessageProducer
Closes the message producer.
close() - Method in interface javax.jms.QueueBrowser
Closes the QueueBrowser.
close() - Method in class javax.jms.QueueRequestor
Closes the QueueRequestor and its session.
close() - Method in interface javax.jms.Session
Closes the session.
close() - Method in class javax.jms.TopicRequestor
Closes the TopicRequestor and its session.
close() - Method in interface javax.xml.messaging.ProviderConnection
Closes this ProviderConnection object, freeing its resources and making it immediately available for garbage collection.
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 Oracle GlassFish(tm) Server Message Queue public classes.
com.sun.messaging.jms - package com.sun.messaging.jms
Provides additional Oracle GlassFish(tm) Server Message Queue classes for features that relate to the MQ implementation of the Java Message Service (JMS).
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 Oracle GlassFish(tm) Server Message Queue 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.
commit() - Method in interface javax.jms.Session
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
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.
compareVersions(String, String) - Static method in class com.sun.messaging.Version
Deprecated.  
compareVersions(String, String, boolean) - Static method in class com.sun.messaging.Version
Deprecated.  
compareVersions(int[], int[]) - Static method in class com.sun.messaging.Version
Deprecated.  
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 - Interface in com.sun.messaging.jms
This interafce provides the following API for the MQ applications:
connection - Variable in class com.sun.messaging.jms.notification.ConnectionEvent
The connection object that associated with this event.
Connection - Interface in javax.jms
A Connection object is a client's active connection to its JMS provider.
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 Sun MQ specific connection configuration property names and special values.
ConnectionConsumer - Interface in javax.jms
For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
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 Sun MQ 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.
ConnectionFactory - Interface in javax.jms
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionMetaData - Interface in javax.jms
A ConnectionMetaData object provides information describing the Connection object.
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.
createBrowser(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBrowser(Queue) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in interface javax.jms.Session
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBytesMessage() - Method in interface javax.jms.Session
Creates a BytesMessage object.
createConnection() - Method in class com.sun.messaging.AdminConnectionFactory
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() - Method in class com.sun.messaging.BasicConnectionFactory
Creates a Connection with the default user identity.
createConnection(String, String) - Method in class com.sun.messaging.BasicConnectionFactory
Creates a Connection with a specified user identity.
createConnection() - Method in interface javax.jms.ConnectionFactory
Creates a connection with the default user identity.
createConnection(String, String) - Method in interface javax.jms.ConnectionFactory
Creates a connection with the specified user identity.
createConnection() - Method in class javax.xml.messaging.ProviderConnectionFactory
Creates a ProviderConnection object to the messaging provider that is associated with this ProviderConnectionFactory object.
createConnectionConfig(String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
Creates ObjectName for specified connection configuration MBean.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Creates a connection consumer for this connection (optional operation).
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in interface javax.jms.QueueConnection
Creates a connection consumer for this connection (optional operation).
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Creates a connection consumer for this connection (optional operation).
createConnectionMonitor(String) - Static method in class com.sun.messaging.jms.management.server.MQObjectName
Creates ObjectName for specified connection monitoring MBean.
createConsumer(Destination) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination.
createConsumer(Destination, String) - Method in interface javax.jms.Session
Creates a MessageConsumer for the specified destination, using a message selector.
createConsumer(Destination, String, boolean) - Method in interface javax.jms.Session
Creates MessageConsumer for the specified destination, using a message selector.
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.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.Connection
Create a durable connection consumer for this connection (optional operation).
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in interface javax.jms.TopicConnection
Create a durable connection consumer for this connection (optional operation).
createDurableSubscriber(Topic, String) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.Session
Creates a durable subscriber to the specified topic, using a message selector and specifying whether messages published by its own connection should be delivered to it.
createDurableSubscriber(Topic, String) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in interface javax.jms.TopicSession
Creates a durable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createMapMessage() - Method in interface javax.jms.Session
Creates a MapMessage object.
createMessage() - Method in interface javax.jms.Session
Creates a Message object.
createMessageFactory(String) - Method in interface javax.xml.messaging.ProviderConnection
Creates a MessageFactory object that will produce SOAPMessage objects for the given profile.
createObjectMessage() - Method in interface javax.jms.Session
Creates an ObjectMessage object.
createObjectMessage(Serializable) - Method in interface javax.jms.Session
Creates an initialized ObjectMessage object.
createProducer(Destination) - Method in interface javax.jms.Session
Creates a MessageProducer to send messages to the specified destination.
createPublisher(Topic) - Method in interface javax.jms.TopicSession
Creates a publisher for the specified topic.
createQueue(String) - Method in interface javax.jms.QueueSession
Creates a queue identity given a Queue name.
createQueue(String) - Method in interface javax.jms.Session
Creates a queue identity given a Queue name.
createQueueConnection() - Method in class com.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.
createQueueConnection() - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the default user identity.
createQueueConnection(String, String) - Method in interface javax.jms.QueueConnectionFactory
Creates a queue connection with the specified user identity.
createQueueSession(int) - Method in interface com.sun.messaging.jms.QueueConnection
Creates a QueueSession object.
createQueueSession(boolean, int) - Method in interface javax.jms.QueueConnection
Creates a QueueSession object.
createQueueSession(boolean, int) - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession object.
createReceiver(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue.
createReceiver(Queue, String) - Method in interface javax.jms.QueueSession
Creates a QueueReceiver object to receive messages from the specified queue using a message selector.
createSender(Queue) - Method in interface javax.jms.QueueSession
Creates a QueueSender object to send messages to the specified queue.
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.
createSession(boolean, int) - Method in interface javax.jms.Connection
Creates a Session object.
createSession(boolean, int) - Method in interface javax.jms.XAConnection
Creates an Session object.
createStreamMessage() - Method in interface javax.jms.Session
Creates a StreamMessage object.
createSubscriber(Topic) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic.
createSubscriber(Topic, String, boolean) - Method in interface javax.jms.TopicSession
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
createTemporaryQueue() - Method in interface javax.jms.QueueSession
Creates a TemporaryQueue object.
createTemporaryQueue() - Method in interface javax.jms.Session
Creates a TemporaryQueue object.
createTemporaryTopic() - Method in interface javax.jms.Session
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in interface javax.jms.TopicSession
Creates a TemporaryTopic object.
createTextMessage() - Method in interface javax.jms.Session
Creates a TextMessage object.
createTextMessage(String) - Method in interface javax.jms.Session
Creates an initialized TextMessage object.
createTopic(String) - Method in interface javax.jms.Session
Creates a topic identity given a Topic name.
createTopic(String) - Method in interface javax.jms.TopicSession
Creates a topic identity given a Topic name.
createTopicConnection() - Method in class com.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.
createTopicConnection() - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the default user identity.
createTopicConnection(String, String) - Method in interface javax.jms.TopicConnectionFactory
Creates a topic connection with the specified user identity.
createTopicSession(int) - Method in interface com.sun.messaging.jms.TopicConnection
Creates a TopicSession object.
createTopicSession(boolean, int) - Method in interface javax.jms.TopicConnection
Creates a TopicSession object.
createTopicSession(boolean, int) - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.
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.
createXAConnection() - Method in interface javax.jms.XAConnectionFactory
Creates an XAConnection with the default user identity.
createXAConnection(String, String) - Method in interface javax.jms.XAConnectionFactory
Creates an XA connection with the specified user identity.
createXAQueueConnection() - Method in class com.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.
createXAQueueConnection() - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the default user identity.
createXAQueueConnection(String, String) - Method in interface javax.jms.XAQueueConnectionFactory
Creates an XA queue connection with the specified user identity.
createXAQueueSession() - Method in interface javax.jms.XAQueueConnection
Creates an XAQueueSession object.
createXASession() - Method in interface javax.jms.XAConnection
Creates an XASession object.
createXATopicConnection() - Method in class com.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.
createXATopicConnection() - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the default user identity.
createXATopicConnection(String, String) - Method in interface javax.jms.XATopicConnectionFactory
Creates an XA topic connection with the specified user identity.
createXATopicSession() - Method in interface javax.jms.XATopicConnection
Creates an XATopicSession object.
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

D

DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
DeliveryMode - Interface in javax.jms
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
Destination - Class in com.sun.messaging
A Destination encapsulates Sun MQ specific configuration information for Sun MQ Destination 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 - Interface in javax.jms
A Destination object encapsulates a provider-specific address.
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.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.xml.messaging.JAXMServlet
Internalizes the given HttpServletRequest object and writes the reply to the given HttpServletResponse object.
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.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DURABLE - Static variable in class com.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.
Endpoint - Class in javax.xml.messaging
An opaque representation of an application endpoint.
Endpoint(String) - Constructor for class javax.xml.messaging.Endpoint
Constructs an Endpoint object using the given string identifier.
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.
ExceptionListener - Interface in javax.jms
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.

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.
getAbbreviatedProductName() - Method in class com.sun.messaging.Version
Deprecated.  
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getBanner(boolean) - Method in class com.sun.messaging.Version
Deprecated.  
getBanner(boolean, int) - Method in class com.sun.messaging.Version
Deprecated.  
getBodyLength() - Method in interface javax.jms.BytesMessage
Gets the number of bytes of the message body when the message is in read-only mode.
getBoolean(String) - Method in interface javax.jms.MapMessage
Returns the boolean value with the specified name.
getBooleanProperty(String) - Method in interface javax.jms.Message
Returns the value of the boolean property with the specified name.
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.management.server.BrokerNotification
Returns the broker address.
getBrokerAddress() - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
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.
getBrokerID() - Method in class com.sun.messaging.jms.management.server.BrokerNotification
Returns the broker ID.
getBrokerID() - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
getBuildDate() - Method in class com.sun.messaging.Version
Deprecated.  
getBuildMilestone() - Method in class com.sun.messaging.Version
Deprecated.  
getBuildVersion() - Method in class com.sun.messaging.Version
Deprecated.  
getByte(String) - Method in interface javax.jms.MapMessage
Returns the byte value with the specified name.
getByteProperty(String) - Method in interface javax.jms.Message
Returns the value of the byte property with the specified name.
getBytes(String) - Method in interface javax.jms.MapMessage
Returns the byte array value with the specified name.
getChar(String) - Method in interface javax.jms.MapMessage
Returns the Unicode character value with the specified name.
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getClosingTimePeriod() - Method in class com.sun.messaging.jms.notification.ConnectionClosingEvent
Get the connection closing time period in milli seconds.
getClusterID() - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
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.
getCopyright(int) - Method in class com.sun.messaging.Version
Deprecated.  
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.
getDeliveryMode() - Method in interface javax.jms.MessageProducer
Gets the producer's default delivery mode.
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.
getDestination() - Method in interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDestinationName() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
 
getDestinationType() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
 
getDisableMessageID() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message IDs are disabled.
getDisableMessageTimestamp() - Method in interface javax.jms.MessageProducer
Gets an indication of whether message timestamps are disabled.
getDouble(String) - Method in interface javax.jms.MapMessage
Returns the double value with the specified name.
getDoubleProperty(String) - Method in interface javax.jms.Message
Returns the value of the double property with the specified name.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getErrorCode() - Method in exception javax.jms.JMSException
Gets the vendor-specific error code.
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.
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getFailedBrokerID() - Method in class com.sun.messaging.jms.management.server.BrokerNotification
Returns the ID of the broker in the cluster that failed and is in the process of being taken over.
getFloat(String) - Method in interface javax.jms.MapMessage
Returns the float value with the specified name.
getFloatProperty(String) - Method in interface javax.jms.Message
Returns the value of the float property with the specified name.
getHeader() - Method in class com.sun.messaging.Version
Deprecated.  
getHeader(int) - Method in class com.sun.messaging.Version
Deprecated.  
getHeaders(HttpServletRequest) - Static method in class javax.xml.messaging.JAXMServlet
Returns a MimeHeaders object that contains the headers in the given HttpServletRequest object.
getHeapMemoryUsage() - Method in class com.sun.messaging.jms.management.server.BrokerNotification
 
getImplementationVersion() - Method in class com.sun.messaging.Version
Returns the implementation version of the product example 3.6
getInt(String) - Method in interface javax.jms.MapMessage
Returns the int value with the specified name.
getIntProperty(String) - Method in interface javax.jms.Message
Returns the value of the int property with the specified name.
getIntVersion(String) - Static method in class com.sun.messaging.Version
Returns the Version info in the form of an array of integer.
getJMSAdminSpiVersion() - Method in class com.sun.messaging.Version
Deprecated.  
getJMSCorrelationID() - Method in interface javax.jms.Message
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in interface javax.jms.Message
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in interface javax.jms.Message
Gets the DeliveryMode value specified for this message.
getJMSDestination() - Method in interface javax.jms.Message
Gets the Destination object for this message.
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.
getJMSExpiration() - Method in interface javax.jms.Message
Gets the message's expiration value.
getJMSMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS major version number.
getJMSMessageID() - Method in interface javax.jms.Message
Gets the message ID.
getJMSMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS minor version number.
getJMSPriority() - Method in interface javax.jms.Message
Gets the message priority level.
getJMSProviderName() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider name.
getJMSRedelivered() - Method in interface javax.jms.Message
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in interface javax.jms.Message
Gets the Destination object to which a reply to this message should be sent.
getJMSTimestamp() - Method in interface javax.jms.Message
Gets the message timestamp.
getJMSType() - Method in interface javax.jms.Message
Gets the message type identifier supplied by the client when the message was sent.
getJMSVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS API version.
getJMSXPropertyNames() - Method in interface javax.jms.ConnectionMetaData
Gets an enumeration of the JMSX property names.
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.
getLinkedException() - Method in exception javax.jms.JMSException
Gets the exception linked to this one.
getLogState() - Method in exception com.sun.messaging.jms.IllegalStateException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.InvalidClientIDException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.InvalidDestinationException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.InvalidSelectorException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.JMSException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.JMSSecurityException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.MessageEOFException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.MessageFormatException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.MessageNotReadableException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.MessageNotWriteableException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.ResourceAllocationException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.TransactionInProgressException
get logging state of this object.
getLogState() - Method in exception com.sun.messaging.jms.TransactionRolledBackException
get logging state of this object.
getLong(String) - Method in interface javax.jms.MapMessage
Returns the long value with the specified name.
getLongProperty(String) - Method in interface javax.jms.Message
Returns the value of the long property with the specified name.
getLowerCaseAbbreviatedProductName() - Method in class com.sun.messaging.Version
Deprecated.  
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.
getMajorVersion() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves an int indicating the major version number of the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getMapNames() - Method in interface javax.jms.MapMessage
Returns an Enumeration of all the names in the MapMessage object.
getMessage() - Method in class com.sun.messaging.jms.management.server.LogNotification
Returns message related to this log notification.
getMessageListener() - Method in interface javax.jms.MessageConsumer
Gets the message consumer's MessageListener.
getMessageListener() - Method in interface javax.jms.Session
Returns the session's distinguished message listener (optional).
getMessageSelector() - Method in interface javax.jms.MessageConsumer
Gets this message consumer's message selector expression.
getMessageSelector() - Method in interface javax.jms.QueueBrowser
Gets this queue browser's message selector expression.
getMetaData() - Method in interface javax.jms.Connection
Gets the metadata for this connection.
getMetaData() - Method in interface javax.xml.messaging.ProviderConnection
Retrieves the ProviderMetaData object that contains information about the messaging provider to which this ProviderConnection object is connected.
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
getMinorVersion() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves an int indicating the minor version number of the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getName() - Method in class com.sun.messaging.Destination
Returns the name of this Destination.
getName() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves a String containing the name of the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getNewResourceState() - Method in class com.sun.messaging.jms.management.server.BrokerNotification
 
getNoLocal() - Method in interface javax.jms.TopicSubscriber
Gets the NoLocal attribute for this subscriber.
getObject(String) - Method in interface javax.jms.MapMessage
Returns the value of the object with the specified name.
getObject() - Method in interface javax.jms.ObjectMessage
Gets the serializable object containing this message's data.
getObjectProperty(String) - Method in interface javax.jms.Message
Returns the value of the Java object property with the specified name.
getOldResourceState() - Method in class com.sun.messaging.jms.management.server.BrokerNotification
 
getPatchIds() - Method in class com.sun.messaging.Version
Deprecated.  
getPatchString() - Method in class com.sun.messaging.Version
Deprecated.  
getPauseType() - Method in class com.sun.messaging.jms.management.server.DestinationNotification
 
getPriority() - Method in interface javax.jms.MessageProducer
Gets the producer's default priority.
getProductCompanyName() - Method in class com.sun.messaging.Version
Deprecated.  
getProductCopyrightDate() - Method in class com.sun.messaging.Version
Deprecated.  
getProductName() - Method in class com.sun.messaging.Version
Returns the product name example Oracle GlassFish(tm) Server Message Queue
getProductVersion() - Method in class com.sun.messaging.Version
Deprecated.  
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.
getPropertyNames() - Method in interface javax.jms.Message
Returns an Enumeration of all the property names.
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.
getProps() - Method in class com.sun.messaging.Version
Deprecated.  
getProtocolVersion() - Method in class com.sun.messaging.Version
Deprecated.  
getProviderMajorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider major version number.
getProviderMinorVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider minor version number.
getProviderVersion() - Method in interface javax.jms.ConnectionMetaData
Gets the JMS provider version.
getQueue() - Method in interface javax.jms.QueueBrowser
Gets the queue associated with this queue browser.
getQueue() - Method in interface javax.jms.QueueReceiver
Gets the Queue associated with this queue receiver.
getQueue() - Method in interface javax.jms.QueueSender
Gets the queue associated with this QueueSender.
getQueueName() - Method in class com.sun.messaging.Destination
Returns the queue name.
getQueueName() - Method in interface javax.jms.Queue
Gets the name of this queue.
getQueueSession() - Method in interface javax.jms.XAQueueSession
Gets the queue session associated with this XAQueueSession.
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.
getReleaseQID() - Method in class com.sun.messaging.Version
Deprecated.  
getRemoteHost() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
 
getServerSession() - Method in interface javax.jms.ServerSessionPool
Return a server session from the pool.
getServerSessionPool() - Method in interface javax.jms.ConnectionConsumer
Gets the server session pool associated with this connection consumer.
getServiceName() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
 
getServiceName() - Method in class com.sun.messaging.jms.management.server.ServiceNotification
 
getSession() - Method in interface javax.jms.ServerSession
Return the ServerSession's Session.
getSession() - Method in interface javax.jms.XASession
Gets the session associated with this XASession.
getShort(String) - Method in interface javax.jms.MapMessage
Returns the short value with the specified name.
getShortProductName() - Method in class com.sun.messaging.Version
Deprecated.  
getShortProperty(String) - Method in interface javax.jms.Message
Returns the value of the short property with the specified name.
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.
getString(String) - Method in interface javax.jms.MapMessage
Returns the String value with the specified name.
getStringProperty(String) - Method in interface javax.jms.Message
Returns the value of the String property with the specified name.
getSupportedProfiles() - Method in interface javax.xml.messaging.ProviderMetaData
Retrieves a list of the messaging profiles that are supported by the messaging provider to which the ProviderConnection object described by this ProviderMetaData object is connected.
getTargetJMSVersion() - Method in class com.sun.messaging.Version
Returns the JMS API version the product implements example 1.1
getText() - Method in interface javax.jms.TextMessage
Gets the string containing this message's data.
getTimeToLive() - Method in interface javax.jms.MessageProducer
Gets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
getTopic() - Method in interface javax.jms.TopicPublisher
Gets the topic associated with this TopicPublisher.
getTopic() - Method in interface javax.jms.TopicSubscriber
Gets the Topic associated with this subscriber.
getTopicName() - Method in class com.sun.messaging.Destination
Returns the topic name.
getTopicName() - Method in interface javax.jms.Topic
Gets the name of this topic.
getTopicSession() - Method in interface javax.jms.XATopicSession
Gets the topic session associated with this XATopicSession.
getTransacted() - Method in interface javax.jms.Session
Indicates whether the session is in transacted mode.
getTransacted() - Method in interface javax.jms.XASession
Indicates whether the session is in transacted mode.
getTransactionID() - Method in class com.sun.messaging.jms.management.server.TransactionNotification
 
getURL() - Method in class javax.xml.messaging.URLEndpoint
Gets the URL associated with this URLEndpoint object.
getUserAgent() - Method in class com.sun.messaging.Version
Deprecated.  
getUserName() - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
 
getVERSION() - Static method in class com.sun.messaging.AdministeredObject
Returns the Version string used for this MQ AdministeredObject.
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.
getVersionPackageName() - Method in class com.sun.messaging.Version
Deprecated.  
getVersionProperty(String) - Method in class com.sun.messaging.Version
Deprecated.  
getXAResource() - Method in interface javax.jms.XASession
Returns an XA resource to the caller.

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.
id - Variable in class javax.xml.messaging.Endpoint
A string that identifies the party that this Endpoint object represents; a URI is the default.
IllegalStateException - Exception 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, String) - Constructor for exception com.sun.messaging.jms.IllegalStateException
Constructs a IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception com.sun.messaging.jms.IllegalStateException
Constructs a IllegalStateException with the specified reason and with the error code defaulting to null.
IllegalStateException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.IllegalStateException
Constructs a IllegalStateException with the specified reason, error code, and a specified cause.
IllegalStateException - Exception in javax.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for exception javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
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 Sun MQ Client Application will wait before throwing a JMSException when awaiting an acknowledgement from the Sun MQ 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 Sun MQ Message Service.
imqAddressListBehavior - Static variable in class com.sun.messaging.ConnectionConfiguration
This property determines how Sun MQ will select entries from the imqAddressList property to use when making a connection to the Sun MQ Message Service.
imqAddressListIterations - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the number of times that Sun MQ will iterate through imqAddressList when connecting to the Sun Message Queue Service.
imqBrokerHostName - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the hostname that will be used to connect to the Sun MQ Message Service using the TCP and TLS ConnectionHandler classes provided with Sun MQ.
imqBrokerHostPort - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the Primary Port number that will be used to connect to the Sun MQ Message Service using the TCP and TLS ConnectionHandler classes provided with Sun MQ.
imqBrokerServiceName - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the connection service name that will be used to connect to the Sun MQ Message Service using the TCP and TLS ConnectionHandler classes provided with Sun MQ.
imqBrokerServicePort - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the actual port number that will be used to connect to the Sun MQ Message Service using the TCP and TLS ConnectionHandler classes provided with Sun MQ.
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 Sun MQ 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 Sun MQ Client can hold, above which the MQ Client will refrain from sending a 'resume flow' notification to the Sun MQ Message Service.
imqConnectionFlowLimitEnabled - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether the Sun MQ Client should limit the flow of JMS messages from the Sun MQ 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 Sun MQ 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 Sun MQ Message Service.
imqConnectionURL - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the URL that will be used when connecting to the Sun MQ Message Service using the HTTP ConnectionHandler class provided with Sun MQ.
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 and imqConsumerFlowThreshold 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 of imqConsumerFlowLimit .
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 Sun MQ 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 Sun MQ 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 Sun MQ Client Application is prevented from changing the ClientID using the setClientID() method in javax.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.
imqFlowControlCount - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
imqFlowControlIsLimited - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
imqFlowControlLimit - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
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.
imqLoadMaxToServerSession - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates how the Sun MQ ConnectionConsumer should load messages into a ServerSession's JMS Session.
imqOverrideJMSDeliveryMode - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether Sun MQ 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 Sun MQ 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 Sun MQ 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 Sun MQ 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.
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 Sun MQ 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 Sun MQ Client Application will wait before throwing a NoSuchElementException when retrieving elements from a QueueBrowser Enumeration.
imqReconnect - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
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 Sun MQ Client Application will make before moving on the the next address in imqAddressList.
imqReconnectDelay - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
imqReconnectEnabled - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether the Sun MQ Client Application will attempt to reconnect to the Sun MQ 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 Sun MQ Message Service.
imqReconnectRetries - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
imqSetJMSXAppID - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether Sun MQ should set the JMSXAppID property on produced messages.
imqSetJMSXConsumerTXID - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether Sun MQ should set the JMSXConsumerTXID property on consumed messages.
imqSetJMSXProducerTXID - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether Sun MQ should set the JMSXProducerTXID property on produced messages.
imqSetJMSXRcvTimestamp - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether Sun MQ should set the JMSXRcvTimestamp property on consumed messages.
imqSetJMSXUserID - Static variable in class com.sun.messaging.ConnectionConfiguration
This property indicates whether Sun MQ 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 Sun MQ Message Service using the TLS ConnectionHandler class provided with Sun MQ.
imqSSLProviderClassname - Static variable in class com.sun.messaging.ConnectionConfiguration
This property holds the TLS Provider Classname that will be used when connecting to the Sun MQ Message Service using the TLS ConnectionHandler class provided with Sun MQ.
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(ServletConfig) - Method in class javax.xml.messaging.JAXMServlet
Initializes this JAXMServlet object using the given ServletConfig object and initializing the msgFactory field with a default MessageFactory object.
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 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 com.sun.messaging.jms.InvalidClientIDException
Constructs a InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception com.sun.messaging.jms.InvalidClientIDException
Constructs a InvalidClientIDException with the specified reason and with the error code defaulting to null.
InvalidClientIDException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.InvalidClientIDException
Constructs a InvalidClientIDException with the specified reason, error code, and a specified cause.
InvalidClientIDException - Exception in javax.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for exception javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidDestinationException - Exception 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 com.sun.messaging.jms.InvalidDestinationException
Constructs a InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for exception com.sun.messaging.jms.InvalidDestinationException
Constructs a InvalidDestinationException with the specified reason and with the error code defaulting to null.
InvalidDestinationException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.InvalidDestinationException
Constructs a InvalidDestinationException with the specified reason, error code, and a specified cause.
InvalidDestinationException - Exception in javax.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for exception javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidPropertyException - Exception in com.sun.messaging
An InvalidPropertyException is thrown when a setProperty is called with an invalid property name parameter.
InvalidPropertyException(String) - Constructor for exception com.sun.messaging.InvalidPropertyException
Constructs an InvalidPropertyException.
InvalidPropertyValueException - Exception in com.sun.messaging
An InvalidPropertyValueException is thrown when setProperty is called with an invalid property value parameter.
InvalidPropertyValueException(String, String) - Constructor for exception com.sun.messaging.InvalidPropertyValueException
Constructs an InvalidPropertyValueException.
InvalidSelectorException - Exception 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 com.sun.messaging.jms.InvalidSelectorException
Constructs a InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for exception com.sun.messaging.jms.InvalidSelectorException
Constructs a InvalidSelectorException with the specified reason and with the error code defaulting to null.
InvalidSelectorException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.InvalidSelectorException
Constructs a InvalidSelectorException with the specified reason, error code, and a specified cause.
InvalidSelectorException - Exception in javax.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 javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for exception javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
isConnectedToHABroker() - Method in interface com.sun.messaging.jms.Connection
Get the current connection state.
isHighlyAvailable() - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
isMasterBroker() - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
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.
itemExists(String) - Method in interface javax.jms.MapMessage
Indicates whether an item exists in this MapMessage object.

J

javax.jms - package javax.jms
The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
javax.xml.messaging - package javax.xml.messaging
Provides the API for using a messaging provider to send and receive SOAP messages.
JAXMException - Exception in javax.xml.messaging
An exception that signals that a JAXM exception has occurred.
JAXMException() - Constructor for exception javax.xml.messaging.JAXMException
Constructs a JAXMException object with no reason or embedded Throwable object.
JAXMException(String) - Constructor for exception javax.xml.messaging.JAXMException
Constructs a JAXMException object with the given String as the reason for the exception being thrown.
JAXMException(String, Throwable) - Constructor for exception javax.xml.messaging.JAXMException
Constructs a JAXMException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
JAXMException(Throwable) - Constructor for exception javax.xml.messaging.JAXMException
Constructs a JAXMException object initialized with the given Throwable object.
JAXMServlet - Class in javax.xml.messaging
The superclass for components that live in a servlet container that receives JAXM messages.
JAXMServlet() - Constructor for class javax.xml.messaging.JAXMServlet
 
JMQAckOnAcknowledge - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQAckOnProduce - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQAckTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQBrokerHostName - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQBrokerHostPort - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQBrokerServiceName - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQBrokerServicePort - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQConfiguredClientID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQConnectionHandler - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQConnectionType - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQConnectionURL - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQConsumerFlowThreshold - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQDefaultPassword - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQDefaultUsername - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQDestinationDescription - Static variable in class com.sun.messaging.DestinationConfiguration
Deprecated.  
JMQDestinationName - Static variable in class com.sun.messaging.DestinationConfiguration
Deprecated.  
JMQDisableSetClientID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQEnableSharedClientID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQFlowControlCount - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQFlowControlIsLimited - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQFlowControlLimit - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQJMSDeliveryMode - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQJMSExpiration - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQJMSPriority - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQLoadMaxToServerSession - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQOverrideJMSDeliveryMode - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQOverrideJMSExpiration - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQOverrideJMSHeadersToTemporaryDestinations - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQOverrideJMSPriority - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQPrefetchMaxMsgCount - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQQueueBrowserMaxMessagesPerRetrieve - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQQueueBrowserRetrieveTimeout - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQReconnect - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQReconnectDelay - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQReconnectRetries - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSetJMSXAppID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSetJMSXConsumerTXID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSetJMSXProducerTXID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSetJMSXRcvTimestamp - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSetJMSXUserID - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSSLIsHostTrusted - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
JMQSSLProviderClassname - Static variable in class com.sun.messaging.ConnectionConfiguration
Deprecated.  
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 in com.sun.messaging.jms
This class encapsulates MQ JMSExceptions.
JMSException(String, String) - Constructor for exception com.sun.messaging.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception com.sun.messaging.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.JMSException
Constructs a JMSException with the specified reason, error code, and a specified cause.
JMSException - Exception in javax.jms
This is the root class of all JMS API exceptions.
JMSException(String, String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and error code.
JMSException(String) - Constructor for exception javax.jms.JMSException
Constructs a JMSException with the specified reason and with the error code defaulting to null.
JMSSecurityException - Exception in com.sun.messaging.jms
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for exception com.sun.messaging.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for exception com.sun.messaging.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and with the error code defaulting to null.
JMSSecurityException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason, error code, and a specified cause.
JMSSecurityException - Exception in javax.jms
This exception must be thrown when a provider rejects a user name/password submitted by a client.
JMSSecurityException(String, String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason and error code.
JMSSecurityException(String) - Constructor for exception javax.jms.JMSSecurityException
Constructs a JMSSecurityException with the specified reason.
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_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.
LONG_COPYRIGHT - Static variable in class com.sun.messaging.Version
Deprecated.  

M

main(String[]) - Static method in class com.sun.messaging.Version
Deprecated.  
MapMessage - Interface in javax.jms
A MapMessage object is used to send a set of name-value pairs.
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 Oracle GlassFish(tm) Server Message Queue.
Message - Interface in javax.jms
The Message interface is the root interface of all JMS messages.
MessageConsumer - Interface in javax.jms
A client uses a MessageConsumer object to receive messages from a destination.
MessageEOFException - Exception in com.sun.messaging.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for exception com.sun.messaging.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for exception com.sun.messaging.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and with the error code defaulting to null.
MessageEOFException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason, error code, and a specified cause.
MessageEOFException - Exception in javax.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for exception javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFormatException - Exception 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 com.sun.messaging.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for exception com.sun.messaging.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and with the error code defaulting to null.
MessageFormatException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason, error code, and a specified cause.
MessageFormatException - Exception in javax.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 javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for exception javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageListener - Interface in javax.jms
A MessageListener object is used to receive asynchronously delivered messages.
MessageNotReadableException - Exception in com.sun.messaging.jms
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for exception com.sun.messaging.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for exception com.sun.messaging.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and with the error code defaulting to null.
MessageNotReadableException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason, error code, and a specified cause.
MessageNotReadableException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for exception javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - Exception in com.sun.messaging.jms
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for exception com.sun.messaging.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for exception com.sun.messaging.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and with the error code defaulting to null.
MessageNotWriteableException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason, error code, and a specified cause.
MessageNotWriteableException - Exception in javax.jms
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for exception javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageProducer - Interface in javax.jms
A client uses a MessageProducer object to send messages to a destination.
MessageTransformer - Class in com.sun.messaging.xml
The Transformer class encapsulates the functionality to transform SOAP and JMS messages.
MIN_THREADS - Static variable in class com.sun.messaging.jms.management.server.ServiceAttributes
Min threads
MINI_COPYRIGHT - Static variable in class com.sun.messaging.Version
Deprecated.  
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.
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
msgFactory - Variable in class javax.xml.messaging.JAXMServlet
The MessageFactory object that will be used internally to create the SOAPMessage object to be passed to the method onMessage.

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
newInstance() - Static method in class javax.xml.messaging.ProviderConnectionFactory
Creates a default ProviderConnectionFactory object.
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.
NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NONE - Static variable in class com.sun.messaging.jms.management.server.LogLevel
Turn off logging.
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_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 - Interface in javax.jms
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
onEvent(Event) - Method in interface com.sun.messaging.jms.notification.EventListener
Notify a MQ application of a MQ event.
OnewayListener - Interface in javax.xml.messaging
A marker interface for components (for example, servlets) that are intended to be consumers of one-way (asynchronous) JAXM messages.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
Notifies user of a JMS exception.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.
onMessage(SOAPMessage) - Method in interface javax.xml.messaging.OnewayListener
Passes the given SOAPMessage object to this OnewayListener object.
onMessage(SOAPMessage) - Method in interface javax.xml.messaging.ReqRespListener
Passes the given SOAPMessage object to this ReqRespListener object and returns the response.
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
PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
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 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.IllegalStateException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.InvalidClientIDException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.InvalidDestinationException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.InvalidSelectorException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.JMSException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.JMSSecurityException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.MessageEOFException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.MessageFormatException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception com.sun.messaging.jms.MessageNotReadableException
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 MessageNotReadableException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.MessageNotReadableException
printStackTrace(PrintWriter) - Method in exception com.sun.messaging.jms.MessageNotReadableException
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 MessageNotReadableException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in exception com.sun.messaging.jms.MessageNotWriteableException
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 MessageNotWriteableException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.MessageNotWriteableException
printStackTrace(PrintWriter) - Method in exception com.sun.messaging.jms.MessageNotWriteableException
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 MessageNotWriteableException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.ResourceAllocationException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.getLinkedException()
printStackTrace() - Method in exception com.sun.messaging.jms.TransactionInProgressException
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 TransactionInProgressException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.TransactionInProgressException
printStackTrace(PrintWriter) - Method in exception com.sun.messaging.jms.TransactionInProgressException
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 TransactionInProgressException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in exception 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 via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in exception com.sun.messaging.jms.TransactionRolledBackException
printStackTrace(PrintWriter) - Method in exception 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 via JMSException.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.
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
PropertyOwner - Interface in com.sun.messaging
The PropertyOwner interface is implemented by any property that owns other properties.
ProviderConnection - Interface in javax.xml.messaging
A client's active connection to its messaging provider.
ProviderConnectionFactory - Class in javax.xml.messaging
A factory for creating connections to a particular messaging provider.
ProviderConnectionFactory() - Constructor for class javax.xml.messaging.ProviderConnectionFactory
 
ProviderMetaData - Interface in javax.xml.messaging
Information about the messaging provider to which a client has a connection.
publish(Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
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.
putHeaders(MimeHeaders, HttpServletResponse) - Static method in class javax.xml.messaging.JAXMServlet
Sets the given HttpServletResponse object with the headers in the given MimeHeaders object.

Q

QUEUE - Static variable in class com.sun.messaging.jms.management.server.DestinationType
Queue destination type
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 - Interface in javax.jms
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - Interface in javax.jms
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - Interface in com.sun.messaging.jms
Provide interface to create a MQ NO_ACKNOWLEDGE queue session.
QueueConnection - Interface in javax.jms
A QueueConnection object is an active connection to a point-to-point JMS provider.
QueueConnectionFactory - Class in com.sun.messaging
A QueueConnectionFactory is used to create QueueConnections with the Sun MQ 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.
QueueConnectionFactory - Interface in javax.jms
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueReceiver - Interface in javax.jms
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - Class in javax.jms
The QueueRequestor helper class simplifies making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
Constructor for the QueueRequestor class.
QueueSender - Interface in javax.jms
A client uses a QueueSender object to send messages to a queue.
QueueSession - Interface in javax.jms
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.
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

readBoolean() - Method in interface javax.jms.BytesMessage
Reads a boolean from the bytes message stream.
readBoolean() - Method in interface javax.jms.StreamMessage
Reads a boolean from the stream message.
readByte() - Method in interface javax.jms.BytesMessage
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in interface javax.jms.StreamMessage
Reads a byte value from the stream message.
readBytes(byte[]) - Method in interface javax.jms.BytesMessage
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in interface javax.jms.BytesMessage
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in interface javax.jms.StreamMessage
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in interface javax.jms.BytesMessage
Reads a Unicode character value from the bytes message stream.
readChar() - Method in interface javax.jms.StreamMessage
Reads a Unicode character value from the stream message.
readDouble() - Method in interface javax.jms.BytesMessage
Reads a double from the bytes message stream.
readDouble() - Method in interface javax.jms.StreamMessage
Reads a double from the stream message.
readFloat() - Method in interface javax.jms.BytesMessage
Reads a float from the bytes message stream.
readFloat() - Method in interface javax.jms.StreamMessage
Reads a float from the stream message.
readInt() - Method in interface javax.jms.BytesMessage
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in interface javax.jms.StreamMessage
Reads a 32-bit integer from the stream message.
readLong() - Method in interface javax.jms.BytesMessage
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in interface javax.jms.StreamMessage
Reads a 64-bit integer from the stream message.
readObject() - Method in interface javax.jms.StreamMessage
Reads an object from the stream message.
ReadOnlyPropertyException - Exception in com.sun.messaging
A ReadOnlyPropertyException is thrown when an attempt is made to modify a JMQ AdministeredObject that has been set to read only.
ReadOnlyPropertyException(String) - Constructor for exception com.sun.messaging.ReadOnlyPropertyException
Constructs a ReadOnlyPropertyException.
readShort() - Method in interface javax.jms.BytesMessage
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in interface javax.jms.StreamMessage
Reads a 16-bit integer from the stream message.
readString() - Method in interface javax.jms.StreamMessage
Reads a String from the stream message.
readUnsignedByte() - Method in interface javax.jms.BytesMessage
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in interface javax.jms.BytesMessage
Reads an unsigned 16-bit number from the bytes message stream.
readUTF() - Method in interface javax.jms.BytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
receive() - Method in interface javax.jms.MessageConsumer
Receives the next message produced for this message consumer.
receive(long) - Method in interface javax.jms.MessageConsumer
Receives the next message that arrives within the specified timeout interval.
receiveNoWait() - Method in interface javax.jms.MessageConsumer
Receives the next message if one is immediately available.
recover() - Method in interface javax.jms.Session
Stops message delivery in this session, and restarts message delivery with the oldest unacknowledged message.
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.
ReqRespListener - Interface in javax.xml.messaging
A marker interface for components that are intended to be consumers of request-response messages.
request(Message) - Method in class javax.jms.QueueRequestor
Sends a request and waits for a reply.
request(Message) - Method in class javax.jms.TopicRequestor
Sends a request and waits for a reply.
reset() - Method in interface javax.jms.BytesMessage
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
reset() - Method in interface javax.jms.StreamMessage
Puts the message body in read-only mode and repositions the stream to the beginning.
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 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 com.sun.messaging.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for exception com.sun.messaging.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and with the error code defaulting to null.
ResourceAllocationException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason, error code, and a specified cause.
ResourceAllocationException - Exception in javax.jms
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for exception javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason.
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.
rollback() - Method in interface javax.jms.Session
Rolls back any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface javax.jms.XASession
Throws a TransactionInProgressException, since it should not be called for an XASession object.
ROLLEDBACK - Static variable in class com.sun.messaging.jms.management.server.TransactionState
Transaction was rolled back.
run() - Method in interface javax.jms.Session
Optional operation, intended to be used only by Application Servers, not by ordinary JMS clients.
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
send(Message) - Method in interface javax.jms.MessageProducer
Sends a message using the MessageProducer's default delivery mode, priority, and time to live.
send(Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to the destination, specifying delivery mode, priority, and time to live.
send(Destination, Message) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer.
send(Destination, Message, int, int, long) - Method in interface javax.jms.MessageProducer
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Message) - Method in interface javax.jms.QueueSender
Sends a message to the queue.
send(Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to the queue, specifying delivery mode, priority, and time to live.
send(Queue, Message) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer.
send(Queue, Message, int, int, long) - Method in interface javax.jms.QueueSender
Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
send(SOAPMessage) - Method in interface javax.xml.messaging.ProviderConnection
Sends the given SOAPMessage object and returns immediately after handing the message over to the messaging provider.
ServerSession - Interface in javax.jms
A ServerSession object is an application server object that is used by a server to associate a thread with a JMS session (optional).
ServerSessionPool - Interface in javax.jms
A ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects for processing the messages of a ConnectionConsumer (optional).
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.
Session - Interface in javax.jms
A Session object is a single-threaded context for producing and consuming messages.
SESSION_TRANSACTED - Static variable in interface javax.jms.Session
This value is returned from the method getAcknowledgeMode if the session is transacted.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
Sets a boolean value with the specified name into the Map.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setBrokerAddress(String) - Method in class com.sun.messaging.jms.management.server.BrokerNotification
Sets the broker address.
setBrokerAddress(String) - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
setBrokerID(String) - Method in class com.sun.messaging.jms.management.server.BrokerNotification
Sets the broker ID.
setBrokerID(String) - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
setByte(String, byte) - Method in interface javax.jms.MapMessage
Sets a byte value with the specified name into the Map.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
Sets a byte array value with the specified name into the Map.
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
Sets a portion of the byte array value with the specified name into the Map.
setChar(String, char) - Method in interface javax.jms.MapMessage
Sets a Unicode character value with the specified name into the Map.
setClientID(String) - Method in interface javax.jms.Connection
Sets the client identifier for this connection.
setClusterID(String) - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
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 Sun MQ Message Service.
setDefaultConfiguration() - Method in class com.sun.messaging.Destination
Sets the minimum Destination configuration defaults required of a Sun MQ Destination identity object.
setDeliveryMode(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default delivery mode.
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
 
setDisableMessageID(boolean) - Method in interface javax.jms.MessageProducer
Sets whether message IDs are disabled.
setDisableMessageTimestamp(boolean) - Method in interface javax.jms.MessageProducer
Sets whether message timestamps are disabled.
setDouble(String, double) - Method in interface javax.jms.MapMessage
Sets a double value with the specified name into the Map.
setDoubleProperty(String, double) - Method in interface javax.jms.Message
Sets a double property value with the specified name into the message.
setEventListener(EventListener) - Method in interface com.sun.messaging.jms.Connection
Set MQ connection event listener to the current connection.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
Sets an exception listener for this connection.
setFailedBrokerID(String) - Method in class com.sun.messaging.jms.management.server.BrokerNotification
Sets the ID of the broker in the cluster that failed and is in the process of being taken over.
setFloat(String, float) - Method in interface javax.jms.MapMessage
Sets a float value with the specified name into the Map.
setFloatProperty(String, float) - Method in interface javax.jms.Message
Sets a float property value with the specified name into the message.
setHeapMemoryUsage(MemoryUsage) - Method in class com.sun.messaging.jms.management.server.BrokerNotification
 
setHighlyAvailable(boolean) - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
setInt(String, int) - Method in interface javax.jms.MapMessage
Sets an int value with the specified name into the Map.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
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 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 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 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 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 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 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 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 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 com.sun.messaging.jms.MessageNotReadableException
If running under J2SE1.4 or above, this method will also set the cause of the MessageNotReadableException.
setLinkedException(Exception) - Method in exception com.sun.messaging.jms.MessageNotWriteableException
If running under J2SE1.4 or above, this method will also set the cause of the MessageNotWriteableException.
setLinkedException(Exception) - Method in exception 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 com.sun.messaging.jms.TransactionInProgressException
If running under J2SE1.4 or above, this method will also set the cause of the TransactionInProgressException.
setLinkedException(Exception) - Method in exception com.sun.messaging.jms.TransactionRolledBackException
If running under J2SE1.4 or above, this method will also set the cause of the TransactionRolledBackException.
setLinkedException(Exception) - Method in exception javax.jms.JMSException
Adds a linked Exception.
setLogState(boolean) - Method in exception com.sun.messaging.jms.IllegalStateException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.InvalidClientIDException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.InvalidDestinationException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.InvalidSelectorException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.JMSException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.JMSSecurityException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.MessageEOFException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.MessageFormatException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.MessageNotReadableException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.MessageNotWriteableException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.ResourceAllocationException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.TransactionInProgressException
set state to true if this object is logged.
setLogState(boolean) - Method in exception com.sun.messaging.jms.TransactionRolledBackException
set state to true if this object is logged.
setLong(String, long) - Method in interface javax.jms.MapMessage
Sets a long value with the specified name into the Map.
setLongProperty(String, long) - Method in interface javax.jms.Message
Sets a long property value with the specified name into the message.
setMasterBroker(boolean) - Method in class com.sun.messaging.jms.management.server.ClusterNotification
 
setMessage(String) - Method in class com.sun.messaging.jms.management.server.LogNotification
Sets the message related to this log notification.
setMessageFactory(MessageFactory) - Method in class javax.xml.messaging.JAXMServlet
Sets this JAXMServlet object's msgFactory field with the given MessageFactory object.
setMessageListener(MessageListener) - Method in interface javax.jms.MessageConsumer
Sets the message consumer's MessageListener.
setMessageListener(MessageListener) - Method in interface javax.jms.Session
Sets the session's distinguished message listener (optional).
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.
setNewResourceState(String) - Method in class com.sun.messaging.jms.management.server.BrokerNotification
 
setObject(String, Object) - Method in interface javax.jms.MapMessage
Sets an object value with the specified name into the Map.
setObject(Serializable) - Method in interface javax.jms.ObjectMessage
Sets the serializable object containing this message's data.
setObjectProperty(String, Object) - Method in interface javax.jms.Message
Sets a Java object property value with the specified name into the message.
setOldResourceState(String) - Method in class com.sun.messaging.jms.management.server.BrokerNotification
 
setPauseType(String) - Method in class com.sun.messaging.jms.management.server.DestinationNotification
 
setPriority(int) - Method in interface javax.jms.MessageProducer
Sets the producer's default priority.
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
 
setShort(String, short) - Method in interface javax.jms.MapMessage
Sets a short value with the specified name into the Map.
setShortProperty(String, short) - Method in interface javax.jms.Message
Sets a short property value with the specified name into the message.
setString(String, String) - Method in interface javax.jms.MapMessage
Sets a String value with the specified name into the Map.
setStringProperty(String, String) - Method in interface javax.jms.Message
Sets a String property value with the specified name into the message.
setText(String) - Method in interface javax.jms.TextMessage
Sets the string containing this message's data.
setTimeToLive(long) - Method in interface javax.jms.MessageProducer
Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
setTransactionID(String) - Method in class com.sun.messaging.jms.management.server.TransactionNotification
 
setUserName(String) - Method in class com.sun.messaging.jms.management.server.ConnectionNotification
 
SHORT_COPYRIGHT - Static variable in class com.sun.messaging.Version
Deprecated.  
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 javax.xml.soap.SOAPMessage object from the javax.jms.Message object into which it was transformed using the SOAPMessageIntoJMSMessage method.
SOAPMessageIntoJMSMessage(SOAPMessage, Session) - Static method in class com.sun.messaging.xml.MessageTransformer
Transforms a javax.xml.soap.SOAPMessage message into a javax.jms.Message message.
start() - Method in interface javax.jms.Connection
Starts (or restarts) a connection's delivery of incoming messages.
start() - Method in interface javax.jms.ServerSession
Cause the Session's run method to be called to process messages that were just assigned to it.
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.
stop() - Method in interface javax.jms.Connection
Temporarily stops a connection's delivery of incoming messages.
storedVersion - Variable in class com.sun.messaging.AdministeredObject
The original version # of this object stored in JNDI
StreamMessage - Interface in javax.jms
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
SUCCESS - Static variable in class com.sun.messaging.jms.management.server.ChangeMasterBrokerResultInfo
Whether an BrokerException was thrown whilst performing this operation

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.
TemporaryQueue - Interface in javax.jms
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
TemporaryTopic - Interface in javax.jms
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
TextMessage - Interface in javax.jms
A TextMessage object is used to send a message containing a java.lang.String.
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 - Static variable in class com.sun.messaging.jms.management.server.DestinationType
Topic destination type
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 - Interface in javax.jms
A Topic object encapsulates a provider-specific topic name.
TopicConnection - Interface in com.sun.messaging.jms
Provide interface to create a MQ NO_ACKNOWLEDGE Topic Session.
TopicConnection - Interface in javax.jms
A TopicConnection object is an active connection to a publish/subscribe JMS provider.
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.
TopicConnectionFactory - Interface in javax.jms
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
TopicPublisher - Interface in javax.jms
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - Class in javax.jms
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - Interface in javax.jms
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - Interface in javax.jms
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
toString() - Method in class com.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(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.
toString() - Method in class com.sun.messaging.jms.notification.Event
Returns a MQ event notification event message.
toString() - Method in class com.sun.messaging.Version
Deprecated.  
toString() - Method in interface javax.jms.Queue
Returns a string representation of this object.
toString() - Method in interface javax.jms.Topic
Returns a string representation of this object.
toString() - Method in class javax.xml.messaging.Endpoint
Retrieves a string representation of this Endpoint object.
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.
toVersionString(int[]) - Static method in class com.sun.messaging.Version
Deprecated.  
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.
TransactionInProgressException - Exception in com.sun.messaging.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for exception com.sun.messaging.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for exception com.sun.messaging.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and with the error code defaulting to null.
TransactionInProgressException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason, error code, and a specified cause.
TransactionInProgressException - Exception in javax.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
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 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, String) - Constructor for exception com.sun.messaging.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for exception com.sun.messaging.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and with the error code defaulting to null.
TransactionRolledBackException(String, String, Throwable) - Constructor for exception com.sun.messaging.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason, error code, and a specified cause.
TransactionRolledBackException - Exception in javax.jms
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransactionState - Class in com.sun.messaging.jms.management.server
Class containing constants for transaction states.
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.
unsubscribe(String) - Method in interface javax.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.
URLEndpoint - Class in javax.xml.messaging
A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider.
URLEndpoint(String) - Constructor for class javax.xml.messaging.URLEndpoint
Constructs a new URLEndpoint object using the given URL.
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
 
VERSION - Static variable in class com.sun.messaging.AdministeredObject
The Version string of this AdministeredObject is 3.0
VERSION - Static variable in class com.sun.messaging.jms.management.server.BrokerAttributes
Broker version.
Version - Class in com.sun.messaging
This class provides the Version information about the product.
Version() - Constructor for class com.sun.messaging.Version
Constructor for this class

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

X

XAConnection - Interface in javax.jms
The XAConnection interface extends the capability of Connection by providing an XASession (optional).
XAConnectionFactory - Class in com.sun.messaging
An XAConnectionFactory is used to create XAConnections with the Sun MQ Java Message Service (JMS) provider.
XAConnectionFactory() - Constructor for class com.sun.messaging.XAConnectionFactory
 
XAConnectionFactory - Interface in javax.jms
The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
XAQueueConnection - Interface in javax.jms
An XAQueueConnection provides the same create options as QueueConnection (optional).
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
 
XAQueueConnectionFactory - Interface in javax.jms
An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
XAQueueSession - Interface in javax.jms
An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
XASession - Interface in javax.jms
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
XATopicConnection - Interface in javax.jms
An XATopicConnection provides the same create options as TopicConnection (optional).
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
 
XATopicConnectionFactory - Interface in javax.jms
An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
XATopicSession - Interface in javax.jms
An XATopicSession provides a regular TopicSession.
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

A B C D E F G H I J L M N O P Q R S T U V W X
Message Queue, v4.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.