jBroker® MQ 2.1

com.sssw.jms.api
Class JMQAdministeredObject

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--com.sssw.jbroker.orb.ValueWrapper
              |
              +--com.sssw.jms.api.JMQAdministeredObject
All Implemented Interfaces:
Object, Referenceable, Serializable
Direct Known Subclasses:
JMQConnectionFactory, JMQDestination

public abstract class JMQAdministeredObject
extends com.sssw.jbroker.orb.ValueWrapper
implements Serializable, Referenceable

JMS administered objects are local Java objects containing JMS configuration information that are created by a JMS administrator and later used by JMS clients.

JMS defines two types of administered objects - Destination, and ConnectionFactory. A destination is either a queue or a topic. jBroker MQ supports these connection factories:

JMQAdministeredObject is the base class for for all JMQ Administered Objects in jBroker MQ. JMS Administered Objects in jBroker MQ are both Referenceable and Serializable so that they can be stored in all JNDI naming contexts.

See Also:
Destination, ConnectionFactory, JMQDestination, JMQConnectionFactory, Serialized Form

Construc