@Service(name="pe") public class PEWebContainerFeatureFactoryImpl extends Object implements WebContainerFeatureFactory
| Constructor and Description |
|---|
PEWebContainerFeatureFactoryImpl() |
| 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() |
public WebContainerStartStopOperation getWebContainerStartStopOperation()
getWebContainerStartStopOperation in interface WebContainerFeatureFactorypublic HealthChecker getHADBHealthChecker(WebContainer webContainer)
getHADBHealthChecker in interface WebContainerFeatureFactorypublic ReplicationReceiver getReplicationReceiver(EmbeddedWebContainer embedded)
getReplicationReceiver in interface WebContainerFeatureFactorypublic SSOFactory getSSOFactory()
getSSOFactory in interface WebContainerFeatureFactorypublic VirtualServer getVirtualServer()
getVirtualServer in interface WebContainerFeatureFactorypublic String getSSLImplementationName()
getSSLImplementationName in interface WebContainerFeatureFactorypublic String getDefaultAccessLogPrefix()
getDefaultAccessLogPrefix in interface WebContainerFeatureFactorypublic String getDefaultAccessLogSuffix()
getDefaultAccessLogSuffix in interface WebContainerFeatureFactorypublic String getDefaultAccessLogDateStampPattern()
getDefaultAccessLogDateStampPattern in interface WebContainerFeatureFactorypublic boolean getAddDateStampToFirstAccessLogFile()
getAddDateStampToFirstAccessLogFile in interface WebContainerFeatureFactorypublic int getDefaultRotationIntervalInMinutes()
getDefaultRotationIntervalInMinutes in interface WebContainerFeatureFactoryCopyright © 2017. All rights reserved.