Uses of Class
org.omg.CORBA.Bounds

Packages that use Bounds
org.jacorb.orb   
org.jacorb.orb.dii   
org.omg.CORBA   
 

Uses of Bounds in org.jacorb.orb
 

Methods in org.jacorb.orb that throw Bounds
 NamedValue NVList.item(int index)
           
 void NVList.remove(int index)
           
 

Uses of Bounds in org.jacorb.orb.dii
 

Methods in org.jacorb.orb.dii that throw Bounds
 TypeCode ExceptionList.item(int index)
           
 void ExceptionList.remove(int index)
           
 

Uses of Bounds in org.omg.CORBA
 

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

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

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