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 class
GenericTaggedComponent
Generic 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 TaggedComponent
TaggedComponentFactoryFinderImpl. create(ORB orb, TaggedComponent comp)
TaggedComponent
TaggedComponentFactoryFinderImpl. 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 class
AlternateIIOPAddressComponentImpl
class
ClusterInstanceInfoComponentImpl
class
CodeSetsComponentImpl
class
JavaCodebaseComponentImpl
class
JavaSerializationComponent
Tagged component that contains a value that indicates the Java serialization version supported by the ORB.class
LoadBalancingComponentImpl
class
MaxStreamFormatVersionComponentImpl
class
ORBTypeComponentImpl
class
RequestPartitioningComponentImpl
Methods 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 boolean
IIOPProfileTemplateImpl. 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 class
TaggedComponentBase
Base 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 TaggedComponent
TaggedComponentFactoryFinder. 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 interface
AlternateIIOPAddressComponent
interface
ClusterInstanceInfoComponent
interface
CodeSetsComponent
interface
JavaCodebaseComponent
interface
LoadBalancingComponent
interface
MaxStreamFormatVersionComponent
interface
ORBTypeComponent
interface
RequestPartitioningComponent
-