| Package | Description |
|---|---|
| org.jacorb.orb | |
| org.omg.CORBA | |
| org.omg.CORBA.portable |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInterceptorHandler.handle_receive_exception(ApplicationException exception,
ReplyInputStream reply) |
static void |
ApplicationExceptionHelper.insert(Any any,
ApplicationException exception)
This method tries to insert the given ApplicationException into the
given any by deriving the helper name from object id.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyInputStream |
ReplyReceiver.getReply()
This method blocks until a reply becomes available.
|
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.
|
| 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) |