@Service(name="pe") public class PEWebContainerFeatureFactoryImpl extends Object implements WebContainerFeatureFactory
| Constructor and Description |
|---|
PEWebContainerFeatureFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 int getDefaultRotationIntervalInMinutes()
getDefaultRotationIntervalInMinutes in interface WebContainerFeatureFactoryCopyright © 2019. All rights reserved.