Uses of Class
org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute
-
Packages that use ConnectionFactoryAttribute Package Description org.wildfly.extension.messaging.activemq.jms -
-
Uses of ConnectionFactoryAttribute in org.wildfly.extension.messaging.activemq.jms
Fields in org.wildfly.extension.messaging.activemq.jms declared as ConnectionFactoryAttribute Modifier and Type Field Description static ConnectionFactoryAttribute[]ConnectionFactoryAttributes.Common. ATTRIBUTESAttributes are defined in the same order than in the XSD schemastatic ConnectionFactoryAttribute[]ConnectionFactoryAttributes.Pooled. ATTRIBUTESAttributes are defined in the same order than in the XSD schemastatic ConnectionFactoryAttribute[]ExternalPooledConnectionFactoryDefinition. ATTRIBUTESstatic ConnectionFactoryAttribute[]PooledConnectionFactoryDefinition. ATTRIBUTESMethods in org.wildfly.extension.messaging.activemq.jms that return ConnectionFactoryAttribute Modifier and Type Method Description static ConnectionFactoryAttributeConnectionFactoryAttribute. create(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty)static ConnectionFactoryAttributeConnectionFactoryAttribute. create(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty, org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType inboundConfig)Methods in org.wildfly.extension.messaging.activemq.jms that return types with arguments of type ConnectionFactoryAttribute Modifier and Type Method Description static Map<String,ConnectionFactoryAttribute>PooledConnectionFactoryDefinition. getAttributesMap()Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type ConnectionFactoryAttribute Modifier and Type Method Description static org.jboss.as.controller.AttributeDefinition[]ConnectionFactoryAttribute. getDefinitions(ConnectionFactoryAttribute... attrs)
-