Package lumis.portal.monitor.impl
Class MonitorBigDataInitObserver
- java.lang.Object
-
- lumis.portal.monitor.impl.MonitorBigDataInitObserver
-
- All Implemented Interfaces:
IPortalEventObserver
public class MonitorBigDataInitObserver extends Object implements IPortalEventObserver
Observer that initializes monitor elements in big data.- Since:
- 11.0.0
- Version:
- $Revision: 23523 $ $Date: 2020-01-09 20:03:13 -0300 (Thu, 09 Jan 2020) $
-
-
Constructor Summary
Constructors Constructor Description MonitorBigDataInitObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPortalEventFilter
getEventFilter()
Returns the event filter for this observer.void
onEvent(IPortalEvent event)
Notifies that an event has been raised.
-
-
-
Method Detail
-
getEventFilter
public IPortalEventFilter getEventFilter()
Description copied from interface:IPortalEventObserver
Returns the event filter for this observer.PortalEventFilters
provides methods for generating commonly used filters.- Specified by:
getEventFilter
in interfaceIPortalEventObserver
- Returns:
- a collection of event group identifiers.
- See Also:
PortalEventFilters
-
onEvent
public void onEvent(IPortalEvent event) throws PortalException
Description copied from interface:IPortalEventObserver
Notifies that an event has been raised. This method will be called only for events that belong to the groups specified by#getExpectedEventGroups()
.Important: The implementation of this method must not be time consuming, as it may impact the overall time response of the portal.
- Specified by:
onEvent
in interfaceIPortalEventObserver
- Parameters:
event
- the event.- Throws:
PortalException
-
-