Uses of Class
com.bankframe.ei.channel.corba.jdk.eontec.KeyValue

Packages that use KeyValue
com.bankframe.ei.channel.corba.jdk.eontec   
 

Uses of KeyValue in com.bankframe.ei.channel.corba.jdk.eontec
 

Fields in com.bankframe.ei.channel.corba.jdk.eontec declared as KeyValue
 KeyValue[] DataPacket.data
           
 KeyValue KeyValueHolder.value
           
 

Methods in com.bankframe.ei.channel.corba.jdk.eontec that return KeyValue
static KeyValue KeyValueHelper.extract(Any a)
           
static KeyValue KeyValueHelper.read(InputStream istream)
           
 

Methods in com.bankframe.ei.channel.corba.jdk.eontec with parameters of type KeyValue
static void KeyValueHelper.insert(Any a, KeyValue that)
           
static void KeyValueHelper.write(OutputStream ostream, KeyValue value)
           
 

Constructors in com.bankframe.ei.channel.corba.jdk.eontec with parameters of type KeyValue
DataPacket(KeyValue[] _data)
           
KeyValueHolder(KeyValue initialValue)
           
 



Copyright © 2005, 2007, Oracle. All rights reserved.