public class ConnectionFactoryAttribute extends Object
| Type | Property and Description |
|---|---|
boolean |
isResourceAdapter
Gets the value of the property resourceAdapterProperty.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionFactoryAttribute |
create(org.jboss.as.controller.AttributeDefinition attributeDefinition,
String propertyName,
boolean resourceAdapterProperty) |
static ConnectionFactoryAttribute |
create(org.jboss.as.controller.AttributeDefinition attributeDefinition,
String propertyName,
boolean resourceAdapterProperty,
org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType inboundConfig) |
String |
getClassType() |
org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType |
getConfigType() |
org.jboss.as.controller.AttributeDefinition |
getDefinition() |
static org.jboss.as.controller.AttributeDefinition[] |
getDefinitions(ConnectionFactoryAttribute... attrs) |
String |
getPropertyName() |
boolean |
isResourceAdapterProperty()
Gets the value of the property resourceAdapterProperty.
|
public boolean isResourceAdapterProperty
public static ConnectionFactoryAttribute create(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty)
public static ConnectionFactoryAttribute create(org.jboss.as.controller.AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty, org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType inboundConfig)
public static org.jboss.as.controller.AttributeDefinition[] getDefinitions(ConnectionFactoryAttribute... attrs)
public String getClassType()
public String getPropertyName()
public org.jboss.as.controller.AttributeDefinition getDefinition()
public boolean isResourceAdapterProperty()
public org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType getConfigType()
Copyright © 2018 JBoss by Red Hat. All rights reserved.