Package | Description |
---|---|
com.sun.corba.se.impl.activation | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.impl.oa.poa | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.impl.protocol.giopmsgheaders | |
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 |
---|---|
void |
ServerManagerImpl.handle(ObjectKey okey) |
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 |
---|---|
void |
ParserTable.TestBadServerIdHandler.handle(ObjectKey objectKey) |
void |
ORBSingleton.handleBadServerId(ObjectKey okey) |
void |
ORBImpl.handleBadServerId(ObjectKey okey) |
Modifier and Type | Method and Description |
---|---|
ObjectKey |
CorbaMessageMediatorImpl.getObjectKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
CorbaServerRequestDispatcherImpl.checkServerId(ObjectKey okey) |
IOR |
INSServerRequestDispatcher.locate(ObjectKey okey) |
IOR |
CorbaServerRequestDispatcherImpl.locate(ObjectKey okey)
XXX/REVISIT:
We do not want to look for a servant in the POA/ServantManager case,
but we could in most other cases.
|
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 |
LocateRequestMessage_1_1.getObjectKey() |
ObjectKey |
RequestMessage_1_2.getObjectKey() |
ObjectKey |
RequestMessage_1_0.getObjectKey() |
ObjectKey |
RequestMessage.getObjectKey() |
ObjectKey |
RequestMessage_1_1.getObjectKey() |
ObjectKey |
LocateRequestMessage_1_0.getObjectKey() |
ObjectKey |
LocateRequestMessage_1_2.getObjectKey() |
ObjectKey |
LocateRequestMessage.getObjectKey() |
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 |
---|---|
abstract void |
ORB.handleBadServerId(ObjectKey okey)
Handle a bad server id for the given object key.
|
Modifier and Type | Method and Description |
---|---|
ObjectKey |
CorbaMessageMediator.getObjectKey() |
Modifier and Type | Method and Description |
---|---|
IOR |
CorbaServerRequestDispatcher.locate(ObjectKey key)
Handle a locate request.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.