|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GMessageServerDeliveryManager
The Message Server delivery manager interface.
Note: This interface is internal and is not supposed for explicit usage by applications.
Method Summary | |
---|---|
void |
send(long date,
int entryId,
int entryCategory,
int level,
java.lang.String entryText,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.lang.Throwable throwable)
Pushes event data to output queue for Message Server delivery. |
Method Detail |
---|
void send(long date, int entryId, int entryCategory, int level, java.lang.String entryText, java.util.Map<java.lang.String,java.lang.String> attributes, java.lang.Throwable throwable)
date
- the event timestamp.entryId
- the LMS event ID.entryCategory
- the LMS Event category ID.level
- the event log level.entryText
- the localized and formatted message text.attributes
- optional LMS Event attributes.throwable
- exception attached to the event, or null.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |