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(AttributeDefinition attributeDefinition,
String propertyName,
boolean resourceAdapterProperty) |
static ConnectionFactoryAttribute |
create(AttributeDefinition attributeDefinition,
String propertyName,
boolean resourceAdapterProperty,
boolean inboundConfig) |
String |
getClassType() |
AttributeDefinition |
getDefinition() |
static AttributeDefinition[] |
getDefinitions(ConnectionFactoryAttribute... attrs) |
String |
getPropertyName() |
boolean |
isInboundConfig() |
boolean |
isResourceAdapterProperty()
Gets the value of the property resourceAdapterProperty.
|
public boolean isResourceAdapterProperty
public static ConnectionFactoryAttribute create(AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty)
public static ConnectionFactoryAttribute create(AttributeDefinition attributeDefinition, String propertyName, boolean resourceAdapterProperty, boolean inboundConfig)
public static AttributeDefinition[] getDefinitions(ConnectionFactoryAttribute... attrs)
public String getClassType()
public String getPropertyName()
public AttributeDefinition getDefinition()
public boolean isResourceAdapterProperty()
public boolean isInboundConfig()
Copyright © 2015 JBoss by Red Hat. All rights reserved.