Uses of Class
org.omg.IOP.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.folb
Methods in com.sun.corba.ee.impl.folb that return TaggedComponentModifier and TypeMethodDescriptionCSIv2SSLTaggedComponentHandler.insert(IORInfo iorInfo, List<ClusterInstanceInfo> clusterInstanceInfo) -
Uses of TaggedComponent in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return TaggedComponentModifier and TypeMethodDescriptionClientRequestInfoImpl.get_effective_component(int id) Returns the IOP::TaggedComponent with the given ID from the profile selected for this request.ClientRequestInfoImpl.get_effective_components(int id) Returns all the tagged components with the given ID from the profile selected for this request.Methods in com.sun.corba.ee.impl.interceptors with parameters of type TaggedComponentModifier and TypeMethodDescriptionvoidIORInfoImpl.add_ior_component(TaggedComponent tagged_component) A portable ORB service implementation calls this method from its implementation of establish_components to add a tagged component to the set which will be included when constructing IORs.voidIORInfoImpl.add_ior_component_to_profile(TaggedComponent tagged_component, int profile_id) A portable ORB service implementation calls this method from its implementation of establish_components to add a tagged component to the set which will be included when constructing IORs.private voidIORInfoImpl.addIORComponentToProfileInternal(TaggedComponent tagged_component, Iterator iterator) Internal utility method to add an IOR component to the set of profiles present in the iterator. -
Uses of TaggedComponent in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return TaggedComponentMethods in com.sun.corba.ee.impl.ior with parameters of type TaggedComponentModifier and TypeMethodDescriptionTaggedComponentFactoryFinderImpl.create(ORB orb, TaggedComponent comp) -
Uses of TaggedComponent in com.sun.corba.ee.org.omg.CSIIOP
Fields in com.sun.corba.ee.org.omg.CSIIOP declared as TaggedComponentConstructors in com.sun.corba.ee.org.omg.CSIIOP with parameters of type TaggedComponentModifierConstructorDescriptionCompoundSecMech(short _target_requires, TaggedComponent _transport_mech, AS_ContextSec _as_context_mech, SAS_ContextSec _sas_context_mech) -
Uses of TaggedComponent in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return TaggedComponentModifier and TypeMethodDescriptionTaggedComponent.getIOPComponent(ORB orb) TaggedComponentBase.getIOPComponent(ORB orb) TaggedProfileTemplate.getIOPComponents(ORB orb, int id) Return the tagged components in this profile (if any) in the GIOP marshalled form, which is required for Portable Interceptors.TaggedProfileTemplateBase.getIOPComponents(ORB orb, int id) Methods in com.sun.corba.ee.spi.ior with parameters of type TaggedComponentModifier and TypeMethodDescriptionTaggedComponentFactoryFinder.create(ORB orb, TaggedComponent comp) Create a tagged component from a GIOP marshalled representation of a tagged component. -
Uses of TaggedComponent in org.omg.IOP
Fields in org.omg.IOP declared as TaggedComponentModifier and TypeFieldDescriptionMultipleComponentProfileHolder.valueTaggedComponentHolder.valueTaggedComponentSeqHolder.valueMethods in org.omg.IOP that return TaggedComponentModifier and TypeMethodDescriptionstatic TaggedComponent[]static TaggedComponentstatic TaggedComponent[]static TaggedComponent[]MultipleComponentProfileHelper.read(InputStream istream) static TaggedComponentTaggedComponentHelper.read(InputStream istream) static TaggedComponent[]TaggedComponentSeqHelper.read(InputStream istream) Methods in org.omg.IOP with parameters of type TaggedComponentModifier and TypeMethodDescriptionstatic voidMultipleComponentProfileHelper.insert(Any a, TaggedComponent[] that) static voidTaggedComponentHelper.insert(Any a, TaggedComponent that) static voidTaggedComponentSeqHelper.insert(Any a, TaggedComponent[] that) static voidMultipleComponentProfileHelper.write(OutputStream ostream, TaggedComponent[] value) static voidTaggedComponentHelper.write(OutputStream ostream, TaggedComponent value) static voidTaggedComponentSeqHelper.write(OutputStream ostream, TaggedComponent[] value) Constructors in org.omg.IOP with parameters of type TaggedComponentModifierConstructorDescriptionMultipleComponentProfileHolder(TaggedComponent[] initialValue) TaggedComponentHolder(TaggedComponent initialValue) TaggedComponentSeqHolder(TaggedComponent[] initialValue) -
Uses of TaggedComponent in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TaggedComponentModifier and TypeMethodDescriptionClientRequestInfoOperations.get_effective_component(int id) Returns theIOP.TaggedComponentwith the given ID from the profile selected for this request.ClientRequestInfoOperations.get_effective_components(int id) Returns an array of all tagged components with the given ID from the profile selected for this request.Methods in org.omg.PortableInterceptor with parameters of type TaggedComponentModifier and TypeMethodDescriptionvoidIORInfoOperations.add_ior_component(TaggedComponent tagged_component) A portable ORB service implementation callsadd_ior_componentfrom its implementation ofestablish_componentsto add a tagged component to the set which will be included when constructing IORs.voidIORInfoOperations.add_ior_component_to_profile(TaggedComponent tagged_component, int profile_id) A portable ORB service implementation callsadd_ior_component_to_profilefrom its implementation ofestablish_componentsto add a tagged component to the set which will be included when constructing IORs.