|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValuePair | |
---|---|
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 | Provides configuration options for communicating with Genesys servers. |
com.genesyslab.platform.configuration.protocol.runtime.channel | This package is used internally by the protocol. |
Uses of KeyValuePair in com.genesyslab.platform.commons.collections |
---|
Methods in com.genesyslab.platform.commons.collections that return KeyValuePair | |
---|---|
KeyValuePair |
KeyValueCollection.getPair(java.lang.String key)
Returns TKV pair stored with specified key. |
KeyValuePair |
KeyValueCollection.remove(java.lang.String key)
Removes the pair with the specified String key from this list. |
Methods in com.genesyslab.platform.commons.collections with parameters of type KeyValuePair | |
---|---|
void |
KeyValueCollection.addPair(KeyValuePair pair)
Adds TKV pair to the list. |
Uses of KeyValuePair in com.genesyslab.platform.commons.connection.configuration |
---|
Methods in com.genesyslab.platform.commons.connection.configuration that return KeyValuePair | |
---|---|
protected KeyValuePair |
KeyValueConfiguration.findOption(java.lang.String name)
|
Uses of KeyValuePair in com.genesyslab.platform.configuration.protocol.runtime.channel |
---|
Methods in com.genesyslab.platform.configuration.protocol.runtime.channel that return KeyValuePair | |
---|---|
protected KeyValuePair |
ConfSerializer.deserializeKVListPair(TokenReader tokenReader)
|
protected KeyValuePair |
ConfSerializer.deserializeKVPair(TokenReader tokenReader)
|
Methods in com.genesyslab.platform.configuration.protocol.runtime.channel with parameters of type KeyValuePair | |
---|---|
protected void |
ConfSerializerV7.serializeKVListPair(CfgDescriptionAttributeReference attr,
KeyValuePair value,
java.io.StringWriter cfgWriter)
|
protected void |
ConfSerializerV7.serializeKVPair(CfgDescriptionAttributeReference attr,
KeyValuePair value,
java.io.StringWriter cfgWriter)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |