Uses of Class
org.omg.CORBA.portable.RemarshalException
-
Packages that use RemarshalException Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.protocol com.sun.corba.ee.spi.logging com.sun.corba.ee.spi.protocol 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).org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. -
-
Uses of RemarshalException in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw RemarshalException Modifier and Type Method Description voidPIHandlerImpl. invokeClientPIStartingPoint()voidPINoOpHandlerImpl. invokeClientPIStartingPoint() -
Uses of RemarshalException in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that throw RemarshalException Modifier and Type Method Description protected voidClientRequestDispatcherImpl. continueOrThrowSystemOrRemarshal(MessageMediator messageMediator, java.lang.Exception exception)InputStreamClientDelegateImpl. invoke(Object self, OutputStream output)CDRInputObjectClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)CDRInputObjectSharedCDRClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)CDRInputObjectClientRequestDispatcherImpl. marshalingComplete1(ORB orb, MessageMediator messageMediator)protected CDRInputObjectClientRequestDispatcherImpl. processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject) -
Uses of RemarshalException in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type RemarshalException Modifier and Type Method Description UNKNOWNORBUtilSystemException. bootstrapRemarshalException(RemarshalException e) -
Uses of RemarshalException in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that throw RemarshalException Modifier and Type Method Description voidPIHandler. invokeClientPIStartingPoint()Called when the send_request or send_poll portable interception point is to be invoked for all appropriate client-side request interceptors.CDRInputObjectClientRequestDispatcher. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)After the presentation block has set data on the CDROutputObject it signals the PEPt runtime to send the encoded data by calling this method. -
Uses of RemarshalException in org.omg.CORBA
Methods in org.omg.CORBA that throw RemarshalException Modifier and Type Method Description InputStreamLocalObject. _invoke(OutputStream output)Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod. -
Uses of RemarshalException in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that throw RemarshalException Modifier and Type Method Description InputStreamObjectImpl. _invoke(OutputStream output)Invokes an operation and returns anInputStreamobject for reading the response.InputStreamDelegate. invoke(Object self, OutputStream output)invoke is called by a stub to invoke an operation.
-