Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.log4j2plugin
Class GMessageServerDeliveryManagerBase.EventData

java.lang.Object
  extended by com.genesyslab.platform.apptemplate.log4j2plugin.GMessageServerDeliveryManagerBase.EventData
Enclosing class:
GMessageServerDeliveryManagerBase

public static final class GMessageServerDeliveryManagerBase.EventData
extends java.lang.Object

Internal structure for storage of LMS Event object properties in a queue.

Note: This class is internal and is not supposed for explicit usage by applications.


Field Summary
 java.util.Map<java.lang.String,java.lang.String> attributes
           
 long date
           
 java.lang.Integer entryCategory
           
 java.lang.Integer entryId
           
 java.lang.String entryText
           
 java.lang.Integer level
           
 java.lang.Throwable throwable
           
 
Constructor Summary
protected GMessageServerDeliveryManagerBase.EventData(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)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

date

public final long date

entryId

public final java.lang.Integer entryId

entryCategory

public final java.lang.Integer entryCategory

level

public final java.lang.Integer level

entryText

public final java.lang.String entryText

attributes

public final java.util.Map<java.lang.String,java.lang.String> attributes

throwable

public final java.lang.Throwable throwable
Constructor Detail

GMessageServerDeliveryManagerBase.EventData

protected GMessageServerDeliveryManagerBase.EventData(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)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.