Uses of Class
org.omg.IIOP.Version

Packages that use Version
org.omg.IIOP   
 

Uses of Version in org.omg.IIOP
 

Fields in org.omg.IIOP declared as Version
 Version ProfileBody_1_1.iiop_version
           
 Version ProfileBody_1_0.iiop_version
           
 Version VersionHolder.value
           
 

Methods in org.omg.IIOP that return Version
static Version VersionHelper.extract(Any a)
           
static Version VersionHelper.read(InputStream istream)
           
 

Methods in org.omg.IIOP with parameters of type Version
static void VersionHelper.insert(Any a, Version that)
           
static void VersionHelper.write(OutputStream ostream, Version value)
           
 

Constructors in org.omg.IIOP with parameters of type Version
ProfileBody_1_0(Version _iiop_version, String _host, short _port, byte[] _object_key)
           
ProfileBody_1_1(Version _iiop_version, String _host, short _port, byte[] _object_key, TaggedComponent[] _components)
           
VersionHolder(Version initialValue)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.