Modifier and Type | Class and Description |
---|---|
class |
CorbaClientRequestDispatcherImpl
ClientDelegate is the RMI client-side subcontract or representation
It implements RMI delegate as well as our internal ClientRequestDispatcher
interface.
|
class |
SharedCDRClientRequestDispatcherImpl
ClientDelegate is the RMI client-side subcontract or representation
It implements RMI delegate as well as our internal ClientRequestDispatcher
interface.
|
Modifier and Type | Method and Description |
---|---|
ClientRequestDispatcher |
CorbaInvocationInfo.getClientRequestDispatcher() |
ClientRequestDispatcher |
RequestDispatcherRegistryImpl.getClientRequestDispatcher(int scid) |
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatcherRegistryImpl.registerClientRequestDispatcher(ClientRequestDispatcher csc,
int scid) |
void |
CorbaInvocationInfo.setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) |
Modifier and Type | Method and Description |
---|---|
ClientRequestDispatcher |
SharedCDRContactInfoImpl.getClientRequestDispatcher() |
ClientRequestDispatcher |
CorbaContactInfoBase.getClientRequestDispatcher() |
Modifier and Type | Method and Description |
---|---|
ClientRequestDispatcher |
ClientInvocationInfo.getClientRequestDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvocationInfo.setClientRequestDispatcher(ClientRequestDispatcher clientRequestDispatcher) |
Modifier and Type | Method and Description |
---|---|
ClientRequestDispatcher |
ContactInfo.getClientRequestDispatcher()
Used to get a
ClientRequestDispatcher
used to handle the specific protocol represented by this
ContactInfo . |
Modifier and Type | Method and Description |
---|---|
ClientRequestDispatcher |
RequestDispatcherRegistry.getClientRequestDispatcher(int scid)
Get the ClientRequestDispatcher for subcontract ID scid.
|
static ClientRequestDispatcher |
RequestDispatcherDefault.makeClientRequestDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatcherRegistry.registerClientRequestDispatcher(ClientRequestDispatcher csc,
int scid)
Register a ClientRequestDispatcher for a particular subcontract ID.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.