public interface ConnectorService extends ConfigExtension, ConfigBeanProxy, PropertyBag
ConfigBeanProxy.Duck
PropertyBag.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, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@Min(value=1L) @Min(value=1L) String getShutdownTimeoutInSeconds()
String
void setShutdownTimeoutInSeconds(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getClassLoadingPolicy()
String
void setClassLoadingPolicy(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@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 PropertyBag
Copyright © 2021. All rights reserved.