Uses of Interface
com.sun.corba.ee.spi.ior.ObjectId
-
Packages that use ObjectId Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.plugin.hwlb 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 -
-
Uses of ObjectId in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectId Modifier and Type Class Description classObjectIdImplFields in com.sun.corba.ee.impl.ior declared as ObjectId Modifier and Type Field Description private ObjectIdObjectKeyImpl. idMethods in com.sun.corba.ee.impl.ior that return ObjectId Modifier and Type Method Description ObjectIdObjectKeyImpl. getId()ObjectIdGenericTaggedProfile. getObjectId()Methods in com.sun.corba.ee.impl.ior with parameters of type ObjectId Modifier and Type Method Description private voidIORImpl. addTaggedProfiles(IORTemplate iortemp, ObjectId id)ServerRequestDispatcherObjectKeyTemplateBase. getServerRequestDispatcher(ObjectId id)ServerRequestDispatcherWireObjectKeyTemplate. getServerRequestDispatcher(ObjectId id)IORIORTemplateImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)IORIORTemplateListImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)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.ee.impl.ior with parameters of type ObjectId Constructor Description IORImpl(ORB orb, java.lang.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, java.lang.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 ObjectId Modifier and Type Field Description private ObjectIdIIOPProfileImpl. oidMethods in com.sun.corba.ee.impl.ior.iiop that return ObjectId Modifier and Type Method Description ObjectIdIIOPProfileImpl. getObjectId()Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectId Modifier and Type Method Description TaggedProfileIIOPProfileTemplateImpl. create(ObjectKeyTemplate oktemp, ObjectId id)voidIIOPProfileTemplateImpl. write(ObjectKeyTemplate okeyTemplate, ObjectId id, OutputStream os)Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectId Constructor Description IIOPProfileImpl(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 ObjectId Modifier and Type Method Description TaggedProfileVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl. create(ObjectKeyTemplate oktemp, ObjectId id)Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ObjectId Constructor Description SpecialIIOPProfileImpl(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 ObjectId Modifier and Type Method Description ObjectIdObjectKey. getId()Return the object identifier for this Object key.ObjectIdTaggedProfile. getObjectId()static ObjectIdIORFactories. makeObjectId(byte[] id)Create an ObjectId for the given byte sequence.Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectId Modifier and Type Method Description TaggedProfileTaggedProfileTemplate. create(ObjectKeyTemplate oktemp, ObjectId id)Create a TaggedProfile from this template.ServerRequestDispatcherObjectKeyTemplate. getServerRequestDispatcher(ObjectId id)IORIORFactory. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)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.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type ObjectId Modifier and Type Method Description static IIOPProfileIIOPFactories. makeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp)
-