Class AbstractListener
- java.lang.Object
-
- org.silverpeas.core.notification.user.server.channel.AbstractListener
-
- All Implemented Interfaces:
INotificationServerChannel
- Direct Known Subclasses:
POPUPListener
,REMOVEListener
,SERVERListener
,SILVERMAILListener
,SMTPListener
public abstract class AbstractListener extends Object implements INotificationServerChannel
-
-
Constructor Summary
Constructors Constructor Description AbstractListener()
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processMessage(javax.jms.Message msg)
Process a message received on NotificationServer JMS message queue: extract the message content to be sent.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.user.server.channel.INotificationServerChannel
send
-
-
-
-
Method Detail
-
processMessage
protected void processMessage(javax.jms.Message msg) throws NotificationServerException
Process a message received on NotificationServer JMS message queue: extract the message content to be sent.- Parameters:
msg
- the message to be processed.- Throws:
NotificationServerException
- if the decoding and the sending of the specified message fails.
-
-