Uses of Class
org.apache.activemq.network.jms.JndiLookupFactory
-
Packages that use JndiLookupFactory Package Description org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. -
-
Uses of JndiLookupFactory in org.apache.activemq.network.jms
Subclasses of JndiLookupFactory in org.apache.activemq.network.jms Modifier and Type Class Description classJndiTemplateLookupFactoryFields in org.apache.activemq.network.jms declared as JndiLookupFactory Modifier and Type Field Description protected JndiLookupFactoryJmsConnector. jndiLocalTemplateprotected JndiLookupFactoryJmsConnector. jndiOutboundTemplateMethods in org.apache.activemq.network.jms that return JndiLookupFactory Modifier and Type Method Description JndiLookupFactoryJmsConnector. getJndiLocalTemplate()JndiLookupFactoryJmsConnector. getJndiOutboundTemplate()Methods in org.apache.activemq.network.jms with parameters of type JndiLookupFactory Modifier and Type Method Description voidJmsConnector. setJndiLocalTemplate(JndiLookupFactory jndiTemplate)voidJmsConnector. setJndiOutboundTemplate(JndiLookupFactory jndiOutboundTemplate)
-