Configuration Platform SDK 7.6 API Reference

Uses of Class
com.genesyslab.platform.commons.collections.KVList

Packages that use KVList
com.genesyslab.platform.commons.collections Contains classes that allow you to use Genesys Key-Value collections in your applications. 
com.genesyslab.platform.commons.connection.configuration   
 

Uses of KVList in com.genesyslab.platform.commons.collections
 

Subclasses of KVList in com.genesyslab.platform.commons.collections
 class KeyValueCollection
          A key-value list created from an ordered collection of key-value pairs.
 

Methods in com.genesyslab.platform.commons.collections with parameters of type KVList
static void TKVSerializer.serialize(KVList list, java.io.OutputStream out)
          Packs the list and writes it to OutputStream.
static void TKVSerializer.serialize(KVList list, java.io.OutputStream out, java.lang.String encoding, boolean writeLen)
          Packs the list and writes it to OutputStream.
static byte[] TKVSerializer.getBytes(KVList list, java.lang.String encoding)
          Packs the list and returns it as byte array.
static byte[] TKVSerializer.getBytes(KVList list, java.lang.String encoding, boolean useLen)
          Packs the list and returns it as byte array.
 

Uses of KVList in com.genesyslab.platform.commons.connection.configuration
 

Constructors in com.genesyslab.platform.commons.connection.configuration with parameters of type KVList
KeyValueConfiguration(KVList list)
          Deprecated. KVList is considered internal class and is subject to change or removal Use KeyValueConfiguration.KeyValueConfiguration(KeyValueCollection) instead
 


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.