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