Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
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.ior.iiop |
Modifier and Type | Class and Description |
---|---|
class |
ObjectIdImpl |
Modifier and Type | Method and Description |
---|---|
ObjectId |
ObjectKeyImpl.getId() |
ObjectId |
GenericTaggedProfile.getObjectId() |
Modifier and Type | Method and Description |
---|---|
CorbaServerRequestDispatcher |
WireObjectKeyTemplate.getServerRequestDispatcher(ORB orb,
ObjectId id) |
CorbaServerRequestDispatcher |
ObjectKeyTemplateBase.getServerRequestDispatcher(ORB orb,
ObjectId id) |
IOR |
IORTemplateImpl.makeIOR(ORB orb,
String typeid,
ObjectId oid) |
IOR |
IORTemplateListImpl.makeIOR(ORB orb,
String typeid,
ObjectId oid) |
void |
WireObjectKeyTemplate.write(ObjectId id,
OutputStream os) |
void |
NewObjectKeyTemplateBase.write(ObjectId objectId,
OutputStream os) |
void |
ObjectKeyTemplateBase.write(ObjectId objectId,
OutputStream os) |
void |
OldJIDLObjectKeyTemplate.write(ObjectId objectId,
OutputStream os) |
Constructor and Description |
---|
IORImpl(ORB orb,
String typeId,
IORTemplateList iortemps,
ObjectId id)
Construct an IOR from an IORTemplate by applying the same
object id to each TaggedProfileTemplate in the IORTemplate.
|
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.
|
ObjectKeyImpl(ObjectKeyTemplate oktemp,
ObjectId id) |
Modifier and Type | Method and Description |
---|---|
ObjectId |
IIOPProfileImpl.getObjectId() |
Modifier and Type | Method and Description |
---|---|
TaggedProfile |
IIOPProfileTemplateImpl.create(ObjectKeyTemplate oktemp,
ObjectId id) |
void |
IIOPProfileTemplateImpl.write(ObjectKeyTemplate okeyTemplate,
ObjectId id,
OutputStream os) |
Constructor and Description |
---|
IIOPProfileImpl(ORB orb,
ObjectKeyTemplate oktemp,
ObjectId oid,
IIOPProfileTemplate proftemp) |
Modifier and Type | Method and Description |
---|---|
ObjectId |
ObjectKey.getId()
Return the object identifier for this Object key.
|
ObjectId |
TaggedProfile.getObjectId() |
static ObjectId |
IORFactories.makeObjectId(byte[] id)
Create an ObjectId for the given byte sequence.
|
Modifier and Type | Method and Description |
---|---|
TaggedProfile |
TaggedProfileTemplate.create(ObjectKeyTemplate oktemp,
ObjectId id)
Create a TaggedProfile from this template.
|
CorbaServerRequestDispatcher |
ObjectKeyTemplate.getServerRequestDispatcher(ORB orb,
ObjectId id) |
IOR |
IORFactory.makeIOR(ORB orb,
String typeid,
ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.
|
static ObjectKey |
IORFactories.makeObjectKey(ObjectKeyTemplate oktemp,
ObjectId oid)
Create an ObjectKey for the given ObjectKeyTemplate and
ObjectId.
|
void |
ObjectKeyTemplate.write(ObjectId objectId,
OutputStream os) |
void |
TaggedProfileTemplate.write(ObjectKeyTemplate oktemp,
ObjectId id,
OutputStream os)
Write the profile create( oktemp, id ) to the OutputStream os.
|
Modifier and Type | Method and Description |
---|---|
static IIOPProfile |
IIOPFactories.makeIIOPProfile(ORB orb,
ObjectKeyTemplate oktemp,
ObjectId oid,
IIOPProfileTemplate ptemp) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.