Uses of Interface
com.sun.corba.ee.spi.ior.IdentifiableFactoryFinder
-
Packages that use IdentifiableFactoryFinder Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.orb 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.orb -
-
Uses of IdentifiableFactoryFinder in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IdentifiableFactoryFinder Modifier and Type Class Description classIdentifiableFactoryFinderBase<E extends Identifiable>classTaggedComponentFactoryFinderImplclassTaggedProfileFactoryFinderImplclassTaggedProfileTemplateFactoryFinderImplMethods in com.sun.corba.ee.impl.ior with parameters of type IdentifiableFactoryFinder Modifier and Type Method Description static <E extends Identifiable>
voidEncapsulationUtility. readIdentifiableSequence(java.util.List<E> container, IdentifiableFactoryFinder<E> finder, InputStream istr)Read the count from is, then read count Identifiables from is using the factory. -
Uses of IdentifiableFactoryFinder in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as IdentifiableFactoryFinder Modifier and Type Field Description private IdentifiableFactoryFinder<TaggedProfile>ORBImpl. taggedProfileFactoryFinderprivate IdentifiableFactoryFinder<TaggedProfileTemplate>ORBImpl. taggedProfileTemplateFactoryFinderMethods in com.sun.corba.ee.impl.orb that return IdentifiableFactoryFinder Modifier and Type Method Description IdentifiableFactoryFinder<TaggedProfile>ORBImpl. getTaggedProfileFactoryFinder()IdentifiableFactoryFinderORBSingleton. getTaggedProfileFactoryFinder()IdentifiableFactoryFinder<TaggedProfileTemplate>ORBImpl. getTaggedProfileTemplateFactoryFinder()IdentifiableFactoryFinderORBSingleton. getTaggedProfileTemplateFactoryFinder() -
Uses of IdentifiableFactoryFinder in com.sun.corba.ee.spi.ior
Subinterfaces of IdentifiableFactoryFinder in com.sun.corba.ee.spi.ior Modifier and Type Interface Description interfaceTaggedComponentFactoryFinder -
Uses of IdentifiableFactoryFinder in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return IdentifiableFactoryFinder Modifier and Type Method Description abstract IdentifiableFactoryFinder<TaggedProfile>ORB. getTaggedProfileFactoryFinder()Factory finders for the various parts of the IOR: tagged profilesabstract IdentifiableFactoryFinder<TaggedProfileTemplate>ORB. getTaggedProfileTemplateFactoryFinder()Factory finders for the various parts of the IOR: tagged profile templates
-