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 classIORTemplateImplThis class is a container of TaggedProfileTemplates.classIORTemplateListImplMethods in com.sun.corba.ee.impl.ior that return IORFactory Modifier and Type Method Description IORFactoryObjectReferenceFactoryImpl. getIORFactory()abstract IORFactoryObjectReferenceProducerBase. getIORFactory()IORFactoryObjectReferenceTemplateImpl. getIORFactory()Methods in com.sun.corba.ee.impl.ior with parameters of type IORFactory Modifier and Type Method Description booleanIORTemplateImpl. isEquivalent(IORFactory other)booleanIORTemplateListImpl. 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 interfaceIORTemplateAn IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interfaceIORTemplateListAn IORTemplateList is a list of IORTemplate instances.Methods in com.sun.corba.ee.spi.ior that return IORFactory Modifier and Type Method Description static IORFactoryIORFactories. getIORFactory(ObjectReferenceTemplate ort)Methods in com.sun.corba.ee.spi.ior with parameters of type IORFactory Modifier and Type Method Description booleanIORFactory. isEquivalent(IORFactory other)Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.
-