public class SubsystemCachedConnectionManager<T extends SubsystemCachedConnectionManager> extends Object
| Constructor and Description |
|---|
SubsystemCachedConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
debug()
Enable/disable debug information logging
|
T |
debug(Boolean value)
Enable/disable debug information logging
|
Boolean |
error()
Enable/disable error information logging
|
T |
error(Boolean value)
Enable/disable error information logging
|
String |
getKey() |
Boolean |
ignoreUnknownConnections()
Do not cache unknown connections
|
T |
ignoreUnknownConnections(Boolean value)
Do not cache unknown connections
|
Boolean |
install()
Enable/disable the cached connection manager valve and interceptor
|
T |
install(Boolean value)
Enable/disable the cached connection manager valve and interceptor
|
public String getKey()
public Boolean debug()
public Boolean error()
public Boolean ignoreUnknownConnections()
public T ignoreUnknownConnections(Boolean value)
public Boolean install()
Copyright © 2015 JBoss by Red Hat. All rights reserved.