Uses of Interface
com.sun.corba.ee.spi.ior.IORTemplate
-
Packages that use IORTemplate Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.legacy.connection com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.oa com.sun.corba.ee.spi.transport -
-
Uses of IORTemplate in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IORTemplate Modifier and Type Class Description classIORTemplateImplThis class is a container of TaggedProfileTemplates.Fields in com.sun.corba.ee.impl.ior declared as IORTemplate Modifier and Type Field Description private IORTemplateObjectReferenceTemplateImpl. iorTemplateMethods in com.sun.corba.ee.impl.ior with parameters of type IORTemplate Modifier and Type Method Description private voidIORImpl. addTaggedProfiles(IORTemplate iortemp, ObjectId id)Constructors in com.sun.corba.ee.impl.ior with parameters of type IORTemplate Constructor Description IORImpl(ORB orb, java.lang.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 IORTemplate Modifier and Type Method Description voidSocketFactoryAcceptorImpl. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase) -
Uses of IORTemplate in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb with parameters of type IORTemplate Modifier and Type Method Description voidParserTable.TestAcceptor1. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)voidParserTable.TestAcceptor2. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase) -
Uses of IORTemplate in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport with parameters of type IORTemplate Modifier and Type Method Description voidAcceptorAcceptOnlyImpl. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)voidAcceptorBase. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)voidTransportManagerImpl. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase, java.lang.String objectAdapterManagerId, ObjectAdapterId objectAdapterId) -
Uses of IORTemplate in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return IORTemplate Modifier and Type Method Description static 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 IORTemplate Modifier and Type Method Description static 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 IORTemplate Modifier and Type Field Description private IORTemplateObjectAdapterBase. iortempMethods in com.sun.corba.ee.spi.oa that return IORTemplate Modifier and Type Method Description IORTemplateObjectAdapter. getIORTemplate()Returns the IOR template of this adapter.IORTemplateObjectAdapterBase. getIORTemplate() -
Uses of IORTemplate in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport with parameters of type IORTemplate Modifier and Type Method Description voidAcceptor. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)voidTransportManager. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase, java.lang.String objectAdapterManagerId, ObjectAdapterId objectAdapterId)
-