Methods Summary |
---|
public 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.
return true;
|
public java.lang.String | getDefaultAccessLogDateStampPattern()Gets the default datestamp pattern to be applied to access log files.
return "yyyy-MM-dd";
|
public java.lang.String | getDefaultAccessLogPrefix()Gets the default access log file prefix.
return "_access_log.";
|
public java.lang.String | getDefaultAccessLogSuffix()Gets the default access log file suffix.
return ".txt";
|
public int | getDefaultRotationIntervalInMinutes()Gets the default rotation interval in minutes.
return 15;
|
public HealthChecker | getHADBHealthChecker(WebContainer webContainer)
return new PEHADBHealthChecker(webContainer);
|
public ReplicationReceiver | getReplicationReceiver(EmbeddedWebContainer embedded)
return new PEReplicationReceiver(embedded);
|
public java.lang.String | getSSLImplementationName()
return null;
|
public com.sun.enterprise.web.SSOFactory | getSSOFactory()
return new PESSOFactory();
|
public VirtualServer | getVirtualServer()
return new VirtualServer();
|
public com.sun.enterprise.web.WebContainerAdminEventProcessor | getWebContainerAdminEventProcessor()
return new PEWebContainerAdminEventProcessor();
|
public com.sun.enterprise.web.WebContainerStartStopOperation | getWebContainerStartStopOperation()
return new PEWebContainerStartStopOperation();
|
public com.sun.enterprise.admin.monitor.stats.WebModuleStats | getWebModuleStats()
return new WebModuleStatsImpl();
|