Package com.sun.enterprise.web.pluggable
Interface WebContainerFeatureFactory
-
- All Known Implementing Classes:
HAWebContainerFeatureFactoryImpl,PEWebContainerFeatureFactoryImpl
@Contract public interface WebContainerFeatureFactoryInterface for getting webcontainer specific pluggable features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultAccessLogDateStampPattern()Gets the default datestamp pattern to be applied to access log files.StringgetDefaultAccessLogPrefix()Gets the default access log file prefix.StringgetDefaultAccessLogSuffix()Gets the default access log file suffix.intgetDefaultRotationIntervalInMinutes()Gets the default rotation interval in minutes.HealthCheckergetHADBHealthChecker(WebContainer webContainer)ReplicationReceivergetReplicationReceiver(EmbeddedWebContainer embedded)StringgetSSLImplementationName()SSOFactorygetSSOFactory()VirtualServergetVirtualServer()WebContainerStartStopOperationgetWebContainerStartStopOperation()
-
-
-
Method Detail
-
getWebContainerStartStopOperation
WebContainerStartStopOperation getWebContainerStartStopOperation()
-
getHADBHealthChecker
HealthChecker getHADBHealthChecker(WebContainer webContainer)
-
getReplicationReceiver
ReplicationReceiver getReplicationReceiver(EmbeddedWebContainer embedded)
-
getVirtualServer
VirtualServer getVirtualServer()
-
getSSOFactory
SSOFactory getSSOFactory()
-
getSSLImplementationName
String getSSLImplementationName()
-
getDefaultAccessLogPrefix
String getDefaultAccessLogPrefix()
Gets the default access log file prefix.- Returns:
- The default access log file prefix
-
getDefaultAccessLogSuffix
String getDefaultAccessLogSuffix()
Gets the default access log file suffix.- Returns:
- The default access log file suffix
-
getDefaultAccessLogDateStampPattern
String getDefaultAccessLogDateStampPattern()
Gets the default datestamp pattern to be applied to access log files.- Returns:
- The default datestamp pattern to be applied to access log files
-
getDefaultRotationIntervalInMinutes
int getDefaultRotationIntervalInMinutes()
Gets the default rotation interval in minutes.- Returns:
- The default rotation interval in minutes
-
-