Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.orb | |
com.sun.corba.se.spi.protocol |
Modifier and Type | Method and Description |
---|---|
CorbaServerRequestDispatcher |
ObjectKeyImpl.getServerRequestDispatcher(ORB orb) |
CorbaServerRequestDispatcher |
WireObjectKeyTemplate.getServerRequestDispatcher(ORB orb,
ObjectId id) |
CorbaServerRequestDispatcher |
ObjectKeyTemplateBase.getServerRequestDispatcher(ORB orb,
ObjectId id) |
Modifier and Type | Method and Description |
---|---|
void |
ORBSingleton.setINSDelegate(CorbaServerRequestDispatcher sdel) |
void |
ORBImpl.setINSDelegate(CorbaServerRequestDispatcher sdel) |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapServerRequestDispatcher
Class BootstrapServerRequestDispatcher handles the requests coming to the
BootstrapServer.
|
class |
CorbaServerRequestDispatcherImpl |
class |
INSServerRequestDispatcher
INSServerRequestDispatcher handles all INS related discovery request.
|
Modifier and Type | Method and Description |
---|---|
CorbaServerRequestDispatcher |
RequestDispatcherRegistryImpl.getServerRequestDispatcher(int scid) |
CorbaServerRequestDispatcher |
RequestDispatcherRegistryImpl.getServerRequestDispatcher(String name) |
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatcherRegistryImpl.registerServerRequestDispatcher(CorbaServerRequestDispatcher ssc,
int scid) |
void |
RequestDispatcherRegistryImpl.registerServerRequestDispatcher(CorbaServerRequestDispatcher scc,
String name) |
Modifier and Type | Method and Description |
---|---|
CorbaServerRequestDispatcher |
ObjectKey.getServerRequestDispatcher(ORB orb) |
CorbaServerRequestDispatcher |
ObjectKeyTemplate.getServerRequestDispatcher(ORB orb,
ObjectId id) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ORB.setINSDelegate(CorbaServerRequestDispatcher 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 |
---|---|
CorbaServerRequestDispatcher |
RequestDispatcherRegistry.getServerRequestDispatcher(int scid)
Get the CorbaServerRequestDispatcher for subcontract ID scid.
|
CorbaServerRequestDispatcher |
RequestDispatcherRegistry.getServerRequestDispatcher(String name)
Get the CorbaServerRequestDispatcher for a particular object key.
|
static CorbaServerRequestDispatcher |
RequestDispatcherDefault.makeBootstrapServerRequestDispatcher(ORB orb) |
static CorbaServerRequestDispatcher |
RequestDispatcherDefault.makeINSServerRequestDispatcher(ORB orb) |
static CorbaServerRequestDispatcher |
RequestDispatcherDefault.makeServerRequestDispatcher(ORB orb) |
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatcherRegistry.registerServerRequestDispatcher(CorbaServerRequestDispatcher ssc,
int scid)
Register a CorbaServerRequestDispatcher for a particular subcontract ID.
|
void |
RequestDispatcherRegistry.registerServerRequestDispatcher(CorbaServerRequestDispatcher ssc,
String name)
Register a CorbaServerRequestDispatcher for handling an explicit object key name.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.