Interface | Description |
---|---|
ServiceListeners.Action |
A generic listener which will respond to a configuration or schema change event.
|
WebtopNaming.SiteStatusCheck |
The interface
SiteStatusCheck provides
method that will be used by SiteMonitor to check each site is alive. |
Class | Description |
---|---|
NamingTableConfigurationFactory |
Responsible for creating the configuration which is used by WebtopNaming.
|
ServiceListeners |
ServiceListeners provides a simplified API for creating appropriate
ServiceListener instances
to respond to changes in either Configuration or Schema. |
ServiceListeners.ListenerBuilder |
Builder responsible for providing fluent-like functions for building up
Action instances which will respond to changes in Service configuration.
|
SessionIDCorrector |
In the case of reconfiguring servers in a cluster, or in the case of
changing the servers in a site, a Sessions the Server ID (S1) and
Site ID (SI) of the Session will potentially be out of sync.
|
SiteStatusCheckThreadImpl |
The class implements
SiteStatusCheck interface that provides
method that will be used by SiteMonitor to check each site is alive. |
WebtopNaming |
The
WebtopNaming class is used to get URLs for various
services such as session, profile, logging etc. |
WebtopNaming.SiteMonitor |
The
SiteMonitor class is used to monitor the
health status of all the sites. |
WebtopNamingQuery |
Provides a non-static wrapper around WebtopNaming so this service
can be injected into classes using Guice and tested appropriately.
|
Exception | Description |
---|---|
ServerEntryNotFoundException |
A
ServerEntryNotFoundException is thrown if the Naming Service
can not find that server entry |
URLNotFoundException |
A
URLNotFoundException is thrown if the Naming Service can not
find a URL for a specified service. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.