Uses of Class
org.omg.CORBA.Bounds

Packages that use Bounds
Package
Description
 
 
  • Uses of Bounds in com.sun.corba.se.impl.corba

    Methods in com.sun.corba.se.impl.corba that throw Bounds
    Modifier and Type
    Method
    Description
    ContextListImpl.item(int index)
     
    ExceptionListImpl.item(int index)
     
    NVListImpl.item(int index)
     
    void
    ContextListImpl.remove(int index)
     
    void
    ExceptionListImpl.remove(int index)
     
    void
    NVListImpl.remove(int index)
     
  • Uses of Bounds in org.omg.CORBA

    Methods in org.omg.CORBA that throw Bounds
    Modifier and Type
    Method
    Description
    abstract String
    ContextList.item(int index)
    Returns the String object at the given index.
    abstract TypeCode
    ExceptionList.item(int index)
    Returns the TypeCode object at the given index.
    abstract NamedValue
    NVList.item(int index)
    Retrieves the NamedValue object at the given index.
    abstract void
    ContextList.remove(int index)
    Removes the String object at the given index.
    abstract void
    ExceptionList.remove(int index)
    Removes the TypeCode object at the given index.
    abstract void
    NVList.remove(int index)
    Removes the NamedValue object at the given index.