Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.commons.collections.processor.KeyValuePrinter

Packages that use KeyValuePrinter
com.genesyslab.platform.commons.collections.processor   
com.genesyslab.platform.configuration.protocol This package contains the Protocol classes that your applications can use to set up communication with Configuration Server. 
com.genesyslab.platform.configuration.protocol.server PSDK internal package for Configuration Server protocol clients handling functionality.
Note: This package is internal and is not supposed for explicit usage by applications. 
com.genesyslab.platform.openmedia.protocol This package contains the Protocol classes that your applications can use to set up communication with Interaction Server. 
com.genesyslab.platform.voice.protocol This package contains the Protocol classes that your applications can use to set up communication with T-Server, such as TServerProtocol
 

Uses of KeyValuePrinter in com.genesyslab.platform.commons.collections.processor
 

Methods in com.genesyslab.platform.commons.collections.processor that return KeyValuePrinter
static KeyValuePrinter KeyValuePrinter.getDefaultPrinter()
          Gets default printer for this VM.
 

Methods in com.genesyslab.platform.commons.collections.processor with parameters of type KeyValuePrinter
static void KeyValuePrinter.setDefaultPrinter(KeyValuePrinter printer)
          Sets default printer for this VM.
 

Uses of KeyValuePrinter in com.genesyslab.platform.configuration.protocol
 

Methods in com.genesyslab.platform.configuration.protocol with parameters of type KeyValuePrinter
 void ConfServerProtocol.setTKVPrinter(KeyValuePrinter printer)
           
 

Uses of KeyValuePrinter in com.genesyslab.platform.configuration.protocol.server
 

Methods in com.genesyslab.platform.configuration.protocol.server with parameters of type KeyValuePrinter
 void ConfServerClientChannelHandlerFactory.setKVPrinter(KeyValuePrinter kvPrinter)
           
 

Constructors in com.genesyslab.platform.configuration.protocol.server with parameters of type KeyValuePrinter
ConfServerClientChannelHandler(Connection connection, ConnectionConfiguration config, CfgMetadata cfgMetadata, AesUtil aes, KeyValuePrinter kvPrinter)
           
 

Uses of KeyValuePrinter in com.genesyslab.platform.openmedia.protocol
 

Methods in com.genesyslab.platform.openmedia.protocol that return KeyValuePrinter
 KeyValuePrinter ExternalServiceProtocol.getTKVPrinter()
           
 

Methods in com.genesyslab.platform.openmedia.protocol with parameters of type KeyValuePrinter
 void ExternalServiceProtocol.setTKVPrinter(KeyValuePrinter printer)
           
 

Uses of KeyValuePrinter in com.genesyslab.platform.voice.protocol
 

Methods in com.genesyslab.platform.voice.protocol that return KeyValuePrinter
 KeyValuePrinter TServerProtocol.getTKVPrinter()
           
 

Methods in com.genesyslab.platform.voice.protocol with parameters of type KeyValuePrinter
 void TServerProtocol.setTKVPrinter(KeyValuePrinter printer)
           
 


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.