Uses of Interface
org.codehaus.activemq.jndi.JNDIStorableInterface

Packages that use JNDIStorableInterface
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.jndi JNDI helper classes  
org.codehaus.activemq.message Message implementations  
 

Uses of JNDIStorableInterface in org.codehaus.activemq
 

Classes in org.codehaus.activemq that implement JNDIStorableInterface
 class ActiveMQConnectionFactory
          A ConnectionFactory is an an Administed object, and is used for creating Connections.
 class ActiveMQXAConnectionFactory
          The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces.
 

Uses of JNDIStorableInterface in org.codehaus.activemq.jndi
 

Classes in org.codehaus.activemq.jndi that implement JNDIStorableInterface
 class JNDIBaseStorable
          Faciliates objects to be stored in JNDI as properties
 

Methods in org.codehaus.activemq.jndi with parameters of type JNDIStorableInterface
static Reference JNDIReferenceFactory.createReference(String instanceClassName, JNDIStorableInterface po)
          Create a Reference instance from a JNDIStorable object
 

Uses of JNDIStorableInterface in org.codehaus.activemq.message
 

Classes in org.codehaus.activemq.message that implement JNDIStorableInterface
 class ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
 class ActiveMQQueue
          A Queue object encapsulates a provider-specific queue name.
 class ActiveMQTemporaryQueue
          A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
 class ActiveMQTemporaryTopic
          A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
 class ActiveMQTopic
          A Topic object encapsulates a provider-specific topic name.
 



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.