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 class
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections.class
ActiveMQSslConnectionFactory
An ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections.class
ActiveMQXAConnectionFactory
A factory ofXAConnection
instancesclass
ActiveMQXASslConnectionFactory
-
Uses of JNDIStorableInterface in org.apache.activemq.command
Classes in org.apache.activemq.command that implement JNDIStorableInterface Modifier and Type Class Description class
ActiveMQDestination
class
ActiveMQQueue
class
ActiveMQTempDestination
class
ActiveMQTempQueue
class
ActiveMQTempTopic
class
ActiveMQTopic
-
Uses of JNDIStorableInterface in org.apache.activemq.filter
Classes in org.apache.activemq.filter that implement JNDIStorableInterface Modifier and Type Class Description class
AnyDestination
-
Uses of JNDIStorableInterface in org.apache.activemq.jndi
Classes in org.apache.activemq.jndi that implement JNDIStorableInterface Modifier and Type Class Description class
JNDIBaseStorable
Facilitates objects to be stored in JNDI as propertiesMethods in org.apache.activemq.jndi with parameters of type JNDIStorableInterface Modifier and Type Method Description static Reference
JNDIReferenceFactory. 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 class
JcaPooledConnectionFactory
class
PooledConnectionFactory
Add Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.PooledConnectionFactory}class
XaPooledConnectionFactory
Add 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 class
ActiveMQConnectionFactory
class
ActiveMQXAConnectionFactory
-