Uses of Class
org.eblocker.server.common.data.events.Event
Packages that use Event
Package
Description
-
Uses of Event in org.eblocker.server.common.data.events
Methods in org.eblocker.server.common.data.events that return EventModifier and TypeMethodDescriptionstatic EventEvents.adminPasswordChanged(Map<String, String> details) static EventEvents.adminPasswordRemoved(Map<String, String> details) static EventEvents.adminPasswordReset(Map<String, String> details) static EventEvents.configurationBackupRestored(String clientFileName) EventDataSource.getLastEventSeen()Retrieves an event that was last seen by the userJedisEventDataSource.getLastEventSeen()static EventEvents.licenseExpired()static EventEvents.licenseUpgraded()static EventEvents.licenseUpgradFailed()static EventEvents.networkInterfaceDown()static EventEvents.networkInterfaceUp()static EventEvents.networkModeChange(NetworkStateId current) static EventEvents.powerFailure()static EventEvents.redisBackupFailed()static EventEvents.redisBackupRestored()static EventEvents.redisBackupRestoreFailed()static EventEvents.serverIcapServerStarted()static EventEvents.serverIcapServerStartedWithWarnings()static EventEvents.systemEvent(Boolean reboot) static EventEvents.updateEblockerOsInstalled()static EventEvents.upnpPortForwardingFailed()Methods in org.eblocker.server.common.data.events that return types with arguments of type EventModifier and TypeMethodDescriptionEventDataSource.getEvents()Returns all events.JedisEventDataSource.getEvents()Methods in org.eblocker.server.common.data.events with parameters of type EventModifier and TypeMethodDescriptionvoidAdds an event on top of the stackvoidvoidvoidvoidEventDataSource.setLastEventSeen(Event event) Saves an event that was last seen by the uservoidJedisEventDataSource.setLastEventSeen(Event event) -
Uses of Event in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return types with arguments of type Event -
Uses of Event in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return types with arguments of type Event -
Uses of Event in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return EventMethods in org.eblocker.server.http.service that return types with arguments of type EventModifier and TypeMethodDescriptionEventService.getEvents()EventService.getEventsSince(Event lastSeen) Methods in org.eblocker.server.http.service with parameters of type EventModifier and TypeMethodDescriptionEventService.getEventsSince(Event lastSeen) voidEventService.setLastEventSeen(Event event) Method parameters in org.eblocker.server.http.service with type arguments of type Event