|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An event mapper maps events to other events. This mapping takes place inside the event broker for receivers that have registered an event mapper.
Copyright (c) SAP AG 2001-2002
| Method Summary | |
java.lang.String |
getDescription()
Get the mapper's displayable name. |
java.lang.String |
getDescription(java.util.Locale locale)
Get the mapper's displayable name for a specific locale. |
IEventList |
getEvents(IEventBroker broker)
Get a list of available mapped events for a given broker. |
java.lang.String |
getID()
Get the mapper's unique system id. |
IEvent |
map(IEvent event)
Map an IEvent to another IEvent .Note : It's a good idea, to pass the original (unmapped) event as the mapped event's parameter. |
| Method Detail |
public java.lang.String getID()
String with the mapper's system id.public java.lang.String getDescription()
String with the mapper's displayable name.public java.lang.String getDescription(java.util.Locale locale)
locale - a Locale defining the language to get the name
for.String with the mapper's displayable name in the
given locale.public IEvent map(IEvent event)
IEvent to another IEvent .event - the IEvent to map.IEvent corresponding to the given event or
null , if the event is to be ignored (not mapped).public IEventList getEvents(IEventBroker broker)
broker - the IEventBroker to get the supported events
for.IEventList with all available mapped events.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||