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 classIORTemplateListImplFields in com.sun.corba.ee.impl.ior declared as IORTemplateList Modifier and Type Field Description private IORTemplateListObjectReferenceFactoryImpl. iorTemplatesprivate IORTemplateListIORImpl. iortempsThis 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 IORTemplateListObjectReferenceFactoryImpl. getIORTemplateList()abstract IORTemplateListObjectReferenceProducerBase. getIORTemplateList()IORTemplateListObjectReferenceTemplateImpl. getIORTemplateList()IORTemplateListIORImpl. 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 IORTemplateListIORFactories. getIORTemplateList(ObjectReferenceFactory orf)IORTemplateListIOR. getIORTemplates()Return the IORTemplate for this IOR.static IORTemplateListIORFactories. makeIORTemplateList()static IORTemplateListIORFactories. makeIORTemplateList(InputStream is)Methods in com.sun.corba.ee.spi.ior with parameters of type IORTemplateList Modifier and Type Method Description static ObjectReferenceFactoryIORFactories. makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps)
-