Platform SDK Java 8.5 API Reference

Package com.genesyslab.platform.commons.collections

Contains classes that allow you to use Genesys Key-Value collections in your applications.

See:
          Description

Interface Summary
KVList.PairList A list of key-value pairs.
 

Class Summary
KeyValueCollection A key-value list created from an ordered collection of key-value pairs.
KeyValuePair The pair specific for KeyValueCollection.
KVList Key-value list.
Pair This class represents the pair in key-value list.
TKVSerializer This class contains methods to convert the list to/from its binary representation (in TKV binary format).
TKVXmlSerializer  
UTFValue Wrapper class for string value for "UTF16-BE" encoding transportation.
It is designed to pass language sensitive or multilingual string values inside of KeyValueCollection's through PSDK protocol connection.
Direct way for this value creation is KVList.addUTFString(String, String).
ValueType Types of values in Lists.
 

Exception Summary
DataFormatException This exception is thrown when data formatting problems are encountered during deserialization of the lists.
 

Package com.genesyslab.platform.commons.collections Description

Contains classes that allow you to use Genesys Key-Value collections in your applications.

The classes available to you are: KeyValueCollection and DataFormatException classes.

The other elements in this package are for Genesys internal use only. Some of them may be documented to help you understand how the Platform SDKs work, but none of them should be explicitly invoked by your applications.

For general information on the structure and usage of the Platform SDKs, please refer to the introductory articles located in the Platform SDK Developer's Guide.


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.