Uses of Class
org.jboss.as.messaging.jms.ConnectionFactoryAttribute
-
Packages that use ConnectionFactoryAttribute Package Description org.jboss.as.messaging.jms -
-
Uses of ConnectionFactoryAttribute in org.jboss.as.messaging.jms
Fields in org.jboss.as.messaging.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[]PooledConnectionFactoryDefinition. ATTRIBUTESMethods in org.jboss.as.messaging.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, boolean inboundConfig)Methods in org.jboss.as.messaging.jms with parameters of type ConnectionFactoryAttribute Modifier and Type Method Description static org.jboss.as.controller.AttributeDefinition[]ConnectionFactoryAttribute. getDefinitions(ConnectionFactoryAttribute... attrs)
-