|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JNDIStorableInterface | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.camel | Defines a JMS client which is capable of sending and receiving messages to Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application. |
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.jndi | JNDI support classes |
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
Uses of JNDIStorableInterface in org.apache.activemq |
---|
Classes in org.apache.activemq that implement JNDIStorableInterface | |
---|---|
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 of XAConnection instances |
Uses of JNDIStorableInterface in org.apache.activemq.camel |
---|
Classes in org.apache.activemq.camel that implement JNDIStorableInterface | |
---|---|
class |
CamelConnectionFactory
A JMS ConnectionFactory which resolves non-JMS destinations or instances of CamelDestination to use the CamelContext to perform smart routing etc |
Uses of JNDIStorableInterface in org.apache.activemq.command |
---|
Classes in org.apache.activemq.command that implement JNDIStorableInterface | |
---|---|
class |
ActiveMQDestination
|
class |
ActiveMQQueue
|
class |
ActiveMQTempDestination
|
class |
ActiveMQTempQueue
|
class |
ActiveMQTempTopic
|
class |
ActiveMQTopic
|
Uses of JNDIStorableInterface in org.apache.activemq.jndi |
---|
Classes in org.apache.activemq.jndi that implement JNDIStorableInterface | |
---|---|
class |
JNDIBaseStorable
Facilitates objects to be stored in JNDI as properties |
Methods in org.apache.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.apache.activemq.pool |
---|
Classes in org.apache.activemq.pool that implement JNDIStorableInterface | |
---|---|
class |
AmqJNDIPooledConnectionFactory
AmqJNDIPooledConnectionFactory.java Created by linus on 2008-03-07. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |