Uses of Interface
org.apache.activemq.jndi.JNDIStorableInterface
-
Packages that use JNDIStorableInterface Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.jndi JNDI support classesorg.apache.activemq.pool org.apache.activemq.spring Helper classes for working with the JMS client and Spring. -
-
Uses of JNDIStorableInterface in org.apache.activemq
Classes in org.apache.activemq that implement JNDIStorableInterface Modifier and Type Class Description classActiveMQConnectionFactoryA ConnectionFactory is an an Administered object, and is used for creating Connections.classActiveMQSslConnectionFactoryAn ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections.classActiveMQXAConnectionFactoryA factory ofXAConnectioninstancesclassActiveMQXASslConnectionFactory -
Uses of JNDIStorableInterface in org.apache.activemq.command
Classes in org.apache.activemq.command that implement JNDIStorableInterface Modifier and Type Class Description classActiveMQDestinationclassActiveMQQueueclassActiveMQTempDestinationclassActiveMQTempQueueclassActiveMQTempTopicclassActiveMQTopic -
Uses of JNDIStorableInterface in org.apache.activemq.filter
Classes in org.apache.activemq.filter that implement JNDIStorableInterface Modifier and Type Class Description classAnyDestination -
Uses of JNDIStorableInterface in org.apache.activemq.jndi
Classes in org.apache.activemq.jndi that implement JNDIStorableInterface Modifier and Type Class Description classJNDIBaseStorableFacilitates objects to be stored in JNDI as propertiesMethods in org.apache.activemq.jndi with parameters of type JNDIStorableInterface Modifier and Type Method Description static ReferenceJNDIReferenceFactory. createReference(String instanceClassName, JNDIStorableInterface po)Create a Reference instance from a JNDIStorable object -
Uses of JNDIStorableInterface in org.apache.activemq.pool
Classes in org.apache.activemq.pool that implement JNDIStorableInterface Modifier and Type Class Description classJcaPooledConnectionFactoryclassPooledConnectionFactoryAdd Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.PooledConnectionFactory}classXaPooledConnectionFactoryAdd Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.XaPooledConnectionFactory} -
Uses of JNDIStorableInterface in org.apache.activemq.spring
Classes in org.apache.activemq.spring that implement JNDIStorableInterface Modifier and Type Class Description classActiveMQConnectionFactoryclassActiveMQXAConnectionFactory
-