Uses of Interface
com.sun.corba.se.spi.ior.ObjectId
Packages that use ObjectId
Package
Description
-
Uses of ObjectId in com.sun.corba.se.impl.ior
Classes in com.sun.corba.se.impl.ior that implement ObjectIdMethods in com.sun.corba.se.impl.ior that return ObjectIdMethods in com.sun.corba.se.impl.ior with parameters of type ObjectIdModifier and TypeMethodDescriptionObjectKeyTemplateBase.getServerRequestDispatcher(ORB orb, ObjectId id) WireObjectKeyTemplate.getServerRequestDispatcher(ORB orb, ObjectId id) voidNewObjectKeyTemplateBase.write(ObjectId objectId, OutputStream os) voidObjectKeyTemplateBase.write(ObjectId objectId, OutputStream os) voidOldJIDLObjectKeyTemplate.write(ObjectId objectId, OutputStream os) voidWireObjectKeyTemplate.write(ObjectId id, OutputStream os) Constructors in com.sun.corba.se.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.se.impl.ior.iiop
Methods in com.sun.corba.se.impl.ior.iiop that return ObjectIdMethods in com.sun.corba.se.impl.ior.iiop with parameters of type ObjectIdModifier and TypeMethodDescriptionIIOPProfileTemplateImpl.create(ObjectKeyTemplate oktemp, ObjectId id) voidIIOPProfileTemplateImpl.write(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os) Constructors in com.sun.corba.se.impl.ior.iiop with parameters of type ObjectIdModifierConstructorDescriptionIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate proftemp) -
Uses of ObjectId in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior that return ObjectIdModifier and TypeMethodDescriptionObjectKey.getId()Return the object identifier for this Object key.TaggedProfile.getObjectId()static ObjectIdIORFactories.makeObjectId(byte[] id) Create an ObjectId for the given byte sequence.Methods in com.sun.corba.se.spi.ior with parameters of type ObjectIdModifier and TypeMethodDescriptionTaggedProfileTemplate.create(ObjectKeyTemplate oktemp, ObjectId id) Create a TaggedProfile from this template.ObjectKeyTemplate.getServerRequestDispatcher(ORB orb, ObjectId id) Construct an IOR containing the given ORB, typeid, and ObjectId.static ObjectKeyIORFactories.makeObjectKey(ObjectKeyTemplate oktemp, ObjectId oid) Create an ObjectKey for the given ObjectKeyTemplate and ObjectId.voidObjectKeyTemplate.write(ObjectId objectId, OutputStream os) voidTaggedProfileTemplate.write(ObjectKeyTemplate oktemp, ObjectId id, OutputStream os) Write the profile create( oktemp, id ) to the OutputStream os. -
Uses of ObjectId in com.sun.corba.se.spi.ior.iiop
Methods in com.sun.corba.se.spi.ior.iiop with parameters of type ObjectIdModifier and TypeMethodDescriptionstatic IIOPProfileIIOPFactories.makeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp)