public class SiteStatusCheckThreadImpl extends Object implements WebtopNaming.SiteStatusCheck
SiteStatusCheck
interface that provides
method that will be used by SiteMonitor to check each site is alive.Constructor and Description |
---|
SiteStatusCheckThreadImpl()
Constructs a SiteStatusCheckThreadImpl object based on the configured
parameter com.sun.identity.sitemonitor.SiteStatusCheck.class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doCheckSiteStatus(URL url)
The method that will be used by SiteMonitor to check each site is alive.
|
protected static Debug debug
public SiteStatusCheckThreadImpl()
public boolean doCheckSiteStatus(URL url)
doCheckSiteStatus
in interface WebtopNaming.SiteStatusCheck
url
- that needs to be checked alive.true
if the site is up.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.