Package lumis.doui.bigdata
Class DouiBigDataUtil.DouiBigDataInitObserver
- java.lang.Object
-
- lumis.doui.bigdata.DouiBigDataUtil.DouiBigDataInitObserver
-
- All Implemented Interfaces:
IPortalEventObserver
- Enclosing class:
- DouiBigDataUtil
public static class DouiBigDataUtil.DouiBigDataInitObserver extends Object implements IPortalEventObserver
Portal event observer used to initialize big data for doui usage when repository is initialized.- Since:
- 8.1.0
- Version:
- $Revision: 22602 $ $Date: 2019-03-28 21:02:56 -0300 (Thu, 28 Mar 2019) $
-
-
Constructor Summary
Constructors Constructor Description DouiBigDataInitObserver()
-
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
-
-