@ResourceTypeOrder(deploymentOrder=RESOURCEADAPTERCONFIG_RESOURCE) public interface ResourceAdapterConfig extends ConfigBeanProxy, Resource, PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceAdapterConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity() |
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getName()
Gets the value of the name property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
@Pattern(regexp="[^\',][^\',\\\\]*") String |
getResourceAdapterName()
Gets the value of the resourceAdapterName property.
|
String |
getThreadPoolIds()
Gets the value of the threadPoolIds property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResourceAdapterName(String value)
Sets the value of the resourceAdapterName property.
|
void |
setThreadPoolIds(String value)
Sets the value of the threadPoolIds property.
|
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectTypecreateChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getThreadPoolIds()
Stringvoid setThreadPoolIds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="[^\',][^\',\\\\]*") @Pattern(regexp="[^\',][^\',\\\\]*") String getResourceAdapterName()
Stringvoid setResourceAdapterName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBag@DuckTyped String getIdentity()
getIdentity in interface ResourceCopyright © 2019. All rights reserved.