Package com.sun.messaging
Provides the Oracle GlassFish(tm) Server Message Queue public classes.
-
Interface Summary Interface Description PropertyOwner ThePropertyOwner
interface is implemented by any property that owns other properties. -
Class Summary Class Description AdminConnectionConfiguration TheAdminConnectionConfiguration
class contains property names and special values for configuring theAdminConnectionFactory
object.AdminConnectionFactory AnAdminConnectionFactory
is used by management clients to create JMX connections to the Message Queue broker.AdministeredObject AnAdministeredObject
encapsulates behavior common to all Sun MQ Administered Objects and MQ Administered Object classes extend this class.BasicConnectionFactory ABasicConnectionFactory
encapsulates Sun MQ specific configuration information for Sun MQConnectionFactory
objects and is used to create Connections with a Sun MQ Java Message Service (JMS) provider.BasicQueue ABasicQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.BasicTopic ABasicTopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.ConnectionConfiguration TheConnectionConfiguration
class contains Sun MQ specific connection configuration property names and special values.ConnectionFactory AConnectionFactory
is used to create Connections with the Sun MQ Java Message Service (JMS) provider.Destination ADestination
encapsulates Sun MQ specific configuration information for Sun MQDestination
objects.DestinationConfiguration TheDestinationConfiguration
class contains Sun MQ specific destination identity configuration property names and values.Queue AQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.QueueConnectionFactory AQueueConnectionFactory
is used to create QueueConnections with the Sun MQ Java Message Service (JMS) Point-to-Point (PTP) provider.Topic ATopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.TopicConnectionFactory ATopicConnectionFactory
is used to create TopicConnections with the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.Version This class provides the Version information about the product.XAConnectionFactory AnXAConnectionFactory
is used to create XAConnections with the Sun MQ Java Message Service (JMS) provider.XAQueueConnectionFactory AnXAQueueConnectionFactory
is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider.XATopicConnectionFactory AnXATopicConnectionFactory
is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider. -
Exception Summary Exception Description InvalidPropertyException AnInvalidPropertyException
is thrown when a setProperty is called with an invalid property name parameter.InvalidPropertyValueException AnInvalidPropertyValueException
is thrown when setProperty is called with an invalid property value parameter.ReadOnlyPropertyException AReadOnlyPropertyException
is thrown when an attempt is made to modify a JMQAdministeredObject
that has been set to read only.