Sun Java(tm) System Message Queue
v3.6
A B C D E G H I J L M N O P Q R S T U V W X

A

AO_PROPERTY_TYPE_BOOLEAN - Static variable in class com.sun.messaging.AdministeredObject
AdministeredObject configuration property type designator for Boolean
AO_PROPERTY_TYPE_INTEGER - Static variable in class com.sun.messaging.AdministeredObject
AdministeredObject configuration property type designator for Integer
AO_PROPERTY_TYPE_LIST - Static variable in class com.sun.messaging.AdministeredObject
AdministeredObject configuration property type designator for List
AO_PROPERTY_TYPE_LONG - Static variable in class com.sun.messaging.AdministeredObject
AdministeredObject configuration property type designator for Long
AO_PROPERTY_TYPE_PROPERTYOWNER - Static variable in class com.sun.messaging.AdministeredObject
AdministeredObject configuration property type designator for PropertyOwner
AO_PROPERTY_TYPE_STRING - Static variable in class com.sun.messaging.AdministeredObject
AdministeredObject configuration property type designator for String
AUTO_ACKNOWLEDGE - Static variable in interface javax.jms.Session
With this acknowledgment mode, the session automatically acknowledges a client's receipt of a message either when the session has successfully returned from a call to receive or when the message listener the session has called to process the message successfully returns.
AdministeredObject - class com.sun.messaging.AdministeredObject.
An AdministeredObject encapsulates behavior common to all Sun MQ Administered Objects and MQ Administered Object classes extend this class.
AdministeredObject(String) - Constructor for class com.sun.messaging.AdministeredObject
 
AttachmentPart - class javax.xml.soap.AttachmentPart.
A single attachment to a SOAPMessage object.
AttachmentPart() - Constructor for class javax.xml.soap.AttachmentPart
 
acknowledge() - Method in interface javax.jms.Message
Acknowledges all consumed messages of the session of this consumed message.
acknowledgeThisMessage() - Method in interface com.sun.messaging.jms.Message
Acknowledges this consumed message only.
acknowledgeUpThroughThisMessage() - Method in interface com.sun.messaging.jms.Message
Acknowledges consumed messages of the session up through and including this consumed message.
addAttachmentPart(AttachmentPart) - Method in class javax.xml.soap.SOAPMessage
Adds the given AttachmentPart object to this SOAPMessage object.
addAttribute(Name, String) - Method in interface javax.xml.soap.SOAPElement
Adds an attribute with the specified name and value to this SOAPElement object.
addBody() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPBody object and sets it as the SOAPBody object for this SOAPEnvelope object.
addBodyElement(Name) - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPBodyElement object with the specified name and adds it to this SOAPBody object.
addChildElement(Name) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
addChildElement(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the given String object and adds the new element to this SOAPElement object.
addChildElement(String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
addChildElement(String, String, String) - Method in interface javax.xml.soap.SOAPElement
Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
addChildElement(SOAPElement) - Method in interface javax.xml.soap.SOAPElement
Add a SOAPElement as a child of this SOAPElement instance.
addDetail() - Method in interface javax.xml.soap.SOAPFault
Creates a Detail object and sets it as the Detail object for this SOAPFault object.
addDetailEntry(Name) - Method in interface javax.xml.soap.Detail
Creates a new DetailEntry object with the given name and adds it to this Detail object.
addFault() - Method in interface javax.xml.soap.SOAPBody
Creates a new SOAPFault object and adds it to this SOAPBody object.
addHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Adds a MimeHeader object with the specified name and value to this MimeHeaders object's list of headers.
addHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Creates a SOAPHeader object and sets it as the SOAPHeader object for this SOAPEnvelope object.
addHeaderElement(Name) - Method in interface javax.xml.soap.SOAPHeader
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
addMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Adds a MIME header with the specified name and value to this AttachmentPart object.
addMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Creates a MimeHeader object with the specified name and value and adds it to this SOAPPart object.
addNamespaceDeclaration(String, String) - Method in interface javax.xml.soap.SOAPElement
Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
addTextNode(String) - Method in interface javax.xml.soap.SOAPElement
Creates a new Text object initialized with the given String and adds it to this SOAPElement object.

B

BasicConnectionFactory - class com.sun.messaging.BasicConnectionFactory.
A BasicConnectionFactory encapsulates Sun MQ specific configuration information for Sun MQ ConnectionFactory objects and is used to create Connections with a Sun MQ Java Message Service (JMS) provider.
BasicConnectionFactory() - Constructor for class com.sun.messaging.BasicConnectionFactory
Constructs a BasicConnectionFactory with the default configuration.
BasicConnectionFactory(String) - Constructor for class com.sun.messaging.BasicConnectionFactory
Constructs a BasicConnectionFactory with the specified configuration.
BasicQueue - class com.sun.messaging.BasicQueue.
A BasicQueue represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.
BasicQueue() - Constructor for class com.sun.messaging.BasicQueue
Constructs an identity of a Point-To-Point Queue with the default name
BasicQueue(String) - Constructor for class com.sun.messaging.BasicQueue
Constructs an identity of a Point-To-Point Queue with the given name
BasicTopic - class com.sun.messaging.BasicTopic.
A BasicTopic represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.
BasicTopic() - Constructor for class com.sun.messaging.BasicTopic
Constructs an identity of a Publish/Subscribe Topic with the default name
BasicTopic(String) - Constructor for class com.sun.messaging.BasicTopic
Constructs an identity of a Publish/Subscribe Topic with the given name
BytesMessage - interface javax.jms.BytesMessage.
A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.

C

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.
Connection - interface com.sun.messaging.jms.Connection.
Provide interface to create a MQ NO_ACKNOWLEDGE session.
Connection - interface javax.jms.Connection.
A Connection object is a client's active connection to its JMS provider.
ConnectionConfiguration - class com.sun.messaging.ConnectionConfiguration.
The ConnectionConfiguration class contains Sun MQ specific connection configuration property names and special values.
ConnectionConsumer - interface javax.jms.ConnectionConsumer.
For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
ConnectionFactory - class com.sun.messaging.ConnectionFactory.
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 javax.jms.ConnectionFactory.
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
ConnectionMetaData - interface javax.jms.ConnectionMetaData.
A ConnectionMetaData object provides information describing the Connection object.
call(SOAPMessage, Object) - Method in class javax.xml.soap.SOAPConnection
Sends the given message to the specified endpoint and blocks until it has returned the response.
clearBody() - Method in interface javax.jms.Message
Clears out the message body.
clearContent() - Method in class javax.xml.soap.AttachmentPart
Clears out the content of this AttachmentPart object.
clearProperties() - Method in interface javax.jms.Message
Clears a message's properties.
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.
close() - Method in class javax.xml.soap.SOAPConnection
Closes this SOAPConnection object.
com.sun.messaging - package com.sun.messaging
Provides the Sun Java System Message Queue public classes.
com.sun.messaging.jms - package com.sun.messaging.jms
Provides additional Sun Java System Message Queue classes for features that relate to the MQ implementation of the Java Message Service (JMS).
com.sun.messaging.xml - package com.sun.messaging.xml
Provides additional Sun Java System Message Queue classes for features that relate to XML and SOAP messaging.
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.
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.  
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
 
countAttachments() - Method in class javax.xml.soap.SOAPMessage
Gets a count of the number of attachments in this message.
cr - Static variable in class com.sun.messaging.AdministeredObject
 
create(Name) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
create(String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
create(String, String, String) - Method in class javax.xml.soap.SOAPElementFactory
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
createAttachmentPart() - Method in class javax.xml.soap.SOAPMessage
Creates a new empty AttachmentPart object.
createAttachmentPart(DataHandler) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it using the given DataHandler object.
createAttachmentPart(Object, String) - Method in class javax.xml.soap.SOAPMessage
Creates an AttachmentPart object and populates it with the specified data of the specified content type.
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.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 class com.sun.messaging.xml.SOAPConnectionFactory
Create a new SOAPConnection.
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.
createConnection() - Method in class javax.xml.soap.SOAPConnectionFactory
Create a new SOAPConnection.
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).
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.
createDetail() - Method in class javax.xml.soap.SOAPFactory
Creates a new Detail object which serves as a container for DetailEntry objects.
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.
createElement(Name) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given Name object.
createElement(String) - Method in class javax.xml.soap.SOAPFactory
Create a SOAPElement object initialized with the given local name.
createElement(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Create a new SOAPElement object with the given local name, prefix and uri.
createMapMessage() - Method in interface javax.jms.Session
Creates a MapMessage object.
createMessage() - Method in interface javax.jms.Session
Creates a Message object.
createMessage() - Method in class javax.xml.soap.MessageFactory
Creates a new SOAPMessage object with the default SOAPPart, SOAPEnvelope, SOAPBody, and SOAPHeader objects.
createMessage(MimeHeaders, InputStream) - Method in class javax.xml.soap.MessageFactory
Internalizes the contents of the given InputStream object into a new SOAPMessage object and returns the SOAPMessage object.
createMessageFactory(String) - Method in interface javax.xml.messaging.ProviderConnection
Creates a MessageFactory object that will produce SOAPMessage objects for the given profile.
createName(String, String, String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in interface javax.xml.soap.SOAPEnvelope
Creates a new Name object initialized with the given local name.
createName(String, String, String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
createName(String) - Method in class javax.xml.soap.SOAPFactory
Creates a new Name object initialized with the given local name.
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.
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.

D

DEFAULT_DELIVERY_MODE - Static variable in interface javax.jms.Message
The message producer's default delivery mode is PERSISTENT.
DEFAULT_PRIORITY - Static variable in interface javax.jms.Message
The message producer's default priority is 4.
DEFAULT_TIME_TO_LIVE - Static variable in interface javax.jms.Message
The message producer's default time to live is unlimited; the message never expires.
DUPS_OK_ACKNOWLEDGE - Static variable in interface javax.jms.Session
This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.
DeliveryMode - interface javax.jms.DeliveryMode.
The delivery modes supported by the JMS API are PERSISTENT and NON_PERSISTENT.
Destination - class com.sun.messaging.Destination.
A Destination encapsulates Sun MQ specific configuration information for Sun MQ Destination objects.
Destination() - Constructor for class com.sun.messaging.Destination
Constructs an "untitled" Destination.
Destination(String) - Constructor for class com.sun.messaging.Destination
Constructs a Destination given the name
Destination - interface javax.jms.Destination.
A Destination object encapsulates a provider-specific address.
DestinationConfiguration - class com.sun.messaging.DestinationConfiguration.
The DestinationConfiguration class contains Sun MQ specific destination identity configuration property names and values.
Detail - interface javax.xml.soap.Detail.
A container for DetailEntry objects.
DetailEntry - interface javax.xml.soap.DetailEntry.
The content for a Detail object, giving details for a SOAPFault object.
delete() - Method in interface javax.jms.TemporaryQueue
Deletes this temporary queue.
delete() - Method in interface javax.jms.TemporaryTopic
Deletes this temporary topic.
detachNode() - Method in interface javax.xml.soap.Node
Removes this Node object from the tree.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.xml.messaging.JAXMServlet
Internalizes the given HttpServletRequest object and writes the reply to the given HttpServletResponse object.
dump() - Method in class com.sun.messaging.AdministeredObject
Returns the provider specific name for this AdministeredObject along with a complete listing of its configuration, configuration attribute label keys and configuration attribute types.

E

Endpoint - class com.sun.messaging.Endpoint.
The Sun MQ Endpoint class encapsulates SOAP message endpoints when using Sun MQ as facilitated by the Java API for XML Messaging.
Endpoint() - Constructor for class com.sun.messaging.Endpoint
 
Endpoint(String) - Constructor for class com.sun.messaging.Endpoint
Constructs an Endpoint given the name
Endpoint - class javax.xml.messaging.Endpoint.
An opaque representation of an application endpoint.
Endpoint(String) - Constructor for class javax.xml.messaging.Endpoint
Constructs an Endpoint object using the given string identifier.
EndpointConfiguration - class com.sun.messaging.EndpointConfiguration.
The EndpointConfiguration class contains Sun MQ specific destination identity configuration property names and values.
ExceptionListener - interface javax.jms.ExceptionListener.
If a JMS provider detects a serious problem with a Connection object, it informs the Connection object's ExceptionListener, if one has been registered.
enumeratePropertyNames() - Method in class com.sun.messaging.AdministeredObject
Returns an enumeration of the configuration property names of this AdministeredObject.
equals(Object) - Method in class com.sun.messaging.BasicQueue
Compares this Queue to the specified object.
equals(Object) - Method in class com.sun.messaging.BasicTopic
Compares this Topic to the specified object.
examineHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor.
extractHeaderElements(String) - Method in interface javax.xml.soap.SOAPHeader
Returns a list of all the SOAPHeaderElement objects in this SOAPHeader object that have the the specified actor and detaches them from this SOAPHeader object.

G

getAbbreviatedProductName() - Method in class com.sun.messaging.Version
Deprecated.  
getAcknowledgeMode() - Method in interface javax.jms.Session
Returns the acknowledgement mode of the session.
getActor() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns the uri of the actor associated with this SOAPHeaderElement object.
getAllAttributes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all of the attribute names in this SOAPElement object.
getAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Returns all the headers in this MimeHeaders object.
getAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Retrieves all the headers for this AttachmentPart object as an iterator over the MimeHeader objects.
getAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Retrieves all the headers for this SOAPPart object as an iterator over the MimeHeader objects.
getAttachments() - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that are part of this SOAPMessage object.
getAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
Retrieves all the AttachmentPart objects that have header entries that match the specified headers.
getAttributeValue(Name) - Method in interface javax.xml.soap.SOAPElement
Returns the value of the attribute with the specified name.
getBanner(boolean) - Method in class com.sun.messaging.Version
Deprecated.  
getBanner(boolean, int) - Method in class com.sun.messaging.Version
Deprecated.  
getBody() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPBody object associated with this SOAPEnvelope object.
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.
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.
getCause() - Method in class javax.xml.soap.SOAPException
Returns the Throwable object embedded in this SOAPException if there is one.
getChar(String) - Method in interface javax.jms.MapMessage
Returns the Unicode character value with the specified name.
getChildElements() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the immediate content of this element.
getChildElements(Name) - Method in interface javax.xml.soap.SOAPElement
Returns an iterator over all the child elements with the specified name.
getClientID() - Method in interface javax.jms.Connection
Gets the client identifier for this connection.
getConfiguration() - Method in class com.sun.messaging.AdministeredObject
Returns the configuration of this AdministeredObject.
getConnectionType() - Method in class com.sun.messaging.BasicConnectionFactory
Returns the type of connections created by this BasicConnectionFactory.
getContent() - Method in class javax.xml.soap.AttachmentPart
Gets the content of this AttachmentPart object as a Java object.
getContent() - Method in class javax.xml.soap.SOAPPart
Returns the content of the SOAPEnvelope as a JAXP Source object.
getContentDescription() - Method in class javax.xml.soap.SOAPMessage
Retrieves a description of this SOAPMessage object's content.
getContentId() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header whose name is "Content-Id".
getContentId() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Id".
getContentLocation() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Location".
getContentLocation() - Method in class javax.xml.soap.SOAPPart
Retrieves the value of the MIME header whose name is "Content-Location".
getContentType() - Method in class javax.xml.soap.AttachmentPart
Gets the value of the MIME header "Content-Type".
getCopyright(int) - Method in class com.sun.messaging.Version
Deprecated.  
getCurrentConfiguration() - Method in class com.sun.messaging.AdministeredObject
Returns the current (runtime) configuration of this AdministeredObject modified by any System properties.
getDataHandler() - Method in class javax.xml.soap.AttachmentPart
Gets the DataHandler object for this AttachmentPart object.
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 interface javax.jms.MessageProducer
Gets the destination associated with this MessageProducer.
getDetail() - Method in interface javax.xml.soap.SOAPFault
Returns the detail element for this SOAPFault object.
getDetailEntries() - Method in interface javax.xml.soap.Detail
Gets a list of the detail entries in this Detail object.
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.
getElementName() - Method in interface javax.xml.soap.SOAPElement
Returns the name of this SOAPElement object.
getEncodingStyle() - Method in interface javax.xml.soap.SOAPElement
Returns the encoding style for this SOAPElement object.
getEnumeration() - Method in interface javax.jms.QueueBrowser
Gets an enumeration for browsing the current queue messages in the order they would be received.
getEnvelope() - Method in class javax.xml.soap.SOAPPart
Gets the SOAPEnvelope object associated with this SOAPPart object.
getErrorCode() - Method in class javax.jms.JMSException
Gets the vendor-specific error code.
getExceptionListener() - Method in interface javax.jms.Connection
Gets the ExceptionListener object for this connection.
getFault() - Method in interface javax.xml.soap.SOAPBody
Returns the SOAPFault object in this SOAPBody object.
getFaultActor() - Method in interface javax.xml.soap.SOAPFault
Gets the fault actor for this SOAPFault object.
getFaultCode() - Method in interface javax.xml.soap.SOAPFault
Gets the fault code for this SOAPFault object.
getFaultString() - Method in interface javax.xml.soap.SOAPFault
Gets the fault string for this SOAPFault object.
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.  
getHeader(String) - Method in class javax.xml.soap.MimeHeaders
Returns all of the values for the specified header as an array of String objects.
getHeader() - Method in interface javax.xml.soap.SOAPEnvelope
Returns the SOAPHeader object for this SOAPEnvelope object.
getHeaders(HttpServletRequest) - Static method in class javax.xml.messaging.JAXMServlet
Returns a MimeHeaders object that contains the headers in the given HttpServletRequest object.
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.
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.
getLabelForGroup(String) - Method in class com.sun.messaging.AdministeredObject
Returns the label for a given group.
getLinkedException() - Method in class javax.jms.JMSException
Gets the exception linked to this one.
getLocalName() - Method in interface javax.xml.soap.Name
Gets the local name part of the XML name that this Name object represents.
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.
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.
getMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all the MimeHeader objects whose name matches a name in the given array of names.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects that match a name in the given array.
getMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects that match a name in the given array.
getMessage() - Method in class javax.xml.soap.SOAPException
Returns the detail message for this SOAPException object.
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.
getMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Gets all the values of the header identified by the given String.
getMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Gets all the values of the MimeHeader object in this SOAPPart object that is identified by the given String.
getMimeHeaders() - Method in class javax.xml.soap.SOAPMessage
Returns all the transport-specific MIME headers for this SOAPMessage object in a transport-independent fashion.
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.
getMustUnderstand() - Method in interface javax.xml.soap.SOAPHeaderElement
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object is turned on.
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.
getName() - Method in class javax.xml.soap.MimeHeader
Returns the name of this MimeHeader object.
getNamespacePrefixes() - Method in interface javax.xml.soap.SOAPElement
Returns an iterator of namespace prefixes.
getNamespaceURI(String) - Method in interface javax.xml.soap.SOAPElement
Returns the URI of the namespace that has the given prefix.
getNoLocal() - Method in interface javax.jms.TopicSubscriber
Gets the NoLocal attribute for this subscriber.
getNonMatchingHeaders(String[]) - Method in class javax.xml.soap.MimeHeaders
Returns all of the MimeHeader objects whose name does not match a name in the given array of names.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.AttachmentPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
getNonMatchingMimeHeaders(String[]) - Method in class javax.xml.soap.SOAPPart
Retrieves all MimeHeader objects whose name does not match a name in the given array.
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.
getParentElement() - Method in interface javax.xml.soap.Node
Returns the parent element of this Node object.
getPatchIds() - Method in class com.sun.messaging.Version
Deprecated.  
getPatchString() - Method in class com.sun.messaging.Version
Deprecated.  
getPrefix() - Method in interface javax.xml.soap.Name
Returns the prefix associated with the namespace for the XML name that this Name object represents.
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 Sun Java(tm) System 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 ... selection on Properties of Type List.
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.
getQualifiedName() - Method in interface javax.xml.soap.Name
Gets the namespace-qualified name of the XML name that this Name object represents.
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.Endpoint
Returns a Reference Object that can be used to reconstruct 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.  
getSOAPPart() - Method in class javax.xml.soap.SOAPMessage
Gets the SOAP part of this SOAPMessage object.
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.
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.
getSize() - Method in class javax.xml.soap.AttachmentPart
Returns the number of bytes in this AttachmentPart 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.
getURI() - Method in interface javax.xml.soap.Name
Returns the URI of the namespace for the XML name that this Name object represents.
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.  
getVERSION() - Static method in class com.sun.messaging.AdministeredObject
Returns the Version string used for this MQ AdministeredObject.
getValue() - Method in class javax.xml.soap.MimeHeader
Returns the value of this MimeHeader object.
getValue() - Method in interface javax.xml.soap.Node
Returns the the value of the immediate child of this Node object if a child exists and its value is text.
getVersion() - Method in class com.sun.messaging.Version
Returns the Version info of the product, this string is the concatanated value of pacakage name, API version, Protocol version, JMS API version, and the patch information.
getVersionPackageName() - Method in class com.sun.messaging.Version
Deprecated.  
getVersionProperty(String) - Method in class com.sun.messaging.Version
Deprecated.  
getXAResource() - Method in interface javax.jms.XASession
Returns an XA resource to the caller.

H

hasFault() - Method in interface javax.xml.soap.SOAPBody
Indicates whether a SOAPFault object exists in this SOAPBody object.

I

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.
IMQ_INITIAL_ENDPOINT_DESCRIPTION - Static variable in class com.sun.messaging.EndpointConfiguration
The default description initially given to a Endpoint object upon instantiation.
IMQ_INITIAL_ENDPOINT_NAME - Static variable in class com.sun.messaging.EndpointConfiguration
The default name initially given to an Endpoint object upon instantiation.
IllegalStateException - exception com.sun.messaging.jms.IllegalStateException.
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for class com.sun.messaging.jms.IllegalStateException
Constructs a IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for class 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 class com.sun.messaging.jms.IllegalStateException
Constructs a IllegalStateException with the specified reason, error code, and a specified cause.
IllegalStateException - exception javax.jms.IllegalStateException.
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException(String, String) - Constructor for class javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String) - Constructor for class javax.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
InvalidClientIDException - exception com.sun.messaging.jms.InvalidClientIDException.
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for class com.sun.messaging.jms.InvalidClientIDException
Constructs a InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for class 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 class com.sun.messaging.jms.InvalidClientIDException
Constructs a InvalidClientIDException with the specified reason, error code, and a specified cause.
InvalidClientIDException - exception javax.jms.InvalidClientIDException.
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String, String) - Constructor for class javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String) - Constructor for class javax.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidDestinationException - exception com.sun.messaging.jms.InvalidDestinationException.
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for class com.sun.messaging.jms.InvalidDestinationException
Constructs a InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for class 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 class com.sun.messaging.jms.InvalidDestinationException
Constructs a InvalidDestinationException with the specified reason, error code, and a specified cause.
InvalidDestinationException - exception javax.jms.InvalidDestinationException.
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String, String) - Constructor for class javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String) - Constructor for class javax.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidPropertyException - exception com.sun.messaging.InvalidPropertyException.
An InvalidPropertyException is thrown when a setProperty is called with an invalid property name parameter.
InvalidPropertyException(String) - Constructor for class com.sun.messaging.InvalidPropertyException
Constructs an InvalidPropertyException.
InvalidPropertyValueException - exception com.sun.messaging.InvalidPropertyValueException.
An InvalidPropertyValueException is thrown when setProperty is called with an invalid property value parameter.
InvalidPropertyValueException(String, String) - Constructor for class com.sun.messaging.InvalidPropertyValueException
Constructs an InvalidPropertyValueException.
InvalidSelectorException - exception com.sun.messaging.jms.InvalidSelectorException.
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String) - Constructor for class com.sun.messaging.jms.InvalidSelectorException
Constructs a InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for class 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 class com.sun.messaging.jms.InvalidSelectorException
Constructs a InvalidSelectorException with the specified reason, error code, and a specified cause.
InvalidSelectorException - exception javax.jms.InvalidSelectorException.
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String, String) - Constructor for class javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String) - Constructor for class javax.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
id - Variable in class javax.xml.messaging.Endpoint
A string that identifies the party that this Endpoint object represents; a URI is the default.
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.
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.
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 .
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.
imqEndpointDescription - Static variable in class com.sun.messaging.EndpointConfiguration
The property name that holds a description given to the Endpoint object.
imqEndpointName - Static variable in class com.sun.messaging.EndpointConfiguration
The property name that holds the name assigned to the Endpoint object.
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.
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.  
imqSOAPEndpointList - Static variable in class com.sun.messaging.EndpointConfiguration
The property name that holds the SOAP Endpoint(s) encapsulated in this Endpoint object.
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.
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.
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.
initCause(Throwable) - Method in class javax.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
isComment() - Method in interface javax.xml.soap.Text
Retrieves whether this Text object represents a comment.
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 This methods flags mismatches between this Administered Object and the version stored in JNDI using an earlier or different version of this class.
isTemporary() - Method in class com.sun.messaging.BasicQueue
Returns whether this is a Temporary type of Destination object
isTemporary() - Method in class com.sun.messaging.BasicTopic
Returns whether this is a Temporary type of Destination object
isTemporary() - Method in class com.sun.messaging.Destination
Returns whether this is a Temporary type of Destination.
itemExists(String) - Method in interface javax.jms.MapMessage
Indicates whether an item exists in this MapMessage object.

J

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

L

LONG_COPYRIGHT - Static variable in class com.sun.messaging.Version
Deprecated.  

M

MINI_COPYRIGHT - Static variable in class com.sun.messaging.Version
Deprecated.  
MapMessage - interface javax.jms.MapMessage.
A MapMessage object is used to send a set of name-value pairs.
Message - interface com.sun.messaging.jms.Message.
The com.sun.messaging.jms.Message interface defines enhanced capabilities of a JMS Message in Sun Java System Message Queue.
Message - interface javax.jms.Message.
The Message interface is the root interface of all JMS messages.
MessageConsumer - interface javax.jms.MessageConsumer.
A client uses a MessageConsumer object to receive messages from a destination.
MessageEOFException - exception com.sun.messaging.jms.MessageEOFException.
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for class com.sun.messaging.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for class 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 class com.sun.messaging.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason, error code, and a specified cause.
MessageEOFException - exception javax.jms.MessageEOFException.
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String, String) - Constructor for class javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String) - Constructor for class javax.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageFactory - class javax.xml.soap.MessageFactory.
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class javax.xml.soap.MessageFactory
 
MessageFormatException - exception com.sun.messaging.jms.MessageFormatException.
This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String) - Constructor for class com.sun.messaging.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for class 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 class com.sun.messaging.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason, error code, and a specified cause.
MessageFormatException - exception javax.jms.MessageFormatException.
This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String, String) - Constructor for class javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String) - Constructor for class javax.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageListener - interface javax.jms.MessageListener.
A MessageListener object is used to receive asynchronously delivered messages.
MessageNotReadableException - exception com.sun.messaging.jms.MessageNotReadableException.
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for class com.sun.messaging.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for class 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 class com.sun.messaging.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason, error code, and a specified cause.
MessageNotReadableException - exception javax.jms.MessageNotReadableException.
This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotReadableException(String, String) - Constructor for class javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String) - Constructor for class javax.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotWriteableException - exception com.sun.messaging.jms.MessageNotWriteableException.
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for class com.sun.messaging.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for class 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 class com.sun.messaging.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason, error code, and a specified cause.
MessageNotWriteableException - exception javax.jms.MessageNotWriteableException.
This exception must be thrown when a JMS client attempts to write to a read-only message.
MessageNotWriteableException(String, String) - Constructor for class javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String) - Constructor for class javax.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageProducer - interface javax.jms.MessageProducer.
A client uses a MessageProducer object to send messages to a destination.
MessageTransformer - class com.sun.messaging.xml.MessageTransformer.
The Transformer class encapsulates the functionality to transform SOAP and JMS messages.
MimeHeader - class javax.xml.soap.MimeHeader.
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class javax.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - class javax.xml.soap.MimeHeaders.
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class javax.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
main(String[]) - Static method in class com.sun.messaging.Version
Deprecated.  
msgFactory - Variable in class javax.xml.messaging.JAXMServlet
The MessageFactory object that will be used internally to create the SOAPMessage object to be passed to the method onMessage.

N

NON_PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This is the lowest-overhead delivery mode because it does not require that the message be logged to stable storage.
NO_ACKNOWLEDGE - Static variable in interface com.sun.messaging.jms.Session
Session acknowledge mode.
Name - interface javax.xml.soap.Name.
A representation of an XML name.
Node - interface javax.xml.soap.Node.
A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.
newInstance() - Static method in class javax.xml.messaging.ProviderConnectionFactory
Creates a default ProviderConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.MessageFactory
Creates a new MessageFactory object that is an instance of the default implementation.
newInstance() - Static method in class javax.xml.soap.SOAPConnectionFactory
Creates an instance of the default SOAPConnectionFactory object.
newInstance() - Static method in class javax.xml.soap.SOAPElementFactory
Deprecated. Creates a new instance of SOAPElementFactory.
newInstance() - Static method in class javax.xml.soap.SOAPFactory
Creates a new instance of SOAPFactory.

O

ObjectMessage - interface javax.jms.ObjectMessage.
An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
OnewayListener - interface javax.xml.messaging.OnewayListener.
A marker interface for components (for example, servlets) that are intended to be consumers of one-way (asynchronous) JAXM messages.
onException(JMSException) - Method in interface javax.jms.ExceptionListener
Notifies user of a JMS exception.
onMessage(Message) - Method in interface javax.jms.MessageListener
Passes a message to the listener.
onMessage(SOAPMessage) - Method in interface javax.xml.messaging.OnewayListener
Passes the given SOAPMessage object to this OnewayListener object.
onMessage(SOAPMessage) - Method in interface javax.xml.messaging.ReqRespListener
Passes the given SOAPMessage object to this ReqRespListener object and returns the response.

P

PERSISTENT - Static variable in interface javax.jms.DeliveryMode
This delivery mode instructs the JMS provider to log the message to stable storage as part of the client's send operation.
PropertyOwner - interface com.sun.messaging.PropertyOwner.
The PropertyOwner interface is implemented by any property that owns other properties.
ProviderConnection - interface javax.xml.messaging.ProviderConnection.
A client's active connection to its messaging provider.
ProviderConnectionFactory - class javax.xml.messaging.ProviderConnectionFactory.
A factory for creating connections to a particular messaging provider.
ProviderConnectionFactory() - Constructor for class javax.xml.messaging.ProviderConnectionFactory
 
ProviderMetaData - interface javax.xml.messaging.ProviderMetaData.
Information about the messaging provider to which a client has a connection.
printStackTrace() - Method in class com.sun.messaging.jms.IllegalStateException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this IllegalStateException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.IllegalStateException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this IllegalStateException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.IllegalStateException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this IllegalStateException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.InvalidClientIDException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidClientIDException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.InvalidClientIDException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidClientIDException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.InvalidClientIDException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidClientIDException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.InvalidDestinationException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidDestinationException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.InvalidDestinationException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidDestinationException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.InvalidDestinationException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidDestinationException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.InvalidSelectorException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidSelectorException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.InvalidSelectorException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidSelectorException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.InvalidSelectorException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this InvalidSelectorException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.JMSException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this JMSException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.JMSException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this JMSException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.JMSException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this JMSException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.JMSSecurityException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this JMSSecurityException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.JMSSecurityException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this JMSSecurityException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.JMSSecurityException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this JMSSecurityException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.MessageEOFException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageEOFException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.MessageEOFException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageEOFException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.MessageEOFException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageEOFException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.MessageFormatException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageFormatException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.MessageFormatException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageFormatException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.MessageFormatException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageFormatException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.MessageNotReadableException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageNotReadableException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.MessageNotReadableException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageNotReadableException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.MessageNotReadableException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageNotReadableException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.MessageNotWriteableException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageNotWriteableException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.MessageNotWriteableException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageNotWriteableException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.MessageNotWriteableException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this MessageNotWriteableException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.ResourceAllocationException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this ResourceAllocationException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.ResourceAllocationException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this ResourceAllocationException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.ResourceAllocationException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this ResourceAllocationException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.TransactionInProgressException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this TransactionInProgressException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.TransactionInProgressException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this TransactionInProgressException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.TransactionInProgressException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this TransactionInProgressException and obtained via JMSException.getLinkedException()
printStackTrace() - Method in class com.sun.messaging.jms.TransactionRolledBackException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this TransactionRolledBackException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintStream) - Method in class com.sun.messaging.jms.TransactionRolledBackException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this TransactionRolledBackException and obtained via javax.jms.JMSException.getLinkedException()
printStackTrace(PrintWriter) - Method in class com.sun.messaging.jms.TransactionRolledBackException
If running under versions of the Java platform prior to J2SE1.4, this method will also print the backtrace of the exception linked to this TransactionRolledBackException and obtained via JMSException.getLinkedException()
propertyExists(String) - Method in interface javax.jms.Message
Indicates whether a property value exists.
publish(Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in interface javax.jms.TopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
putHeaders(MimeHeaders, HttpServletResponse) - Static method in class javax.xml.messaging.JAXMServlet
Sets the given HttpServletResponse object with the headers in the given MimeHeaders object.

Q

Queue - class com.sun.messaging.Queue.
A Queue represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.
Queue() - Constructor for class com.sun.messaging.Queue
Constructs an identity of a Point-To-Point Queue with the default name
Queue(String) - Constructor for class com.sun.messaging.Queue
Constructs an identity of a Point-To-Point Queue with the given name
Queue - interface javax.jms.Queue.
A Queue object encapsulates a provider-specific queue name.
QueueBrowser - interface javax.jms.QueueBrowser.
A client uses a QueueBrowser object to look at messages on a queue without removing them.
QueueConnection - interface com.sun.messaging.jms.QueueConnection.
Provide interface to create a MQ NO_ACKNOWLEDGE queue session.
QueueConnection - interface javax.jms.QueueConnection.
A QueueConnection object is an active connection to a point-to-point JMS provider.
QueueConnectionFactory - class com.sun.messaging.QueueConnectionFactory.
A QueueConnectionFactory is used to create QueueConnections with the Sun MQ Java Message Service (JMS) Point-to-Point (PTP) provider.
QueueConnectionFactory() - Constructor for class com.sun.messaging.QueueConnectionFactory
Constructs a QueueConnectionFactory with the default configuration.
QueueConnectionFactory(String) - Constructor for class com.sun.messaging.QueueConnectionFactory
Constructs a QueueConnectionFactory with the specified configuration.
QueueConnectionFactory - interface javax.jms.QueueConnectionFactory.
A client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.
QueueReceiver - interface javax.jms.QueueReceiver.
A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
QueueRequestor - class javax.jms.QueueRequestor.
The QueueRequestor helper class simplifies making service requests.
QueueRequestor(QueueSession, Queue) - Constructor for class javax.jms.QueueRequestor
Constructor for the QueueRequestor class.
QueueSender - interface javax.jms.QueueSender.
A client uses a QueueSender object to send messages to a queue.
QueueSession - interface javax.jms.QueueSession.
A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.

R

ReadOnlyPropertyException - exception com.sun.messaging.ReadOnlyPropertyException.
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 class com.sun.messaging.ReadOnlyPropertyException
Constructs a ReadOnlyPropertyException.
ReqRespListener - interface javax.xml.messaging.ReqRespListener.
A marker interface for components that are intended to be consumers of request-response messages.
ResourceAllocationException - exception com.sun.messaging.jms.ResourceAllocationException.
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for class com.sun.messaging.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for class 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 class com.sun.messaging.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason, error code, and a specified cause.
ResourceAllocationException - exception javax.jms.ResourceAllocationException.
This exception is thrown when a provider is unable to allocate the resources required by a method.
ResourceAllocationException(String, String) - Constructor for class javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason and error code.
ResourceAllocationException(String) - Constructor for class javax.jms.ResourceAllocationException
Constructs a ResourceAllocationException with the specified reason.
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.
readShort() - Method in interface javax.jms.BytesMessage
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in interface javax.jms.StreamMessage
Reads a 16-bit integer from the stream message.
readString() - Method in interface javax.jms.StreamMessage
Reads a String from the stream message.
readUTF() - Method in interface javax.jms.BytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
readUnsignedByte() - Method in interface javax.jms.BytesMessage
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in interface javax.jms.BytesMessage
Reads an unsigned 16-bit number from the bytes message stream.
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.
recycleNode() - Method in interface javax.xml.soap.Node
Notifies the implementation that this Node object is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later.
removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
Removes all AttachmentPart objects that have been added to this SOAPMessage object.
removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
Removes all the header entries from this MimeHeaders object.
removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
Removes all the MIME header entries.
removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
Removes all the MimeHeader objects for this SOAPEnvelope object.
removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
Removes the attribute with the specified name.
removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
Remove all MimeHeader objects whose name matches the the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
Removes all MIME headers that match the given name.
removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
Removes all MIME headers that match the given name.
removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
Removes the namespace declaration corresponding to the given prefix.
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.
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.
run() - Method in interface javax.jms.Session
Optional operation, intended to be used only by Application Servers, not by ordinary JMS clients.

S

SESSION_TRANSACTED - Static variable in interface javax.jms.Session
This value is returned from the method getAcknowledgeMode if the session is transacted.
SHORT_COPYRIGHT - Static variable in class com.sun.messaging.Version
Deprecated.  
SOAPBody - interface javax.xml.soap.SOAPBody.
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement.
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPConnection - class javax.xml.soap.SOAPConnection.
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class javax.xml.soap.SOAPConnection
 
SOAPConnectionFactory - class com.sun.messaging.xml.SOAPConnectionFactory.
Sun Java System Message Queue implementation of the javax.xml.soap.SOAPConnectionFactory class
SOAPConnectionFactory() - Constructor for class com.sun.messaging.xml.SOAPConnectionFactory
 
SOAPConnectionFactory - class javax.xml.soap.SOAPConnectionFactory.
 
SOAPConnectionFactory() - Constructor for class javax.xml.soap.SOAPConnectionFactory
 
SOAPConstants - interface javax.xml.soap.SOAPConstants.
The definition of constants pertaining to the SOAP 1.1 protocol.
SOAPElement - interface javax.xml.soap.SOAPElement.
An object representing the contents in a SOAPBody object, the contents in a SOAPHeader object, the content that can follow the SOAPBody object in a SOAPEnvelope object, or what can follow the detail element in a SOAPFault object.
SOAPElementFactory - class javax.xml.soap.SOAPElementFactory.
Deprecated. - Use javax.xml.soap.SOAPFactory for creating SOAPElements.
SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope.
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPException - exception javax.xml.soap.SOAPException.
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for class javax.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPFactory - class javax.xml.soap.SOAPFactory.
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class javax.xml.soap.SOAPFactory
 
SOAPFault - interface javax.xml.soap.SOAPFault.
An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement.
A representation of the contents in a SOAPFault object.
SOAPHeader - interface javax.xml.soap.SOAPHeader.
A representation of the SOAP header element.
SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement.
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPMessage - class javax.xml.soap.SOAPMessage.
The root class for all SOAP messages.
SOAPMessage() - Constructor for class javax.xml.soap.SOAPMessage
 
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.
SOAPPart - class javax.xml.soap.SOAPPart.
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class javax.xml.soap.SOAPPart
 
ServerSession - interface javax.jms.ServerSession.
A ServerSession object is an application server object that is used by a server to associate a thread with a JMS session (optional).
ServerSessionPool - interface javax.jms.ServerSessionPool.
A ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects for processing the messages of a ConnectionConsumer (optional).
Session - interface com.sun.messaging.jms.Session.
MQ JMS Session.
Session - interface javax.jms.Session.
A Session object is a single-threaded context for producing and consuming messages.
StreamMessage - interface javax.jms.StreamMessage.
A StreamMessage object is used to send a stream of primitive types in the Java programming language.
saveChanges() - Method in class javax.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saveRequired() - Method in class javax.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object has had the method saveChanges called on it.
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.
setActor(String) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setBoolean(String, boolean) - Method in interface javax.jms.MapMessage
Sets a boolean value with the specified name into the Map.
setBooleanProperty(String, boolean) - Method in interface javax.jms.Message
Sets a boolean property value with the specified name into the message.
setByte(String, byte) - Method in interface javax.jms.MapMessage
Sets a byte value with the specified name into the Map.
setByteProperty(String, byte) - Method in interface javax.jms.Message
Sets a byte property value with the specified name into the message.
setBytes(String, byte[]) - Method in interface javax.jms.MapMessage
Sets a byte array value with the specified name into the Map.
setBytes(String, byte[], int, int) - Method in interface javax.jms.MapMessage
Sets a portion of the byte array value with the specified name into the Map.
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.
setConnectionType(String) - Method in class com.sun.messaging.BasicConnectionFactory
Sets the type of connections created by this BasicConnectionFactory.
setContent(Object, String) - Method in class javax.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class javax.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class javax.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Id" with the given value.
setContentId(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentLocation(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Location" with the given value.
setContentLocation(String) - Method in class javax.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentType(String) - Method in class javax.xml.soap.AttachmentPart
Sets the MIME header "Content-Type" with the given value.
setDataHandler(DataHandler) - Method in class javax.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
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.
setDefaultConfiguration() - Method in class com.sun.messaging.Endpoint
Sets the minimum Endpoint configuration defaults required of an Endpoint 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.
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.
setEncodingStyle(String) - Method in interface javax.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setExceptionListener(ExceptionListener) - Method in interface javax.jms.Connection
Sets an exception listener for this connection.
setFaultActor(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultCode(String) - Method in interface javax.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultString(String) - Method in interface javax.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
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.
setHeader(String, String) - Method in class javax.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setInt(String, int) - Method in interface javax.jms.MapMessage
Sets an int value with the specified name into the Map.
setIntProperty(String, int) - Method in interface javax.jms.Message
Sets an int property value with the specified name into the message.
setJMSCorrelationID(String) - Method in interface javax.jms.Message
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in interface javax.jms.Message
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in interface javax.jms.Message
Sets the DeliveryMode value for this message.
setJMSDestination(Destination) - Method in interface javax.jms.Message
Sets the Destination object for this message.
setJMSExpiration(long) - Method in interface javax.jms.Message
Sets the message's expiration value.
setJMSMessageID(String) - Method in interface javax.jms.Message
Sets the message ID.
setJMSPriority(int) - Method in interface javax.jms.Message
Sets the priority level for this message.
setJMSRedelivered(boolean) - Method in interface javax.jms.Message
Specifies whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in interface javax.jms.Message
Sets the Destination object to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in interface javax.jms.Message
Sets the message timestamp.
setJMSType(String) - Method in interface javax.jms.Message
Sets the message type.
setLinkedException(Exception) - Method in class 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 class com.sun.messaging.jms.InvalidClientIDException
If running under J2SE1.4 or above, this method will also set the cause of the InvalidClientIDException.
setLinkedException(Exception) - Method in class com.sun.messaging.jms.InvalidDestinationException
If running under J2SE1.4 or above, this method will also set the cause of the InvalidDestinationException.
setLinkedException(Exception) - Method in class com.sun.messaging.jms.InvalidSelectorException
If running under J2SE1.4 or above, this method will also set the cause of the InvalidSelectorException.
setLinkedException(Exception) - Method in class com.sun.messaging.jms.JMSException
If running under J2SE1.4 or above, this method will also set the cause of the JMSException.
setLinkedException(Exception) - Method in class com.sun.messaging.jms.JMSSecurityException
If running under J2SE1.4 or above, this method will also set the cause of the JMSSecurityException.
setLinkedException(Exception) - Method in class com.sun.messaging.jms.MessageEOFException
If running under J2SE1.4 or above, this method will also set the cause of the MessageEOFException.
setLinkedException(Exception) - Method in class com.sun.messaging.jms.MessageFormatException
If running under J2SE1.4 or above, this method will also set the cause of the MessageFormatException.
setLinkedException(Exception) - Method in class 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 class 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 class com.sun.messaging.jms.ResourceAllocationException
If running under J2SE1.4 or above, this method will also set the cause of the ResourceAllocationException.
setLinkedException(Exception) - Method in class 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 class 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 class javax.jms.JMSException
Adds a linked Exception.
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.
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).
setMimeHeader(String, String) - Method in class javax.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class javax.xml.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMustUnderstand(boolean) - Method in interface javax.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or off.
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.
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.
setParentElement(SOAPElement) - Method in interface javax.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
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.
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.
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.
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

T

TemporaryQueue - interface javax.jms.TemporaryQueue.
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
TemporaryTopic - interface javax.jms.TemporaryTopic.
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
Text - interface javax.xml.soap.Text.
A representation of a node whose value is text.
TextMessage - interface javax.jms.TextMessage.
A TextMessage object is used to send a message containing a java.lang.String.
Topic - class com.sun.messaging.Topic.
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 javax.jms.Topic.
A Topic object encapsulates a provider-specific topic name.
TopicConnection - interface com.sun.messaging.jms.TopicConnection.
Provide interface to create a MQ NO_ACKNOWLEDGE Topic Session.
TopicConnection - interface javax.jms.TopicConnection.
A TopicConnection object is an active connection to a publish/subscribe JMS provider.
TopicConnectionFactory - class com.sun.messaging.TopicConnectionFactory.
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 javax.jms.TopicConnectionFactory.
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
TopicPublisher - interface javax.jms.TopicPublisher.
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - class javax.jms.TopicRequestor.
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - interface javax.jms.TopicSession.
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - interface javax.jms.TopicSubscriber.
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
TransactionInProgressException - exception com.sun.messaging.jms.TransactionInProgressException.
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for class com.sun.messaging.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for class 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 class com.sun.messaging.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason, error code, and a specified cause.
TransactionInProgressException - exception javax.jms.TransactionInProgressException.
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String, String) - Constructor for class javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String) - Constructor for class javax.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionRolledBackException - exception com.sun.messaging.jms.TransactionRolledBackException.
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for class com.sun.messaging.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for class 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 class com.sun.messaging.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason, error code, and a specified cause.
TransactionRolledBackException - exception javax.jms.TransactionRolledBackException.
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String, String) - Constructor for class javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String) - Constructor for class javax.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
toString() - Method in class com.sun.messaging.AdministeredObject
Returns the provider specific name for this AdministeredObject along with a listing of its configuration.
toString() - Method in class com.sun.messaging.BasicConnectionFactory
Returns a pretty printed version of the provider specific information for this ConnectionFactory object.
toString() - Method in class com.sun.messaging.Destination
Returns a pretty printed version of the provider specific information for this Destination identity object.
toString() - Method in class com.sun.messaging.Endpoint
Returns the String representation of this Endpoint object
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.
toVersionString(int[]) - Static method in class com.sun.messaging.Version
Deprecated.  

U

URI_NS_SOAP_ENCODING - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
URI_NS_SOAP_ENVELOPE - Static variable in interface javax.xml.soap.SOAPConstants
The namespace identifier for the SOAP envelope.
URI_SOAP_ACTOR_NEXT - Static variable in interface javax.xml.soap.SOAPConstants
The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
URLEndpoint - class javax.xml.messaging.URLEndpoint.
A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider.
URLEndpoint(String) - Constructor for class javax.xml.messaging.URLEndpoint
Constructs a new URLEndpoint object using the given URL.
unsubscribe(String) - Method in interface javax.jms.Session
Unsubscribes a durable subscription that has been created by a client.
unsubscribe(String) - Method in interface javax.jms.TopicSession
Unsubscribes a durable subscription that has been created by a client.

V

VERSION - Static variable in class com.sun.messaging.AdministeredObject
The Version string of this AdministeredObject is 3.0
Version - class com.sun.messaging.Version.
This class provides the Version information about the product.
Version() - Constructor for class com.sun.messaging.Version
Constructor for this class
validate_imqDestinationName(String) - Method in class com.sun.messaging.Destination
Validates a Destination name.

W

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

X

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

A B C D E G H I J L M N O P Q R S T U V W X
Sun Java(tm) System Message Queue
v3.6

Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, California, 95054, U.S.A. All Rights Reserved.