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 class
IORTemplateImpl
This class is a container of TaggedProfileTemplates.Fields in com.sun.corba.ee.impl.ior declared as IORTemplate Modifier and Type Field Description private IORTemplate
ObjectReferenceTemplateImpl. iorTemplate
Methods in com.sun.corba.ee.impl.ior with parameters of type IORTemplate Modifier and Type Method Description private void
IORImpl. 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 void
SocketFactoryAcceptorImpl. 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 void
ParserTable.TestAcceptor1. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)
void
ParserTable.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 void
AcceptorAcceptOnlyImpl. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)
void
AcceptorBase. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)
void
TransportManagerImpl. 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 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 IORTemplate Modifier and Type Method Description static 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 IORTemplate Modifier and Type Field Description private IORTemplate
ObjectAdapterBase. iortemp
Methods in com.sun.corba.ee.spi.oa that return IORTemplate Modifier and Type Method Description IORTemplate
ObjectAdapter. getIORTemplate()
Returns the IOR template of this adapter.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 IORTemplate Modifier and Type Method Description void
Acceptor. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase)
void
TransportManager. addToIORTemplate(IORTemplate iorTemplate, Policies policies, java.lang.String codebase, java.lang.String objectAdapterManagerId, ObjectAdapterId objectAdapterId)
-