Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.giop | |
org.omg.CORBA | |
org.omg.CORBA.portable |
Modifier and Type | Method and Description |
---|---|
ReplyInputStream |
ReplyReceiver.getReply()
This method blocks until a reply becomes available.
|
LocateReplyInputStream |
LocateReplyReceiver.getReply()
This method blocks until a reply becomes available.
|
void |
ClientInterceptorHandler.handle_location_forward(ReplyInputStream reply,
Object forward_reference) |
void |
ClientInterceptorHandler.handle_receive_exception(ApplicationException exception,
ReplyInputStream reply) |
void |
ClientInterceptorHandler.handle_receive_exception(SystemException exception) |
void |
ClientInterceptorHandler.handle_receive_exception(SystemException exception,
ReplyInputStream reply) |
void |
ClientInterceptorHandler.handle_receive_other(short reply_status) |
void |
ClientInterceptorHandler.handle_receive_reply(ReplyInputStream reply) |
void |
ClientInterceptorHandler.handle_send_request() |
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.invoke(Object self,
OutputStream os,
ReplyHandler replyHandler)
Invokes an asynchronous operation using this object reference by
sending the request marshalled in the OutputStream.
|
void |
Delegate.invokeInterceptors(ClientRequestInfoImpl info,
short op) |
Modifier and Type | Method and Description |
---|---|
protected MessageInputStream |
ReplyPlaceholder.getInputStream(boolean hasTimeoutPolicy)
Non-public implementation of the blocking method that
returns a reply when it becomes available.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
LocalObject._invoke(OutputStream output) |
Modifier and Type | Method and Description |
---|---|
InputStream |
ObjectImpl._invoke(OutputStream output) |
InputStream |
Delegate.invoke(Object self,
OutputStream os) |