Uses of Class
org.omg.CORBA.portable.RemarshalException

Packages that use RemarshalException
org.jacorb.orb   
org.jacorb.orb.giop   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of RemarshalException in org.jacorb.orb
 

Methods in org.jacorb.orb that throw RemarshalException
 ReplyInputStream ReplyReceiver.getReply()
          This method blocks until a reply becomes available.
 LocateReplyInputStream LocateReplyReceiver.getReply()
          This method blocks until a reply becomes available.
 void Delegate.invoke(Object self, OutputStream os, ReplyHandler replyHandler)
          Invokes an asynchronous operation using this object reference by sending the request marshalled in the OutputStream.
 InputStream Delegate.invoke(Object self, OutputStream os)
          Invokes a synchronous operation using this object reference by sending the request marshalled in the OutputStream.
 void Delegate.invokeInterceptors(ClientRequestInfoImpl info, short op)
           
 void ClientInterceptorHandler.handle_send_request()
           
 void ClientInterceptorHandler.handle_location_forward(ReplyInputStream reply, Object forward_reference)
           
 void ClientInterceptorHandler.handle_receive_reply(ReplyInputStream reply)
           
 void ClientInterceptorHandler.handle_receive_other(short reply_status)
           
 void ClientInterceptorHandler.handle_receive_exception(SystemException ex)
           
 void ClientInterceptorHandler.handle_receive_exception(SystemException ex, ReplyInputStream reply)
           
 void ClientInterceptorHandler.handle_receive_exception(ApplicationException ex, ReplyInputStream reply)
           
 

Uses of RemarshalException in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that throw RemarshalException
protected  MessageInputStream ReplyPlaceholder.getInputStream()
          Non-public implementation of the blocking method that returns a reply when it becomes available.
 

Uses of RemarshalException in org.omg.CORBA
 

Methods in org.omg.CORBA that throw RemarshalException
 InputStream LocalObject._invoke(OutputStream output)
           
 

Uses of RemarshalException in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that throw RemarshalException
 InputStream ObjectImpl._invoke(OutputStream output)
           
 InputStream Delegate.invoke(Object self, OutputStream os)