| Package | Description |
|---|---|
| com.sun.corba.ee.impl.ior | |
| com.sun.corba.ee.impl.ior.iiop | |
| com.sun.corba.ee.impl.oa.poa | |
| 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 | Class and Description |
|---|---|
class |
ObjectKeyImpl |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
ObjectKeyFactoryImpl.create(byte[] key) |
ObjectKey |
GenericTaggedProfile.getObjectKey() |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
IIOPProfileImpl.getObjectKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
BadServerIdHandler.handle(ObjectKey objectKey) |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
ObjectKeyCacheEntryBase.getObjectKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTable.TestBadServerIdHandler.handle(ObjectKey objectKey) |
void |
ORBSingleton.handleBadServerId(ObjectKey okey) |
void |
ORBImpl.handleBadServerId(ObjectKey okey) |
| Constructor and Description |
|---|
ObjectKeyCacheEntryBase(ObjectKey okey) |
ObjectKeyCacheEntryImpl(ObjectKey okey) |
ObjectKeyCacheEntryNoObjectAdapterImpl(ObjectKey okey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerRequestDispatcherImpl.checkServerId(ObjectKey okey) |
IOR |
ServerRequestDispatcherImpl.locate(ObjectKey okey)
Called from ORB.locate when a LocateRequest arrives.
|
IOR |
INSServerRequestDispatcher.locate(ObjectKey okey) |
IOR |
BootstrapServerRequestDispatcher.locate(ObjectKey objectKey)
Locates the object mentioned in the locate requests, and returns
object here iff the object is the initial object key.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
ObjectKeyFactory.create(byte[] key)
Create an ObjectKey from its octet sequence representation.
|
ObjectKey |
TaggedProfile.getObjectKey() |
static ObjectKey |
IORFactories.makeObjectKey(ObjectKeyTemplate oktemp,
ObjectId oid)
Create an ObjectKey for the given ObjectKeyTemplate and
ObjectId.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
ObjectKeyCacheEntry.getObjectKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ORB.handleBadServerId(ObjectKey okey)
Handle a bad server id for the given object key.
|
| Modifier and Type | Method and Description |
|---|---|
IOR |
ServerRequestDispatcher.locate(ObjectKey key)
Handle a locate request.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.