|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.panama.util.NotificationDispatcherImpl
The notification dispatcher is to be loaded by the system and processes all incoming messages.
The current implementation handles both SMSC and EMAIL notifications. The mapping to the correct repository name is done in the "Notification.properites" file, where specific parameters for each device is located.
Method Summary |
Type | Method |
---|---|
java.lang.String |
getEmailName()
Returns the name of the EMAIL address type. |
static NotificationListener |
getInstance()
The only way to instansiate this object. |
java.lang.String |
getSmsName()
Returns the name of the SMS address type. |
void |
onMessage(NotificationEvent event)
Processes one event. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static NotificationListener getInstance()
public java.lang.String getEmailName()
NotificationListener
This property/parameter is set in the notification domain.
getEmailName
in interface NotificationListener
oracle.panama.util.NotificationListener
public java.lang.String getSmsName()
NotificationListener
This property/parameter is set in the notification domain.
getSmsName
in interface NotificationListener
oracle.panama.util.NotificationListener
public void onMessage(NotificationEvent event) throws PanamaException
NotificationListener
onMessage
in interface NotificationListener
oracle.panama.util.NotificationListener
event
- the notification event.PanamaException
- on any kind of error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |