Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.log4j2plugin
Class GMessageServerDeliveryManagerSilent

java.lang.Object
  extended by com.genesyslab.platform.apptemplate.log4j2plugin.GMessageServerDeliveryManagerSilent
All Implemented Interfaces:
GMessageServerDeliveryManager

public class GMessageServerDeliveryManagerSilent
extends java.lang.Object
implements GMessageServerDeliveryManager

"Silent" implementation of GMessageServerDeliveryManager.

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


Constructor Summary
GMessageServerDeliveryManagerSilent()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMessageServerDeliveryManagerSilent

public GMessageServerDeliveryManagerSilent()
Method Detail

send

public 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)
Description copied from interface: GMessageServerDeliveryManager
Pushes event data to output queue for Message Server delivery.

Specified by:
send in interface GMessageServerDeliveryManager
Parameters:
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

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