| Package | Description | 
|---|---|
| org.wildfly.swarm.config.datasources | 
| Modifier and Type | Method and Description | 
|---|---|
FlushStrategy | 
DataSource.flushStrategy()
Specifies how the pool should be flush in case of an error. 
 | 
FlushStrategy | 
XADataSource.flushStrategy()
Specifies how the pool should be flush in case of an error. 
 | 
static FlushStrategy | 
FlushStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FlushStrategy[] | 
FlushStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
DataSource.flushStrategy(FlushStrategy value)
Specifies how the pool should be flush in case of an error. 
 | 
T | 
XADataSource.flushStrategy(FlushStrategy value)
Specifies how the pool should be flush in case of an error. 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.