Uses of Interface
com.sun.corba.ee.spi.ior.IORTemplateList
-
Packages that use IORTemplateList Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding. -
-
Uses of IORTemplateList in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IORTemplateList Modifier and Type Class Description class
IORTemplateListImpl
Fields in com.sun.corba.ee.impl.ior declared as IORTemplateList Modifier and Type Field Description private IORTemplateList
ObjectReferenceFactoryImpl. iorTemplates
private IORTemplateList
IORImpl. iortemps
This variable is set directly from the constructors that take an IORTemplate or IORTemplateList as arguments; otherwise it is derived from the list of TaggedProfile instances on the first call to getIORTemplates.Methods in com.sun.corba.ee.impl.ior that return IORTemplateList Modifier and Type Method Description IORTemplateList
ObjectReferenceFactoryImpl. getIORTemplateList()
abstract IORTemplateList
ObjectReferenceProducerBase. getIORTemplateList()
IORTemplateList
ObjectReferenceTemplateImpl. getIORTemplateList()
IORTemplateList
IORImpl. getIORTemplates()
Return the IORTemplateList for this IOR.Constructors in com.sun.corba.ee.impl.ior with parameters of type IORTemplateList Constructor Description IORImpl(ORB orb, java.lang.String typeId, IORTemplateList iortemps, ObjectId id)
Construct an IOR from an IORTemplate by applying the same object id to each TaggedProfileTemplate in the IORTemplate.ObjectReferenceFactoryImpl(ORB orb, IORTemplateList iortemps)
-
Uses of IORTemplateList in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return IORTemplateList Modifier and Type Method Description static IORTemplateList
IORFactories. getIORTemplateList(ObjectReferenceFactory orf)
IORTemplateList
IOR. getIORTemplates()
Return the IORTemplate for this IOR.static IORTemplateList
IORFactories. makeIORTemplateList()
static IORTemplateList
IORFactories. makeIORTemplateList(InputStream is)
Methods in com.sun.corba.ee.spi.ior with parameters of type IORTemplateList Modifier and Type Method Description static ObjectReferenceFactory
IORFactories. makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps)
-