public interface ConnectorService extends ConfigExtension, org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| 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<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag
Properties are used to override the ManagedConnectionFactory javabean
configuration settings. |
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.
|
@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<org.jvnet.hk2.config.types.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 org.jvnet.hk2.config.types.PropertyBagCopyright © 2017. All rights reserved.