Uses of Interface
com.sun.corba.ee.spi.ior.IORTemplate
Packages that use IORTemplate
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of IORTemplate in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IORTemplateModifier and TypeClassDescriptionclassThis class is a container of TaggedProfileTemplates.Fields in com.sun.corba.ee.impl.ior declared as IORTemplateMethods in com.sun.corba.ee.impl.ior with parameters of type IORTemplateModifier and TypeMethodDescriptionprivate voidIORImpl.addTaggedProfiles(IORTemplate iortemp, ObjectId id) Constructors in com.sun.corba.ee.impl.ior with parameters of type IORTemplateModifierConstructorDescriptionIORImpl(ORB orb, String typeId, IORTemplate iortemp, ObjectId id) Construct an IOR from an IORTemplate by applying the same object id to each TaggedProfileTemplate in the IORTemplate.ObjectReferenceTemplateImpl(ORB orb, IORTemplate iortemp) -
Uses of IORTemplate in com.sun.corba.ee.impl.legacy.connection
Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type IORTemplateModifier and TypeMethodDescriptionvoidSocketFactoryAcceptorImpl.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) -
Uses of IORTemplate in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb with parameters of type IORTemplateModifier and TypeMethodDescriptionvoidParserTable.TestAcceptor1.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) voidParserTable.TestAcceptor2.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) -
Uses of IORTemplate in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport with parameters of type IORTemplateModifier and TypeMethodDescriptionvoidAcceptorAcceptOnlyImpl.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) voidAcceptorBase.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) voidTransportManagerImpl.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId) -
Uses of IORTemplate in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return IORTemplateModifier and TypeMethodDescriptionstatic IORTemplateIORFactories.makeIORTemplate(ObjectKeyTemplate oktemp) Create an IORTemplate with the given ObjectKeyTemplate.static IORTemplateIORFactories.makeIORTemplate(InputStream is) Read an IORTemplate from an InputStream.Methods in com.sun.corba.ee.spi.ior with parameters of type IORTemplateModifier and TypeMethodDescriptionstatic ObjectReferenceTemplateIORFactories.makeObjectReferenceTemplate(ORB orb, IORTemplate iortemp) -
Uses of IORTemplate in com.sun.corba.ee.spi.oa
Fields in com.sun.corba.ee.spi.oa declared as IORTemplateMethods in com.sun.corba.ee.spi.oa that return IORTemplateModifier and TypeMethodDescriptionObjectAdapter.getIORTemplate()Returns the IOR template of this adapter.final IORTemplateObjectAdapterBase.getIORTemplate() -
Uses of IORTemplate in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport with parameters of type IORTemplateModifier and TypeMethodDescriptionvoidAcceptor.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) voidTransportManager.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId)