Uses of Interface
com.sun.corba.ee.spi.ior.ObjectId
Packages that use ObjectId
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ObjectId in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectIdFields in com.sun.corba.ee.impl.ior declared as ObjectIdMethods in com.sun.corba.ee.impl.ior that return ObjectIdMethods in com.sun.corba.ee.impl.ior with parameters of type ObjectIdModifier and TypeMethodDescriptionprivate void
IORImpl.addTaggedProfiles
(IORTemplate iortemp, ObjectId id) ObjectKeyTemplateBase.getServerRequestDispatcher
(ObjectId id) WireObjectKeyTemplate.getServerRequestDispatcher
(ObjectId id) void
NewObjectKeyTemplateBase.write
(ObjectId objectId, OutputStream os) void
ObjectKeyTemplateBase.write
(ObjectId objectId, OutputStream os) void
OldJIDLObjectKeyTemplate.write
(ObjectId objectId, OutputStream os) void
WireObjectKeyTemplate.write
(ObjectId id, OutputStream os) Constructors in com.sun.corba.ee.impl.ior with parameters of type ObjectIdModifierConstructorDescriptionIORImpl
(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) -
Uses of ObjectId in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as ObjectIdMethods in com.sun.corba.ee.impl.ior.iiop that return ObjectIdMethods in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectIdModifier and TypeMethodDescriptionIIOPProfileTemplateImpl.create
(ObjectKeyTemplate oktemp, ObjectId id) void
IIOPProfileTemplateImpl.write
(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os) Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectIdModifierConstructorDescriptionIIOPProfileImpl
(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate proftemp) -
Uses of ObjectId in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ObjectIdModifier and TypeMethodDescriptionVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl.create
(ObjectKeyTemplate oktemp, ObjectId id) Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ObjectIdModifierConstructorDescriptionSpecialIIOPProfileImpl
(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp) -
Uses of ObjectId in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ObjectIdModifier and TypeMethodDescriptionObjectKey.getId()
Return the object identifier for this Object key.TaggedProfile.getObjectId()
static ObjectId
IORFactories.makeObjectId
(byte[] id) Create an ObjectId for the given byte sequence.Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectIdModifier and TypeMethodDescriptionTaggedProfileTemplate.create
(ObjectKeyTemplate oktemp, ObjectId id) Create a TaggedProfile from this template.ObjectKeyTemplate.getServerRequestDispatcher
(ObjectId id) 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. -
Uses of ObjectId in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type ObjectIdModifier and TypeMethodDescriptionstatic IIOPProfile
IIOPFactories.makeIIOPProfile
(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp)