Uses of Class
org.omg.CORBA.Bounds
-
Packages that use Bounds Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.spi.logging org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of Bounds in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba that throw Bounds Modifier and Type Method Description java.lang.StringContextListImpl. item(int index)TypeCodeExceptionListImpl. item(int index)NamedValueNVListImpl. item(int index)voidContextListImpl. remove(int index)voidExceptionListImpl. remove(int index)voidNVListImpl. remove(int index) -
Uses of Bounds in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type Bounds Modifier and Type Method Description INTERNALORBUtilSystemException. boundsCannotOccur(Bounds bd)BAD_PARAMORBUtilSystemException. boundsErrorInDiiRequest(Bounds b) -
Uses of Bounds in org.omg.CORBA
Methods in org.omg.CORBA that throw Bounds Modifier and Type Method Description abstract java.lang.StringContextList. item(int index)Returns theStringobject at the given index.abstract TypeCodeExceptionList. item(int index)Returns theTypeCodeobject at the given index.abstract NamedValueNVList. item(int index)Retrieves theNamedValueobject at the given index.abstract voidContextList. remove(int index)Removes theStringobject at the given index.abstract voidExceptionList. remove(int index)Removes theTypeCodeobject at the given index.abstract voidNVList. remove(int index)Removes theNamedValueobject at the given index.
-