@ResourceTypeOrder(deploymentOrder=RESOURCEADAPTERCONFIG_RESOURCE) public interface ResourceAdapterConfig extends org.jvnet.hk2.config.ConfigBeanProxy, Resource, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceAdapterConfig.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity() |
String |
getName()
Gets the value of the name property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
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, setObjectType@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="[^\',][^\',\\\\]*") 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<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped String getIdentity()
getIdentity in interface ResourceCopyright © 2017. All rights reserved.