Uses of Class
org.omg.CORBA.Bounds

Packages that use Bounds
org.apache.yoko.orb.CORBA   
org.omg.CORBA   
 

Uses of Bounds in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that throw Bounds
 TypeCode ExceptionList.item(int index)
           
 String ContextList.item(int index)
           
 NamedValue NVList.item(int index)
           
 void ExceptionList.remove(int index)
           
 void ContextList.remove(int index)
           
 void NVList.remove(int index)
           
 

Uses of Bounds in org.omg.CORBA
 

Fields in org.omg.CORBA declared as Bounds
 Bounds BoundsHolder.value
           
 

Methods in org.omg.CORBA that return Bounds
static Bounds BoundsHelper.extract(Any any)
           
static Bounds BoundsHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type Bounds
static void BoundsHelper.insert(Any any, Bounds val)
           
static void BoundsHelper.write(OutputStream out, Bounds val)
           
 

Methods in org.omg.CORBA that throw Bounds
abstract  NamedValue NVList.item(int index)
           
abstract  TypeCode ExceptionList.item(int index)
           
abstract  String ContextList.item(int index)
           
abstract  void NVList.remove(int index)
           
abstract  void ExceptionList.remove(int index)
           
abstract  void ContextList.remove(int index)
           
 

Constructors in org.omg.CORBA with parameters of type Bounds
BoundsHolder(Bounds initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.