Uses of Interface
com.sun.corba.ee.spi.ior.TaggedComponent
Packages that use TaggedComponent
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of TaggedComponent in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement TaggedComponentModifier and TypeClassDescriptionclass
Generic representation of a tagged component of a type unknown to the ORBMethods in com.sun.corba.ee.impl.ior that return TaggedComponentModifier and TypeMethodDescriptionTaggedComponentFactoryFinderImpl.create
(ORB orb, TaggedComponent comp) 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 TaggedComponentModifier and TypeClassDescriptionclass
class
class
class
class
Tagged component that contains a value that indicates the Java serialization version supported by the ORB.class
class
class
class
Methods in com.sun.corba.ee.impl.ior.iiop that return types with arguments of type TaggedComponentMethods in com.sun.corba.ee.impl.ior.iiop with parameters of type TaggedComponentModifier and TypeMethodDescriptionprivate 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 TaggedComponentModifier and TypeClassDescriptionclass
Base class to use for implementing TaggedComponents.Methods in com.sun.corba.ee.spi.ior with type parameters of type TaggedComponentModifier and TypeMethodDescription<T extends TaggedComponent>
Iterator<T> TaggedProfileTemplate.iteratorById
(int id, Class<T> cls) <T extends TaggedComponent>
Iterator<T> TaggedProfileTemplateBase.iteratorById
(int id, Class<T> cls) Methods in com.sun.corba.ee.spi.ior that return TaggedComponentModifier and TypeMethodDescriptionTaggedComponentFactoryFinder.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 TaggedComponentModifier and TypeMethodDescriptionTaggedProfileTemplate.getTaggedComponents()
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.iiopModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface