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 class
ObjectIdImpl
Fields in com.sun.corba.ee.impl.ior declared as ObjectId Modifier and Type Field Description private ObjectId
ObjectKeyImpl. id
Methods in com.sun.corba.ee.impl.ior that return ObjectId Modifier and Type Method Description ObjectId
ObjectKeyImpl. getId()
ObjectId
GenericTaggedProfile. getObjectId()
Methods in com.sun.corba.ee.impl.ior with parameters of type ObjectId Modifier and Type Method Description private void
IORImpl. addTaggedProfiles(IORTemplate iortemp, ObjectId id)
ServerRequestDispatcher
ObjectKeyTemplateBase. getServerRequestDispatcher(ObjectId id)
ServerRequestDispatcher
WireObjectKeyTemplate. getServerRequestDispatcher(ObjectId id)
IOR
IORTemplateImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
IOR
IORTemplateListImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
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 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 ObjectId
IIOPProfileImpl. oid
Methods in com.sun.corba.ee.impl.ior.iiop that return ObjectId Modifier and Type Method Description ObjectId
IIOPProfileImpl. getObjectId()
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type ObjectId Modifier and Type Method Description TaggedProfile
IIOPProfileTemplateImpl. 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 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 TaggedProfile
VirtualAddressAgentImpl.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 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.Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectId Modifier and Type Method Description TaggedProfile
TaggedProfileTemplate. create(ObjectKeyTemplate oktemp, ObjectId id)
Create a TaggedProfile from this template.ServerRequestDispatcher
ObjectKeyTemplate. getServerRequestDispatcher(ObjectId id)
IOR
IORFactory. makeIOR(ORB orb, java.lang.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. -
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 IIOPProfile
IIOPFactories. makeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp)
-