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

Constructor Summary
JMQAdministeredObject()
           
 
Methods inherited from class com.sssw.jbroker.orb.ValueWrapper
_ids
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.naming.Referenceable
getReference
 

Constructor Detail

JMQAdministeredObject

public JMQAdministeredObject()

jBroker® MQ 2.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.