|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AdminConnectionConfiguration class contains property names
and special values for configuring the AdminConnectionFactory object.AdminConnectionFactory is used by management clients
to create JMX connections to the Message Queue broker.AdministeredObject encapsulates behavior common
to all Sun MQ Administered Objects and MQ Administered Object
classes extend this class.receive or when the message
listener the session has called to process the message successfully
returns.
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.BasicQueue represents an identity of a repository of messages used
in the JMS Point-To-Point messaging domain.BasicTopic represents an identity of a repository of messages
used in the JMS Publish/Subscribe messaging domain.BytesMessage object is used to send a message containing a
stream of uninterpreted bytes.acknowledge method.
QueueBrowser.
QueueRequestor and its session.
TopicRequestor and its session.
ProviderConnection object, freeing its resources
and making it immediately available for garbage collection.
TransactionInProgressException, since it should
not be called for an XASession object.
AdministeredObject
Connection object is a client's active connection to its JMS
provider.ConnectionConfiguration class contains Sun MQ specific connection
configuration property names and special values.Connection objects provide a special
facility
for creating a ConnectionConsumer (optional).ConnectionFactory is used to create Connections with
the Sun MQ Java Message Service (JMS) provider.ConnectionFactory object encapsulates a set of connection
configuration
parameters that has been defined by an administrator.ConnectionMetaData object provides information describing the
Connection object.QueueBrowser object to peek at the messages on
the specified queue.
QueueBrowser object to peek at the messages on
the specified queue using a message selector.
QueueBrowser object to peek at the messages on
the specified queue.
QueueBrowser object to peek at the messages on
the specified queue using a message selector.
BytesMessage object.
ProviderConnection object to the messaging provider that
is associated with this ProviderConnectionFactory
object.
MessageConsumer for the specified destination.
MessageConsumer for the specified destination,
using a message selector.
MessageConsumer for the specified destination, using a
message selector.
MapMessage object.
Message object.
MessageFactory object that will produce
SOAPMessage objects for the given profile.
ObjectMessage object.
ObjectMessage object.
MessageProducer to send messages to the specified
destination.
Queue name.
Queue name.
QueueSession object.
QueueSession object.
XAQueueSession object.
QueueReceiver object to receive messages from the
specified queue.
QueueReceiver object to receive messages from the
specified queue using a message selector.
QueueSender object to send messages to the
specified queue.
Session object.
Session object.
Session object.
StreamMessage object.
TemporaryQueue object.
TemporaryQueue object.
TemporaryTopic object.
TemporaryTopic object.
TextMessage object.
TextMessage object.
Topic name.
Topic name.
TopicSession object.
TopicSession object.
XATopicSession object.
XAConnection with the default user identity.
XAQueueSession object.
XASession object.
XATopicSession object.
PERSISTENT.
PERSISTENT and
NON_PERSISTENT.Destination encapsulates Sun MQ specific configuration information
for Sun MQ Destination objects.Destination object encapsulates a provider-specific
address.DestinationConfiguration class contains Sun MQ specific
destination identity configuration property names and values.HttpServletRequest object
and writes the reply to the given HttpServletResponse
object.
AdministeredObject along with
a complete listing of its configuration, configuration attribute label keys and
configuration attribute types.
Endpoint object using the given
string identifier.
AdministeredObject.
Connection
object, it informs the Connection object's
ExceptionListener, if one has been registered.boolean value with the specified name.
boolean property with the
specified name.
byte value with the specified name.
byte property with the specified
name.
AdministeredObject.
BasicConnectionFactory.
AdministeredObject modified by any System properties.
MessageProducer.
double value with the specified name.
double property with the specified
name.
ExceptionListener object for this connection.
float value with the specified name.
float property with the specified
name.
MimeHeaders object that contains the headers
in the given HttpServletRequest object.
int value with the specified name.
int property with the specified
name.
DeliveryMode value specified for this message.
Destination object for this message.
Destination object to which a reply to this
message should be sent.
long value with the specified name.
long property with the specified
name.
int indicating the major version number
of the messaging provider to which the ProviderConnection object
described by this ProviderMetaData object is
connected.
Enumeration of all the names in the
MapMessage object.
MessageListener.
ProviderMetaData object that contains
information about the messaging provider to which this
ProviderConnection object is connected.
int indicating the minor version number
of the messaging provider to which the ProviderConnection object
described by this ProviderMetaData object is
connected.
String containing the name of the
messaging provider to which the ProviderConnection object
described by this ProviderMetaData object is
connected.
NoLocal attribute for this subscriber.
PropertyOwner
owns.
Enumeration of all the property names.
Queue associated with this queue receiver.
QueueSender.
XAQueueSession.
ServerSession's Session.
XASession.
short value with the specified name.
short property with the specified
name.
AministeredObject.
String value with the specified name.
String property with the specified
name.
ProviderConnection object
described by this ProviderMetaData object is
connected.
TopicPublisher.
Topic associated with this subscriber.
XATopicSession.
URLEndpoint object.
AdministeredObject.
Endpoint
object represents; a URI is the default.
IllegalStateException with the specified reason and
error code.
IllegalStateException with the specified reason and with
the error code defaulting to null.
IllegalStateException with the specified reason,
error code, and a specified cause.
IllegalStateException with the specified reason
and error code.
IllegalStateException with the specified
reason.
Destination object
upon instantiation.
Destination object
upon instantiation.
imqAddressList property to use when making a connection
to the Sun MQ Message Service.
imqAddressList when connecting to the
Sun Message Queue Service.
imqConnectionFlowLimit.
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 .
- imqDefaultAdminPassword -
Static variable in class com.sun.messaging.AdminConnectionConfiguration
- This property holds the default administrator password that will be used
to authenticate with the MQ Administration Service.
- imqDefaultAdminUsername -
Static variable in class com.sun.messaging.AdminConnectionConfiguration
- This property holds the default administrator username that will be used
to authenticate with the MQ Administration Service.
- imqDefaultPassword -
Static variable in class com.sun.messaging.ConnectionConfiguration
- This property holds the default password that will be used
to authenticate with the Sun MQ Message Service.
- imqDefaultUsername -
Static variable in class com.sun.messaging.ConnectionConfiguration
- This property holds the default username that will be used
to authenticate with the Sun MQ Message Service.
- imqDestinationDescription -
Static variable in class com.sun.messaging.DestinationConfiguration
- The property name that holds a description given to the
Destination object.
- imqDestinationName -
Static variable in class com.sun.messaging.DestinationConfiguration
- The property name that holds the name assigned to the
Destination object.
- imqDisableSetClientID -
Static variable in class com.sun.messaging.ConnectionConfiguration
- This property indicates whether the Sun MQ Client Application is
prevented from changing the ClientID using the
setClientID()
method in javax.jms.Connection.
- imqEnableSharedClientID -
Static variable in class com.sun.messaging.ConnectionConfiguration
- This property indicates whether the client identifier requested and used
by this connection is to be acquired in 'shared' mode.
- imqFlowControlCount -
Static variable in class com.sun.messaging.ConnectionConfiguration
- Deprecated.
- imqFlowControlIsLimited -
Static variable in class com.sun.messaging.ConnectionConfiguration
- Deprecated.
- imqFlowControlLimit -
Static variable in class com.sun.messaging.ConnectionConfiguration
- Deprecated.
- imqJMSDeliveryMode -
Static variable in class com.sun.messaging.ConnectionConfiguration
- This property holds the administratively configured value of the
JMS Message Header
JMSDeliveryMode .
JMSExpiration.
JMSPriority.
JMSDeliveryMode which can be set using the JMS APIs.
JMSExpiration which can be set using the JMS APIs.
JMSPriority which can be set using the JMS APIs.
imqAddressList property that the Sun MQ Client
Application will make before moving on the the next address in imqAddressList.
JAXMServlet object using the given
ServletConfig object and initializing the
msgFactory field with a default
MessageFactory object.
InvalidClientIDException with the specified reason and
error code.
InvalidClientIDException with the specified reason and with
the error code defaulting to null.
InvalidClientIDException with the specified reason,
error code, and a specified cause.
InvalidClientIDException with the specified
reason and error code.
InvalidClientIDException with the specified
reason.
InvalidDestinationException with the specified reason and
error code.
InvalidDestinationException with the specified reason and with
the error code defaulting to null.
InvalidDestinationException with the specified reason,
error code, and a specified cause.
InvalidDestinationException with the specified
reason and error code.
InvalidDestinationException with the specified
reason.
InvalidPropertyException is thrown when a setProperty
is called with an invalid property name parameter.InvalidPropertyValueException is thrown when setProperty
is called with an invalid property value parameter.InvalidSelectorException with the specified reason and
error code.
InvalidSelectorException with the specified reason and with
the error code defaulting to null.
InvalidSelectorException with the specified reason,
error code, and a specified cause.
InvalidSelectorException with the specified
reason and error code.
InvalidSelectorException with the specified
reason.
AministeredObject.
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.
MapMessage object.
JAXMException object with no
reason or embedded Throwable object.
JAXMException object with the given
String as the reason for the exception being thrown.
JAXMException object with the given
String as the reason for the exception being thrown
and the given Throwable object as an embedded
exception.
JAXMException object initialized
with the given Throwable object.
imqJMSDeliveryMode
to NON_PERSISTENT when the JMSDeliveryMode JMS Message Header
is administratively configured.
imqJMSDeliveryMode
to PERSISTENT when the JMSDeliveryMode JMS Message Header
is administratively configured.
JMSException with the specified reason and
error code.
JMSException with the specified reason and with
the error code defaulting to null.
JMSException with the specified reason,
error code, and a specified cause.
JMSException with the specified reason and
error code.
JMSException with the specified reason and with
the error code defaulting to null.
JMSSecurityException with the specified reason and
error code.
JMSSecurityException with the specified reason and with
the error code defaulting to null.
JMSSecurityException with the specified reason,
error code, and a specified cause.
JMSSecurityException with the specified
reason and error code.
JMSSecurityException with the specified
reason.
MapMessage object is used to send a set of name-value pairs.com.sun.messaging.jms.Message interface defines
enhanced capabilities of a JMS Message in Sun GlassFish(tm) Message Queue.Message interface is the root interface of all JMS
messages.MessageConsumer object to receive messages
from a destination.StreamMessage or
BytesMessage is being read.MessageEOFException with the specified reason and
error code.
MessageEOFException with the specified reason and with
the error code defaulting to null.
MessageEOFException with the specified reason,
error code, and a specified cause.
StreamMessage or
BytesMessage is being read.MessageEOFException with the specified
reason and error code.
MessageEOFException with the specified
reason.
MessageFormatException with the specified reason and
error code.
MessageFormatException with the specified reason and with
the error code defaulting to null.
MessageFormatException with the specified reason,
error code, and a specified cause.
MessageFormatException with the specified
reason and error code.
MessageFormatException with the specified
reason.
MessageListener object is used to receive asynchronously
delivered messages.MessageNotReadableException with the specified reason and
error code.
MessageNotReadableException with the specified reason and with
the error code defaulting to null.
MessageNotReadableException with the specified reason,
error code, and a specified cause.
MessageNotReadableException with the specified
reason and error code.
MessageNotReadableException with the specified
reason.
MessageNotWriteableException with the specified reason and
error code.
MessageNotWriteableException with the specified reason and with
the error code defaulting to null.
MessageNotWriteableException with the specified reason,
error code, and a specified cause.
MessageNotWriteableException with the specified
reason and error code.
MessageNotWriteableException with the specified
reason.
MessageProducer object to send messages to a
destination.Transformer class encapsulates the functionality
to transform SOAP and JMS messages.MessageFactory object that will be used internally
to create the SOAPMessage object to be passed to the
method onMessage.
ProviderConnectionFactory object.
ObjectMessage object is used to send a message that contains
a serializable object in the Java programming language ("Java object").SOAPMessage object to this
OnewayListener object.
SOAPMessage object to this
ReqRespListener object and returns the response.
IllegalStateException and obtained via
javax.jms.JMSException.getLinkedException()
IllegalStateException and obtained via
javax.jms.JMSException.getLinkedException()
IllegalStateException and obtained via
JMSException.getLinkedException()
InvalidClientIDException and obtained via
javax.jms.JMSException.getLinkedException()
InvalidClientIDException and obtained via
javax.jms.JMSException.getLinkedException()
InvalidClientIDException and obtained via
JMSException.getLinkedException()
InvalidDestinationException and obtained via
javax.jms.JMSException.getLinkedException()
InvalidDestinationException and obtained via
javax.jms.JMSException.getLinkedException()
InvalidDestinationException and obtained via
JMSException.getLinkedException()
InvalidSelectorException and obtained via
javax.jms.JMSException.getLinkedException()
InvalidSelectorException and obtained via
javax.jms.JMSException.getLinkedException()
InvalidSelectorException and obtained via
JMSException.getLinkedException()
JMSException and obtained via
javax.jms.JMSException.getLinkedException()
JMSException and obtained via
javax.jms.JMSException.getLinkedException()
JMSException and obtained via
JMSException.getLinkedException()
JMSSecurityException and obtained via
javax.jms.JMSException.getLinkedException()
JMSSecurityException and obtained via
javax.jms.JMSException.getLinkedException()
JMSSecurityException and obtained via
JMSException.getLinkedException()
MessageEOFException and obtained via
javax.jms.JMSException.getLinkedException()
MessageEOFException and obtained via
javax.jms.JMSException.getLinkedException()
MessageEOFException and obtained via
JMSException.getLinkedException()
MessageFormatException and obtained via
javax.jms.JMSException.getLinkedException()
MessageFormatException and obtained via
javax.jms.JMSException.getLinkedException()
MessageFormatException and obtained via
JMSException.getLinkedException()
MessageNotReadableException and obtained via
javax.jms.JMSException.getLinkedException()
MessageNotReadableException and obtained via
javax.jms.JMSException.getLinkedException()
MessageNotReadableException and obtained via
JMSException.getLinkedException()
MessageNotWriteableException and obtained via
javax.jms.JMSException.getLinkedException()
MessageNotWriteableException and obtained via
javax.jms.JMSException.getLinkedException()
MessageNotWriteableException and obtained via
JMSException.getLinkedException()
ResourceAllocationException and obtained via
javax.jms.JMSException.getLinkedException()
ResourceAllocationException and obtained via
javax.jms.JMSException.getLinkedException()
ResourceAllocationException and obtained via
JMSException.getLinkedException()
TransactionInProgressException and obtained via
javax.jms.JMSException.getLinkedException()
TransactionInProgressException and obtained via
javax.jms.JMSException.getLinkedException()
TransactionInProgressException and obtained via
JMSException.getLinkedException()
TransactionRolledBackException and obtained via
javax.jms.JMSException.getLinkedException()
TransactionRolledBackException and obtained via
javax.jms.JMSException.getLinkedException()
TransactionRolledBackException and obtained via
JMSException.getLinkedException()
PropertyOwner interface is implemented by any property that owns
other properties.HttpServletResponse object with the
headers in the given MimeHeaders object.
Queue represents an identity of a repository of messages
used in the JMS Point-To-Point messaging domain.Queue object encapsulates a provider-specific queue name.QueueBrowser object to look at messages on a
queue without removing them.QueueConnection object is an active connection to a
point-to-point JMS provider.QueueConnectionFactory is used to create QueueConnections with
the Sun MQ Java Message Service (JMS) Point-to-Point (PTP) provider.QueueConnectionFactory object to create
QueueConnection objects with a point-to-point JMS provider.QueueReceiver object to receive messages that
have been delivered to a queue.QueueRequestor helper class simplifies
making service requests.QueueRequestor class.
QueueSender object to send messages to a queue.QueueSession object provides methods for creating
QueueReceiver, QueueSender,
QueueBrowser, and TemporaryQueue objects.boolean from the bytes message stream.
boolean from the stream message.
byte value from the stream message.
byte[] object (the read buffer).
double from the bytes message stream.
double from the stream message.
float from the bytes message stream.
float from the stream message.
ReadOnlyPropertyException is thrown when an attempt is
made to modify a JMQ AdministeredObject that has been
set to read only.String from the stream message.
ResourceAllocationException with the specified reason and
error code.
ResourceAllocationException with the specified reason and with
the error code defaulting to null.
ResourceAllocationException with the specified reason,
error code, and a specified cause.
ResourceAllocationException with the specified
reason and error code.
ResourceAllocationException with the specified
reason.
TransactionInProgressException, since it should
not be called for an XASession object.
MessageProducer's
default delivery mode, priority, and time to live.
SOAPMessage object and returns immediately
after handing the message over to the
messaging provider.
ServerSession object is an application server object that
is used by a server to associate a thread with a JMS session (optional).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 object is a single-threaded context for producing and consuming
messages.getAcknowledgeMode if the session is transacted.
boolean value with the specified name into the Map.
boolean property value with the specified name into
the message.
byte value with the specified name into the Map.
byte property value with the specified name into
the message.
BasicConnectionFactory.
AdminConnectionFactory configuration defaults
required to connect to the MQ Administration Service.
BasicConnectionFactory configuration defaults
required to connect to the Sun MQ Message Service.
Destination configuration defaults
required of a Sun MQ Destination identity object.
double value with the specified name into the Map.
double property value with the specified name into
the message.
float value with the specified name into the Map.
float property value with the specified name into
the message.
int value with the specified name into the Map.
int property value with the specified name into
the message.
DeliveryMode value for this message.
Destination object for this message.
Destination object to which a reply to this
message should be sent.
IllegalStateException.
InvalidClientIDException.
InvalidDestinationException.
InvalidSelectorException.
JMSException.
JMSSecurityException.
MessageEOFException.
MessageFormatException.
MessageNotReadableException.
MessageNotWriteableException.
ResourceAllocationException.
TransactionInProgressException.
TransactionRolledBackException.
Exception.
long value with the specified name into the Map.
long property value with the specified name into
the message.
JAXMServlet object's msgFactory
field with the given MessageFactory object.
MessageListener.
AdministeredObject.
AdministeredObject to be read only.
short value with the specified name into the Map.
short property value with the specified name into
the message.
String value with the specified name into the Map.
String property value with the specified name into
the message.
javax.xml.soap.SOAPMessage object from the
javax.jms.Message object into which it was transformed
using the SOAPMessageIntoJMSMessage method.
javax.xml.soap.SOAPMessage message
into a javax.jms.Message message.
Session's run method to be called
to process messages that were just assigned to it.
StreamMessage object is used to send a stream of primitive
types in the Java programming language.TemporaryQueue object is a unique Queue object
created for the duration of a Connection.TemporaryTopic object is a unique Topic object
created for the duration of a Connection.TextMessage object is used to send a message containing a
java.lang.String.Topic represents an identity of a repository of messages
used in the JMS Publish/Subscribe messaging domain.Topic object encapsulates a provider-specific topic name.TopicConnection object is an active connection to a
publish/subscribe JMS provider.TopicConnectionFactory is used to create TopicConnections with
the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.TopicConnectionFactory object to create
TopicConnection objects with a publish/subscribe JMS provider.TopicPublisher object to publish messages on a
topic.TopicRequestor helper class simplifies
making service requests.TopicRequestor class.
TopicSession object provides methods for creating
TopicPublisher, TopicSubscriber, and
TemporaryTopic objects.TopicSubscriber object to receive messages that
have been published to a topic.AdministeredObject along with
a listing of its configuration.
Endpoint
object.
TransactionInProgressException with the specified reason and
error code.
TransactionInProgressException with the specified reason and with
the error code defaulting to null.
TransactionInProgressException with the specified reason,
error code, and a specified cause.
TransactionInProgressException with the
specified reason and error code.
TransactionInProgressException with the
specified reason.
Session.commit results in a rollback of the current
transaction.TransactionRolledBackException with the specified reason and
error code.
TransactionRolledBackException with the specified reason and with
the error code defaulting to null.
TransactionRolledBackException with the specified reason,
error code, and a specified cause.
Session.commit results in a rollback of the current
transaction.TransactionRolledBackException with the
specified reason and error code.
TransactionRolledBackException with the
specified reason.
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 object using the given URL.
Destination name.
AdministeredObject is 3.0
boolean to the bytes message stream as a 1-byte
value.
boolean to the stream message.
byte to the bytes message stream as a 1-byte
value.
byte to the stream message.
char to the bytes message stream as a 2-byte
value, high byte first.
char to the stream message.
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.
double to the stream message.
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.
float to the stream message.
int to the bytes message stream as four bytes,
high byte first.
int to the stream message.
long to the bytes message stream as eight bytes,
high byte first.
long to the stream message.
short to the bytes message stream as two bytes,
high byte first.
short to the stream message.
String to the stream message.
XAConnection interface extends the capability of
Connection by providing an XASession (optional).XAConnectionFactory is used to create XAConnections with
the Sun MQ Java Message Service (JMS) provider.XAConnectionFactory interface is a base interface for the
XAQueueConnectionFactory and
XATopicConnectionFactory interfaces.XAQueueConnection provides the same create options as
QueueConnection (optional).XAQueueConnectionFactory is used to create XAQueueConnections with
a Java Message Service (JMS) Point-to-Point (PTP) provider.XAQueueConnectionFactory provides the same create options as
a QueueConnectionFactory (optional).XAQueueSession provides a regular QueueSession,
which can be used to
create QueueReceiver, QueueSender, and
QueueBrowser objects (optional).XASession interface extends the capability of
Session by adding access to a JMS provider's support for the
Java Transaction API (JTA) (optional).XATopicConnection provides the same create options as
TopicConnection (optional).XATopicConnectionFactory is used to create XATopicConnections with
a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.XATopicConnectionFactory provides the same create options as
a TopicConnectionFactory (optional).XATopicSession provides a regular TopicSession.
|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||