Uses of Interface
com.sun.corba.ee.spi.ior.IORFactory
Packages that use IORFactory
Package
Description
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 IORFactoryModifier and TypeClassDescriptionclassThis class is a container of TaggedProfileTemplates.classMethods in com.sun.corba.ee.impl.ior that return IORFactoryModifier and TypeMethodDescriptionObjectReferenceFactoryImpl.getIORFactory()abstract IORFactoryObjectReferenceProducerBase.getIORFactory()ObjectReferenceTemplateImpl.getIORFactory()Methods in com.sun.corba.ee.impl.ior with parameters of type IORFactoryModifier and TypeMethodDescriptionbooleanIORTemplateImpl.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.iorModifier and TypeInterfaceDescriptioninterfaceAn IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interfaceAn IORTemplateList is a list of IORTemplate instances.Methods in com.sun.corba.ee.spi.ior that return IORFactoryModifier and TypeMethodDescriptionstatic IORFactoryIORFactories.getIORFactory(ObjectReferenceTemplate ort) Methods in com.sun.corba.ee.spi.ior with parameters of type IORFactoryModifier and TypeMethodDescriptionbooleanIORFactory.isEquivalent(IORFactory other) Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.