Uses of Class
org.omg.CORBA.portable.RemarshalException
Packages that use RemarshalException
Package
Description
-
Uses of RemarshalException in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors that throw RemarshalExceptionModifier and TypeMethodDescriptionvoidPIHandlerImpl.invokeClientPIStartingPoint()voidPINoOpHandlerImpl.invokeClientPIStartingPoint() -
Uses of RemarshalException in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that throw RemarshalExceptionModifier and TypeMethodDescriptionprotected voidCorbaClientRequestDispatcherImpl.continueOrThrowSystemOrRemarshal(CorbaMessageMediator messageMediator, Exception exception) CorbaClientDelegateImpl.invoke(Object self, OutputStream output) CorbaClientRequestDispatcherImpl.marshalingComplete(Object self, OutputObject outputObject) SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self, OutputObject outputObject) CorbaClientRequestDispatcherImpl.marshalingComplete1(ORB orb, CorbaMessageMediator messageMediator) protected InputObjectCorbaClientRequestDispatcherImpl.processResponse(ORB orb, CorbaMessageMediator messageMediator, InputObject inputObject) -
Uses of RemarshalException in com.sun.corba.se.pept.protocol
Methods in com.sun.corba.se.pept.protocol that throw RemarshalExceptionModifier and TypeMethodDescriptionClientRequestDispatcher.marshalingComplete(Object self, OutputObject outputObject) After the presentation block has set data on theOutputObjectit signals the PEPt runtime to send the encoded data by calling this method. -
Uses of RemarshalException in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that throw RemarshalExceptionModifier and TypeMethodDescriptionvoidPIHandler.invokeClientPIStartingPoint()Called when the send_request or send_poll portable interception point is to be invoked for all appropriate client-side request interceptors. -
Uses of RemarshalException in org.omg.CORBA
Methods in org.omg.CORBA that throw RemarshalExceptionModifier and TypeMethodDescriptionLocalObject._invoke(OutputStream output) Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." -
Uses of RemarshalException in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that throw RemarshalExceptionModifier and TypeMethodDescriptionObjectImpl._invoke(OutputStream output) Invokes an operation and returns anInputStreamobject for reading the response.Delegate.invoke(Object self, OutputStream output) invoke is called by a stub to invoke an operation.