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 TypeClassDescriptionclass
This class is a container of TaggedProfileTemplates.class
Methods in com.sun.corba.ee.impl.ior that return IORFactoryModifier and TypeMethodDescriptionObjectReferenceFactoryImpl.getIORFactory()
abstract IORFactory
ObjectReferenceProducerBase.getIORFactory()
ObjectReferenceTemplateImpl.getIORFactory()
Methods in com.sun.corba.ee.impl.ior with parameters of type IORFactoryModifier and TypeMethodDescriptionboolean
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.iorModifier and TypeInterfaceDescriptioninterface
An IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interface
An IORTemplateList is a list of IORTemplate instances.Methods in com.sun.corba.ee.spi.ior that return IORFactoryModifier and TypeMethodDescriptionstatic IORFactory
IORFactories.getIORFactory
(ObjectReferenceTemplate ort) Methods in com.sun.corba.ee.spi.ior with parameters of type IORFactoryModifier and TypeMethodDescriptionboolean
IORFactory.isEquivalent
(IORFactory other) Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.