Uses of Interface
com.sun.corba.ee.spi.ior.TaggedComponent
-
Packages that use TaggedComponent Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop 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.ior.iiop -
-
Uses of TaggedComponent in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement TaggedComponent Modifier and Type Class Description classGenericTaggedComponentGeneric representation of a tagged component of a type unknown to the ORBMethods in com.sun.corba.ee.impl.ior that return TaggedComponent Modifier and Type Method Description TaggedComponentTaggedComponentFactoryFinderImpl. create(ORB orb, TaggedComponent comp)TaggedComponentTaggedComponentFactoryFinderImpl. handleMissingFactory(int id, InputStream is) -
Uses of TaggedComponent in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement TaggedComponent Modifier and Type Class Description classAlternateIIOPAddressComponentImplclassClusterInstanceInfoComponentImplclassCodeSetsComponentImplclassJavaCodebaseComponentImplclassJavaSerializationComponentTagged component that contains a value that indicates the Java serialization version supported by the ORB.classLoadBalancingComponentImplclassMaxStreamFormatVersionComponentImplclassORBTypeComponentImplclassRequestPartitioningComponentImplMethods in com.sun.corba.ee.impl.ior.iiop that return types with arguments of type TaggedComponent Modifier and Type Method Description java.util.Iterator<TaggedComponent>IIOPProfileTemplateImpl. getTaggedComponents()Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedComponent Modifier and Type Method Description private booleanIIOPProfileTemplateImpl. isSslTaggedComponent(TaggedComponent component) -
Uses of TaggedComponent in com.sun.corba.ee.spi.ior
Classes in com.sun.corba.ee.spi.ior that implement TaggedComponent Modifier and Type Class Description classTaggedComponentBaseBase class to use for implementing TaggedComponents.Methods in com.sun.corba.ee.spi.ior with type parameters of type TaggedComponent Modifier and Type Method Description <T extends TaggedComponent>
java.util.Iterator<T>TaggedProfileTemplate. iteratorById(int id, java.lang.Class<T> cls)<T extends TaggedComponent>
java.util.Iterator<T>TaggedProfileTemplateBase. iteratorById(int id, java.lang.Class<T> cls)Methods in com.sun.corba.ee.spi.ior that return TaggedComponent Modifier and Type Method Description TaggedComponentTaggedComponentFactoryFinder. create(ORB orb, TaggedComponent comp)Create a tagged component from a GIOP marshalled representation of a tagged component.Methods in com.sun.corba.ee.spi.ior that return types with arguments of type TaggedComponent Modifier and Type Method Description java.util.Iterator<TaggedComponent>TaggedProfileTemplate. getTaggedComponents()java.util.Iterator<TaggedComponent>TaggedProfileTemplate. iteratorById(int id)Return an iterator that iterates over tagged components with identifier id. -
Uses of TaggedComponent in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of TaggedComponent in com.sun.corba.ee.spi.ior.iiop Modifier and Type Interface Description interfaceAlternateIIOPAddressComponentinterfaceClusterInstanceInfoComponentinterfaceCodeSetsComponentinterfaceJavaCodebaseComponentinterfaceLoadBalancingComponentinterfaceMaxStreamFormatVersionComponentinterfaceORBTypeComponentinterfaceRequestPartitioningComponent
-