Java™ Platform
Standard Ed. 6

Uses of Class
org.omg.IOP.IOR

Packages that use IOR
org.omg.IOP This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6. 
 

Uses of IOR in org.omg.IOP
 

Fields in org.omg.IOP declared as IOR
 IOR IORHolder.value
           
 

Methods in org.omg.IOP that return IOR
static IOR IORHelper.extract(Any a)
           
static IOR IORHelper.read(InputStream istream)
           
 

Methods in org.omg.IOP with parameters of type IOR
static void IORHelper.insert(Any a, IOR that)
           
static void IORHelper.write(OutputStream ostream, IOR value)
           
 

Constructors in org.omg.IOP with parameters of type IOR
IORHolder(IOR initialValue)
           
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.