Package com.sun.enterprise.web
Class PEWebContainerFeatureFactoryImpl
- java.lang.Object
-
- com.sun.enterprise.web.PEWebContainerFeatureFactoryImpl
-
- All Implemented Interfaces:
WebContainerFeatureFactory
- Direct Known Subclasses:
HAWebContainerFeatureFactoryImpl
@Service(name="pe") public class PEWebContainerFeatureFactoryImpl extends Object implements WebContainerFeatureFactory
Implementation of WebContainerFeatureFactory which returns web container feature implementations for PE.
-
-
Constructor Summary
Constructors Constructor Description PEWebContainerFeatureFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public WebContainerStartStopOperation getWebContainerStartStopOperation()
- Specified by:
getWebContainerStartStopOperationin interfaceWebContainerFeatureFactory
-
getHADBHealthChecker
public HealthChecker getHADBHealthChecker(WebContainer webContainer)
- Specified by:
getHADBHealthCheckerin interfaceWebContainerFeatureFactory
-
getReplicationReceiver
public ReplicationReceiver getReplicationReceiver(EmbeddedWebContainer embedded)
- Specified by:
getReplicationReceiverin interfaceWebContainerFeatureFactory
-
getSSOFactory
public SSOFactory getSSOFactory()
- Specified by:
getSSOFactoryin interfaceWebContainerFeatureFactory
-
getVirtualServer
public VirtualServer getVirtualServer()
- Specified by:
getVirtualServerin interfaceWebContainerFeatureFactory
-
getSSLImplementationName
public String getSSLImplementationName()
- Specified by:
getSSLImplementationNamein interfaceWebContainerFeatureFactory
-
getDefaultAccessLogPrefix
public String getDefaultAccessLogPrefix()
Gets the default access log file prefix.- Specified by:
getDefaultAccessLogPrefixin interfaceWebContainerFeatureFactory- Returns:
- The default access log file prefix
-
getDefaultAccessLogSuffix
public String getDefaultAccessLogSuffix()
Gets the default access log file suffix.- Specified by:
getDefaultAccessLogSuffixin interfaceWebContainerFeatureFactory- Returns:
- The default access log file suffix
-
getDefaultAccessLogDateStampPattern
public String getDefaultAccessLogDateStampPattern()
Gets the default datestamp pattern to be applied to access log files.- Specified by:
getDefaultAccessLogDateStampPatternin interfaceWebContainerFeatureFactory- Returns:
- The default datestamp pattern to be applied to access log files
-
getDefaultRotationIntervalInMinutes
public int getDefaultRotationIntervalInMinutes()
Gets the default rotation interval in minutes.- Specified by:
getDefaultRotationIntervalInMinutesin interfaceWebContainerFeatureFactory- Returns:
- The default rotation interval in minutes
-
-