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
Fields 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)
-