public interface ConnectorService extends ConfigExtension, ConfigBeanProxy, PropertyBag
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getClassLoadingPolicy()
Gets the value of the connector-classloading-policy.
Valid values are derived or global derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors global indicates that all resource-adapters will be visible to all applications. |
List<Property> |
getProperty()
Properties as per
PropertyBag
Properties are used to override the ManagedConnectionFactory javabean
configuration settings. |
@Min(value=1L) String |
getShutdownTimeoutInSeconds()
Gets the value of the shutdownTimeoutInSeconds property.
|
void |
setClassLoadingPolicy(String value)
Sets the value of the connector-classloading-policy.
Valid values are derived or global derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors global indicates that all resource-adapters will be visible to all applications. |
void |
setShutdownTimeoutInSeconds(String value)
Sets the value of the shutdownTimeoutInSeconds property.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@Min(value=1L) @Min(value=1L) String getShutdownTimeoutInSeconds()
Stringvoid setShutdownTimeoutInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getClassLoadingPolicy()
Stringvoid setClassLoadingPolicy(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
Properties are used to override the ManagedConnectionFactory javabean
configuration settings. When one or more of these properties are
specified, they are passed as is using setgetProperty in interface PropertyBagCopyright © 2019. All rights reserved.