Uses of Class
com.sun.messaging.AdministeredObject

Packages that use AdministeredObject
Package
Description
Provides the Eclipse OpenMQ(tm) public classes.
  • Uses of AdministeredObject in com.sun.messaging

    Modifier and Type
    Class
    Description
    class 
    An AdminConnectionFactory is used by management clients to create JMX connections to the Message Queue broker.
    class 
    A BasicConnectionFactory encapsulates OpenMQ specific configuration information for OpenMQ ConnectionFactory objects and is used to create Connections with a OpenMQ Jakarta Messaging provider.
    class 
    A BasicQueue represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.
    class 
    A BasicTopic represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.
    class 
    A ConnectionFactory is used to create Connections with the OpenMQ Java Message Service (JMS) provider.
    class 
    A Destination encapsulates Sun MQ specific configuration information for Sun MQ Destination objects.
    class 
    A Queue represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.
    class 
    A QueueConnectionFactory is used to create QueueConnections with the OpenMQ Java Message Service (JMS) Point-to-Point (PTP) provider.
    class 
    A Topic represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.
    class 
    A TopicConnectionFactory is used to create TopicConnections with the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.
    class 
    An XAConnectionFactory is used to create XAConnections with the OpenMQ Java Message Service (JMS) provider.
    class 
    An XAQueueConnectionFactory is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider.
    class 
    An XATopicConnectionFactory is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.