Class ConnectionFactoryAttribute
java.lang.Object
org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute
A wrapper for pooled CF attributes with additional parameters required
to setup the ActiveMQ RA.
- Author:
- Jeff Mesnil (c) 2012 Red Hat Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionFactoryAttributecreate(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty) static ConnectionFactoryAttributecreate(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty, org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType inboundConfig) org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigTypeorg.jboss.as.controller.AttributeDefinitionstatic org.jboss.as.controller.AttributeDefinition[]getDefinitions(ConnectionFactoryAttribute... attrs) boolean
-
Method Details
-
create
public static ConnectionFactoryAttribute create(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty) -
create
public static ConnectionFactoryAttribute create(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty, org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType inboundConfig) -
getDefinitions
public static org.jboss.as.controller.AttributeDefinition[] getDefinitions(ConnectionFactoryAttribute... attrs) -
getClassType
-
getPropertyName
-
getDefinition
public org.jboss.as.controller.AttributeDefinition getDefinition() -
isResourceAdapterProperty
public boolean isResourceAdapterProperty() -
getConfigType
public org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType getConfigType()
-