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 TypeClassDescriptionclass
This 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 void
IORImpl.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 TypeMethodDescriptionvoid
SocketFactoryAcceptorImpl.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 TypeMethodDescriptionvoid
ParserTable.TestAcceptor1.addToIORTemplate
(IORTemplate iorTemplate, Policies policies, String codebase) void
ParserTable.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 TypeMethodDescriptionvoid
AcceptorAcceptOnlyImpl.addToIORTemplate
(IORTemplate iorTemplate, Policies policies, String codebase) void
AcceptorBase.addToIORTemplate
(IORTemplate iorTemplate, Policies policies, String codebase) void
TransportManagerImpl.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 IORTemplate
IORFactories.makeIORTemplate
(ObjectKeyTemplate oktemp) Create an IORTemplate with the given ObjectKeyTemplate.static IORTemplate
IORFactories.makeIORTemplate
(InputStream is) Read an IORTemplate from an InputStream.Methods in com.sun.corba.ee.spi.ior with parameters of type IORTemplateModifier and TypeMethodDescriptionstatic ObjectReferenceTemplate
IORFactories.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 IORTemplate
ObjectAdapterBase.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 TypeMethodDescriptionvoid
Acceptor.addToIORTemplate
(IORTemplate iorTemplate, Policies policies, String codebase) void
TransportManager.addToIORTemplate
(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId)