Uses of Class
org.apache.activemq.schema.core.DtoXaConnectionFactory
-
Packages that use DtoXaConnectionFactory Package Description org.apache.activemq.schema.core -
-
Uses of DtoXaConnectionFactory in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoXaConnectionFactory Modifier and Type Field Description protected DtoXaConnectionFactoryDtoJmsQueueConnector.LocalQueueConnectionFactory. xaConnectionFactoryprotected DtoXaConnectionFactoryDtoJmsQueueConnector.OutboundQueueConnectionFactory. xaConnectionFactoryprotected DtoXaConnectionFactoryDtoJmsTopicConnector.LocalTopicConnectionFactory. xaConnectionFactoryprotected DtoXaConnectionFactoryDtoJmsTopicConnector.OutboundTopicConnectionFactory. xaConnectionFactoryprotected DtoXaConnectionFactoryDtoPooledConnectionFactory.ConnectionFactory. xaConnectionFactoryMethods in org.apache.activemq.schema.core that return DtoXaConnectionFactory Modifier and Type Method Description DtoXaConnectionFactoryObjectFactory. createDtoXaConnectionFactory()Create an instance ofDtoXaConnectionFactoryDtoXaConnectionFactoryDtoJmsQueueConnector.LocalQueueConnectionFactory. getXaConnectionFactory()Gets the value of the xaConnectionFactory property.DtoXaConnectionFactoryDtoJmsQueueConnector.OutboundQueueConnectionFactory. getXaConnectionFactory()Gets the value of the xaConnectionFactory property.DtoXaConnectionFactoryDtoJmsTopicConnector.LocalTopicConnectionFactory. getXaConnectionFactory()Gets the value of the xaConnectionFactory property.DtoXaConnectionFactoryDtoJmsTopicConnector.OutboundTopicConnectionFactory. getXaConnectionFactory()Gets the value of the xaConnectionFactory property.DtoXaConnectionFactoryDtoPooledConnectionFactory.ConnectionFactory. getXaConnectionFactory()Gets the value of the xaConnectionFactory property.Methods in org.apache.activemq.schema.core with parameters of type DtoXaConnectionFactory Modifier and Type Method Description voidDtoJmsQueueConnector.LocalQueueConnectionFactory. setXaConnectionFactory(DtoXaConnectionFactory value)Sets the value of the xaConnectionFactory property.voidDtoJmsQueueConnector.OutboundQueueConnectionFactory. setXaConnectionFactory(DtoXaConnectionFactory value)Sets the value of the xaConnectionFactory property.voidDtoJmsTopicConnector.LocalTopicConnectionFactory. setXaConnectionFactory(DtoXaConnectionFactory value)Sets the value of the xaConnectionFactory property.voidDtoJmsTopicConnector.OutboundTopicConnectionFactory. setXaConnectionFactory(DtoXaConnectionFactory value)Sets the value of the xaConnectionFactory property.voidDtoPooledConnectionFactory.ConnectionFactory. setXaConnectionFactory(DtoXaConnectionFactory value)Sets the value of the xaConnectionFactory property.
-