GMessageServerDeliveryManagerImpl
public interface GMessageServerDeliveryManagerCtrl
GMessageServerDeliveryManager
instance.Modifier and Type | Method | Description |
---|---|---|
void |
onStart() |
Notification event about start of correspondent Log4j appender.
|
void |
onStop() |
Notification event about stop of correspondent Log4j appender.
|
void |
setEndpointParameters(java.lang.String host,
int port,
java.lang.String backupHost,
int backupPort,
java.util.Map<java.lang.String,java.lang.String> properties) |
Initializes delivery manager with parameters passed from a Log4j2 configuration file.
|
void |
setEventsQueue(java.util.Queue<GMessageServerDeliveryManagerBase.EventData> eventsQueue) |
Initializes the delivery manager with existing events queue.
It allows to do not lose events on logging reconfiguration (including startup events). |
void setEndpointParameters(java.lang.String host, int port, java.lang.String backupHost, int backupPort, java.util.Map<java.lang.String,java.lang.String> properties)
host
- the Message Server host name or address.port
- the Message Server TCP/IP port number.backupHost
- host name or address of backup Message Server or null.backupPort
- TCP/IP port number of the backup Message Server.properties
- parameters of the Message Server connection.void setEventsQueue(java.util.Queue<GMessageServerDeliveryManagerBase.EventData> eventsQueue)
eventsQueue
- existing events data queue.void onStart()
void onStop()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.