|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.util.event.AbstractEventMapper
Abstract base class implementation of an event mapper.
IEventMapper| Field Summary | |
protected static String |
CONFIG_NAME_TAG
|
protected String |
m_ID
|
protected Properties |
m_Properties
|
| Constructor Summary | |
protected |
AbstractEventMapper(String id,
Properties properties)
Create a mapper with a specific id and the given custom properties. |
| Method Summary | |
String |
getDescription()
Get the mapper's displayable name. |
String |
getDescription(Locale locale)
Get the mapper's localized displayable name. |
IEventList |
getEvents(IEventBroker broker)
Returns a list of mapped event templates for all possible events this mapper can send. |
String |
getID()
Get the mapper's unique system id. |
abstract IEvent |
map(IEvent event)
Map or transform an event prior to sending it to the receiver from one kind to another which then is sent to the receiver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String m_ID
protected Properties m_Properties
protected static final String CONFIG_NAME_TAG
| Constructor Detail |
protected AbstractEventMapper(String id,
Properties properties)
throws BaseException
id - idproperties - properties
BaseException - Exception raised in failure situation| Method Detail |
public String getID()
getID in interface IEventMapperpublic String getDescription()
getDescription in interface IEventMapperpublic String getDescription(Locale locale)
getDescription in interface IEventMapperlocale - locale
public abstract IEvent map(IEvent event)
map in interface IEventMapperevent - event to be mapped
public IEventList getEvents(IEventBroker broker)
getEvents in interface IEventMapperbroker - broker to be asked for all possible events of all of its
senders
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||