FileDocCategorySizeDatePackage
WebContainerFeatureFactory.javaAPI DocGlassfish v2 API4370Fri May 04 22:35:50 BST 2007com.sun.enterprise.server.pluggable

WebContainerFeatureFactory

public interface WebContainerFeatureFactory
Interface for getting webcontainer specific pluggable features.

Fields Summary
Constructors Summary
Methods Summary
public booleangetAddDateStampToFirstAccessLogFile()
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.

return
true if 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.

public java.lang.StringgetDefaultAccessLogDateStampPattern()
Gets the default datestamp pattern to be applied to access log files.

return
The default datestamp pattern to be applied to access log files

public java.lang.StringgetDefaultAccessLogPrefix()
Gets the default access log file prefix.

return
The default access log file prefix

public java.lang.StringgetDefaultAccessLogSuffix()
Gets the default access log file suffix.

return
The default access log file suffix

public intgetDefaultRotationIntervalInMinutes()
Gets the default rotation interval in minutes.

return
The default rotation interval in minutes

public com.sun.enterprise.web.HealthCheckergetHADBHealthChecker(com.sun.enterprise.web.WebContainer webContainer)

public com.sun.enterprise.web.ReplicationReceivergetReplicationReceiver(com.sun.enterprise.web.EmbeddedWebContainer embedded)

public java.lang.StringgetSSLImplementationName()

public com.sun.enterprise.web.SSOFactorygetSSOFactory()

public com.sun.enterprise.web.VirtualServergetVirtualServer()

public com.sun.enterprise.web.WebContainerAdminEventProcessorgetWebContainerAdminEventProcessor()

public com.sun.enterprise.web.WebContainerStartStopOperationgetWebContainerStartStopOperation()

public com.sun.enterprise.admin.monitor.stats.WebModuleStatsgetWebModuleStats()