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 void
ClientRequestInfoImpl. checkAccess(int methodID)
See description for RequestInfoImpl.checkAccessprotected abstract void
RequestInfoImpl. 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 Streamable
Any. extract_Streamable()
Extracts aStreamable
from thisAny
object'svalue
field.void
Any. insert_fixed(java.math.BigDecimal value, TypeCode type)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception.
-