Class CommonServerEvent
- java.lang.Object
-
- org.silverpeas.core.notification.sse.AbstractServerEvent
-
- org.silverpeas.core.notification.sse.CommonServerEvent
-
- All Implemented Interfaces:
ServerEvent
- Direct Known Subclasses:
UserNotificationServerEvent
,UserSessionServerEvent
public abstract class CommonServerEvent extends AbstractServerEvent
It is an abstract extension of aAbstractServerEvent
.
This is the base implementation for all events which will be handled by common server event notifying.- Author:
- Yohann Chastagnier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.notification.sse.ServerEvent
ServerEvent.ServerEventName
-
-
Constructor Summary
Constructors Constructor Description CommonServerEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getEventSourceURIs()
Gets the Event Source URI on which the event is handled.
If empty, then the event must be sent on all Event Sources.-
Methods inherited from class org.silverpeas.core.notification.sse.AbstractServerEvent
getData, getId, send, toString, withData, withData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.sse.ServerEvent
getName, isConcerned, isValidId, subType
-
-
-
-
Method Detail
-
getEventSourceURIs
public List<String> getEventSourceURIs()
Description copied from class:AbstractServerEvent
Gets the Event Source URI on which the event is handled.
If empty, then the event must be sent on all Event Sources.- Overrides:
getEventSourceURIs
in classAbstractServerEvent
- Returns:
- an URI as string.
-
-