|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorService
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@Min(value=1L) String getShutdownTimeoutInSeconds()
String
void setShutdownTimeoutInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getClassLoadingPolicy()
String
void setClassLoadingPolicy(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
@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 set
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||