@Contract
public interface WebContainerFeatureFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddDateStampToFirstAccessLogFile()
Returns true if the first access log file and all subsequently rotated
ones are supposed to be date-stamped, and false if datestamp is to be
added only starting with the first rotation.
|
String |
getDefaultAccessLogDateStampPattern()
Gets the default datestamp pattern to be applied to access log files.
|
String |
getDefaultAccessLogPrefix()
Gets the default access log file prefix.
|
String |
getDefaultAccessLogSuffix()
Gets the default access log file suffix.
|
int |
getDefaultRotationIntervalInMinutes()
Gets the default rotation interval in minutes.
|
HealthChecker |
getHADBHealthChecker(WebContainer webContainer) |
ReplicationReceiver |
getReplicationReceiver(EmbeddedWebContainer embedded) |
String |
getSSLImplementationName() |
SSOFactory |
getSSOFactory() |
VirtualServer |
getVirtualServer() |
WebContainerStartStopOperation |
getWebContainerStartStopOperation() |
WebContainerStartStopOperation getWebContainerStartStopOperation()
HealthChecker getHADBHealthChecker(WebContainer webContainer)
ReplicationReceiver getReplicationReceiver(EmbeddedWebContainer embedded)
VirtualServer getVirtualServer()
SSOFactory getSSOFactory()
String getSSLImplementationName()
String getDefaultAccessLogPrefix()
String getDefaultAccessLogSuffix()
String getDefaultAccessLogDateStampPattern()
boolean getAddDateStampToFirstAccessLogFile()
int getDefaultRotationIntervalInMinutes()
Copyright © 2017. All rights reserved.