| Package | Description |
|---|---|
| com.sun.corba.ee.impl.ior | |
| com.sun.corba.ee.impl.orb | |
| com.sun.corba.ee.impl.protocol | |
| com.sun.corba.ee.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
| com.sun.corba.ee.spi.orb | |
| com.sun.corba.ee.spi.protocol |
| Modifier and Type | Method and Description |
|---|---|
ServerRequestDispatcher |
ObjectKeyImpl.getServerRequestDispatcher() |
ServerRequestDispatcher |
WireObjectKeyTemplate.getServerRequestDispatcher(ObjectId id) |
ServerRequestDispatcher |
ObjectKeyTemplateBase.getServerRequestDispatcher(ObjectId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ORBSingleton.setINSDelegate(ServerRequestDispatcher sdel) |
void |
ORBImpl.setINSDelegate(ServerRequestDispatcher sdel) |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapServerRequestDispatcher
Class BootstrapServerRequestDispatcher handles the requests coming to the
BootstrapServer.
|
class |
INSServerRequestDispatcher
INSServerRequestDispatcher handles all INS related discovery request.
|
class |
ServerRequestDispatcherImpl |
| Modifier and Type | Method and Description |
|---|---|
ServerRequestDispatcher |
RequestDispatcherRegistryImpl.getServerRequestDispatcher(int scid) |
ServerRequestDispatcher |
RequestDispatcherRegistryImpl.getServerRequestDispatcher(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcherRegistryImpl.registerServerRequestDispatcher(ServerRequestDispatcher ssc,
int scid) |
void |
RequestDispatcherRegistryImpl.registerServerRequestDispatcher(ServerRequestDispatcher scc,
String name) |
| Modifier and Type | Method and Description |
|---|---|
ServerRequestDispatcher |
ObjectKey.getServerRequestDispatcher() |
ServerRequestDispatcher |
ObjectKeyTemplate.getServerRequestDispatcher(ObjectId id) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ORB.setINSDelegate(ServerRequestDispatcher insDelegate)
Set the ServerRequestDispatcher that should be used for handling INS requests.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitialServerRequestDispatcher
InitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher
that provides an initialization method.
|
| Modifier and Type | Method and Description |
|---|---|
ServerRequestDispatcher |
RequestDispatcherRegistry.getServerRequestDispatcher(int scid)
Get the CorbaServerRequestDispatcher for subcontract ID scid.
|
ServerRequestDispatcher |
RequestDispatcherRegistry.getServerRequestDispatcher(String name)
Get the CorbaServerRequestDispatcher for a particular object key.
|
static ServerRequestDispatcher |
RequestDispatcherDefault.makeBootstrapServerRequestDispatcher(ORB orb) |
static ServerRequestDispatcher |
RequestDispatcherDefault.makeINSServerRequestDispatcher(ORB orb) |
static ServerRequestDispatcher |
RequestDispatcherDefault.makeServerRequestDispatcher(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcherRegistry.registerServerRequestDispatcher(ServerRequestDispatcher ssc,
int scid)
Register a CorbaServerRequestDispatcher for a particular subcontract ID.
|
void |
RequestDispatcherRegistry.registerServerRequestDispatcher(ServerRequestDispatcher ssc,
String name)
Register a CorbaServerRequestDispatcher for handling an explicit object key name.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.