public static interface WebtopNaming.SiteStatusCheck
SiteStatusCheck
provides
method that will be used by SiteMonitor to check each site is alive.
Each implementation class has to implement doCheckSiteStatus method.Modifier and Type | Method and Description |
---|---|
boolean |
doCheckSiteStatus(URL siteurl)
Check if the site is alive.
|
boolean doCheckSiteStatus(URL siteurl)
siteurl
- the url which needs to be checked alivetrue
if the site is up.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.