Uses of Interface
com.sun.corba.se.spi.ior.IORTemplate
Packages that use IORTemplate
Package
Description
-
Uses of IORTemplate in com.sun.corba.se.impl.ior
Classes in com.sun.corba.se.impl.ior that implement IORTemplateModifier and TypeClassDescriptionclassThis class is a container of TaggedProfileTemplates.Constructors in com.sun.corba.se.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.se.impl.transport
Methods in com.sun.corba.se.impl.transport with parameters of type IORTemplateModifier and TypeMethodDescriptionvoidCorbaTransportManagerImpl.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId) voidSocketOrChannelAcceptorImpl.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) -
Uses of IORTemplate in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.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.se.spi.ior with parameters of type IORTemplateModifier and TypeMethodDescriptionstatic ObjectReferenceTemplateIORFactories.makeObjectReferenceTemplate(ORB orb, IORTemplate iortemp) -
Uses of IORTemplate in com.sun.corba.se.spi.oa
Methods in com.sun.corba.se.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.se.spi.transport
Methods in com.sun.corba.se.spi.transport with parameters of type IORTemplateModifier and TypeMethodDescriptionvoidCorbaAcceptor.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) voidCorbaTransportManager.addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId)