Uses of Class
org.apache.unomi.api.ServerInfo
-
Packages that use ServerInfo Package Description org.apache.unomi.api.services org.apache.unomi.lifecycle org.apache.unomi.privacy.internal org.apache.unomi.privacy.rest -
-
Uses of ServerInfo in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ServerInfo Modifier and Type Method Description ServerInfo
PrivacyService. getServerInfo()
Retrieves the default base Apache Unomi server information, including the name and version of the server, build time information and the event types if recognizes as well as the capabilities supported by the system.Methods in org.apache.unomi.api.services that return types with arguments of type ServerInfo Modifier and Type Method Description List<ServerInfo>
PrivacyService. getServerInfos()
Retrieves the list of the server information objects, that include extensions. -
Uses of ServerInfo in org.apache.unomi.lifecycle
Methods in org.apache.unomi.lifecycle that return ServerInfo Modifier and Type Method Description ServerInfo
BundleWatcherImpl. getBundleServerInfo(org.osgi.framework.Bundle bundle)
Methods in org.apache.unomi.lifecycle that return types with arguments of type ServerInfo Modifier and Type Method Description List<ServerInfo>
BundleWatcher. getServerInfos()
Retrieves the list of the server information objects, that include extensions.List<ServerInfo>
BundleWatcherImpl. getServerInfos()
-
Uses of ServerInfo in org.apache.unomi.privacy.internal
Methods in org.apache.unomi.privacy.internal that return ServerInfo Modifier and Type Method Description ServerInfo
PrivacyServiceImpl. getServerInfo()
Methods in org.apache.unomi.privacy.internal that return types with arguments of type ServerInfo Modifier and Type Method Description List<ServerInfo>
PrivacyServiceImpl. getServerInfos()
-
Uses of ServerInfo in org.apache.unomi.privacy.rest
Methods in org.apache.unomi.privacy.rest that return ServerInfo Modifier and Type Method Description ServerInfo
PrivacyServiceEndPoint. getServerInfo()
Methods in org.apache.unomi.privacy.rest that return types with arguments of type ServerInfo Modifier and Type Method Description List<ServerInfo>
PrivacyServiceEndPoint. getServerInfos()
-