| Package | Description |
|---|---|
| com.sun.corba.ee.impl.ior | |
| com.sun.corba.ee.impl.legacy.connection | |
| com.sun.corba.ee.impl.orb | |
| com.sun.corba.ee.impl.transport | |
| 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.oa | |
| com.sun.corba.ee.spi.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
IORTemplateImpl
This class is a container of TaggedProfileTemplates.
|
| Constructor and Description |
|---|
IORImpl(ORB orb,
String typeId,
IORTemplate iortemp,
ObjectId id)
Construct an IOR from an IORTemplate by applying the same
object id to each TaggedProfileTemplate in the IORTemplate.
|
ObjectReferenceTemplateImpl(ORB orb,
IORTemplate iortemp) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketFactoryAcceptorImpl.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTable.TestAcceptor1.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase) |
void |
ParserTable.TestAcceptor2.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase) |
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptorBase.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase) |
void |
AcceptorAcceptOnlyImpl.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase) |
void |
TransportManagerImpl.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase,
String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
| Modifier and Type | Method and Description |
|---|---|
static IORTemplate |
IORFactories.makeIORTemplate(InputStream is)
Read an IORTemplate from an InputStream.
|
static IORTemplate |
IORFactories.makeIORTemplate(ObjectKeyTemplate oktemp)
Create an IORTemplate with the given ObjectKeyTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectReferenceTemplate |
IORFactories.makeObjectReferenceTemplate(ORB orb,
IORTemplate iortemp) |
| Modifier and Type | Method and Description |
|---|---|
IORTemplate |
ObjectAdapterBase.getIORTemplate() |
IORTemplate |
ObjectAdapter.getIORTemplate()
Returns the IOR template of this adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Acceptor.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase) |
void |
TransportManager.addToIORTemplate(IORTemplate iorTemplate,
Policies policies,
String codebase,
String objectAdapterManagerId,
ObjectAdapterId objectAdapterId) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.