- 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
- 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.
- 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.
- 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
.
- 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.
- 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
- 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