| Package | Description |
|---|---|
| com.sun.corba.ee.impl.ior | |
| com.sun.corba.ee.impl.ior.iiop | |
| com.sun.corba.ee.impl.orb | |
| 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.ior.iiop | |
| com.sun.corba.ee.spi.orb |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericTaggedProfile |
| Modifier and Type | Method and Description |
|---|---|
TaggedProfile |
TaggedProfileFactoryFinderImpl.handleMissingFactory(int id,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TaggedProfile> |
IORImpl.getTaggedProfiles() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericTaggedProfile.isEquivalent(TaggedProfile prof) |
| Modifier and Type | Class and Description |
|---|---|
class |
IIOPProfileImpl |
| Modifier and Type | Method and Description |
|---|---|
TaggedProfile |
IIOPProfileTemplateImpl.create(ObjectKeyTemplate oktemp,
ObjectId id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IIOPProfileImpl.isEquivalent(TaggedProfile prof) |
| Modifier and Type | Method and Description |
|---|---|
IdentifiableFactoryFinder<TaggedProfile> |
ORBImpl.getTaggedProfileFactoryFinder() |
| Modifier and Type | Method and Description |
|---|---|
TaggedProfile |
TaggedProfileTemplate.create(ObjectKeyTemplate oktemp,
ObjectId id)
Create a TaggedProfile from this template.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<TaggedProfile> |
IOR.getTaggedProfiles() |
Iterator<TaggedProfile> |
IOR.iteratorById(int id)
Return an iterator that iterates over tagged profiles with
identifier id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaggedProfile.isEquivalent(TaggedProfile prof)
Return true is prof is equivalent to this TaggedProfile.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IIOPProfile
IIOPProfile represents an IIOP tagged profile.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IdentifiableFactoryFinder<TaggedProfile> |
ORB.getTaggedProfileFactoryFinder() |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.