| Package | Description |
|---|---|
| org.jacorb.orb | |
| org.omg.Messaging |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ReplyReceiver(Delegate delegate,
java.lang.String operation,
UtcT replyEndTime,
ClientInterceptorHandler interceptors,
ReplyHandler replyHandler) |
| Modifier and Type | Field and Description |
|---|---|
ReplyHandler |
ReplyHandlerHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ReplyHandler |
ReplyHandlerHelper.extract(Any any) |
static ReplyHandler |
ReplyHandlerHelper.narrow(Object obj) |
static ReplyHandler |
ReplyHandlerHelper.read(InputStream in) |
static ReplyHandler |
ReplyHandlerHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReplyHandlerHelper.insert(Any any,
ReplyHandler s) |
static void |
ReplyHandlerHelper.write(OutputStream _out,
ReplyHandler s) |
| Constructor and Description |
|---|
ReplyHandlerHolder(ReplyHandler initial) |