Uses of Interface
com.sun.corba.ee.spi.ior.IORFactory
-
Packages that use IORFactory Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding. -
-
Uses of IORFactory in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IORFactory Modifier and Type Class Description class
IORTemplateImpl
This class is a container of TaggedProfileTemplates.class
IORTemplateListImpl
Methods in com.sun.corba.ee.impl.ior that return IORFactory Modifier and Type Method Description IORFactory
ObjectReferenceFactoryImpl. getIORFactory()
abstract IORFactory
ObjectReferenceProducerBase. getIORFactory()
IORFactory
ObjectReferenceTemplateImpl. getIORFactory()
Methods in com.sun.corba.ee.impl.ior with parameters of type IORFactory Modifier and Type Method Description boolean
IORTemplateImpl. isEquivalent(IORFactory other)
boolean
IORTemplateListImpl. isEquivalent(IORFactory other)
-
Uses of IORFactory in com.sun.corba.ee.spi.ior
Subinterfaces of IORFactory in com.sun.corba.ee.spi.ior Modifier and Type Interface Description interface
IORTemplate
An IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interface
IORTemplateList
An IORTemplateList is a list of IORTemplate instances.Methods in com.sun.corba.ee.spi.ior that return IORFactory Modifier and Type Method Description static IORFactory
IORFactories. getIORFactory(ObjectReferenceTemplate ort)
Methods in com.sun.corba.ee.spi.ior with parameters of type IORFactory Modifier and Type Method Description boolean
IORFactory. isEquivalent(IORFactory other)
Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.
-