|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface describing an event with a type and an arbitrary parameter.
| Method Summary | |
java.lang.String |
getCorrelationId()
Get correlation id of event. |
java.lang.String |
getDescription()
Get description of event. |
java.lang.String |
getDescription(java.util.Locale locale)
Get localized description of event. |
java.lang.Object |
getParameter()
Get arbitrary parameter of event. |
EnumWithDescription |
getType()
Get type of event. |
java.lang.String |
getUniqueId()
Get unique id of event. |
boolean |
isLike(IEvent template)
Compares this event with another event for equality or some kind of "similarity". |
| Method Detail |
public java.lang.String getUniqueId()
public java.lang.String getCorrelationId()
public EnumWithDescription getType()
public java.lang.Object getParameter()
public java.lang.String getDescription()
public java.lang.String getDescription(java.util.Locale locale)
locale - locale to be used for localizationpublic boolean isLike(IEvent template)
template - event to compare against
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||