Uses of Class
org.omg.CORBA.BAD_INV_ORDER
-
Packages that use BAD_INV_ORDER Package Description com.sun.corba.ee.impl.interceptors 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 BAD_INV_ORDER in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw BAD_INV_ORDER Modifier and Type Method Description protected voidClientRequestInfoImpl. checkAccess(int methodID)See description for RequestInfoImpl.checkAccessprotected abstract voidRequestInfoImpl. checkAccess(int methodID)Check whether the caller is allowed to access this method at this particular time. -
Uses of BAD_INV_ORDER in com.sun.corba.ee.spi.logging
-
Uses of BAD_INV_ORDER in org.omg.CORBA
Methods in org.omg.CORBA that throw BAD_INV_ORDER Modifier and Type Method Description StreamableAny. extract_Streamable()Extracts aStreamablefrom thisAnyobject'svaluefield.voidAny. insert_fixed(java.math.BigDecimal value, TypeCode type)Throws anorg.omg.CORBA.NO_IMPLEMENTexception.
-