Uses of Class
org.omg.IOP.TaggedComponent
-
Packages that use TaggedComponent Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.ior com.sun.corba.ee.org.omg.CSIIOP com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.org.omg.IOP org.omg.PortableInterceptor -
-
Uses of TaggedComponent in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb that return TaggedComponent Modifier and Type Method Description TaggedComponentCSIv2SSLTaggedComponentHandler. insert(IORInfo iorInfo, java.util.List<ClusterInstanceInfo> clusterInstanceInfo) -
Uses of TaggedComponent in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return TaggedComponent Modifier and Type Method Description TaggedComponentClientRequestInfoImpl. get_effective_component(int id)Returns the IOP::TaggedComponent with the given ID from the profile selected for this request.TaggedComponent[]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 TaggedComponent Modifier and Type Method Description voidIORInfoImpl. 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, java.util.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 TaggedComponent Modifier and Type Method Description TaggedComponentGenericTaggedComponent. getIOPComponent(ORB orb)Methods in com.sun.corba.ee.impl.ior with parameters of type TaggedComponent Modifier and Type Method Description TaggedComponentTaggedComponentFactoryFinderImpl. 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 TaggedComponent Modifier and Type Field Description TaggedComponentCompoundSecMech. transport_mechConstructors in com.sun.corba.ee.org.omg.CSIIOP with parameters of type TaggedComponent Constructor Description CompoundSecMech(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 TaggedComponent Modifier and Type Method Description TaggedComponentTaggedComponent. getIOPComponent(ORB orb)TaggedComponentTaggedComponentBase. getIOPComponent(ORB orb)TaggedComponent[]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.TaggedComponent[]TaggedProfileTemplateBase. getIOPComponents(ORB orb, int id)Methods in com.sun.corba.ee.spi.ior with parameters of type 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. -
Uses of TaggedComponent in org.omg.IOP
Fields in org.omg.IOP declared as TaggedComponent Modifier and Type Field Description TaggedComponent[]MultipleComponentProfileHolder. valueTaggedComponentTaggedComponentHolder. valueTaggedComponent[]TaggedComponentSeqHolder. valueMethods in org.omg.IOP that return TaggedComponent Modifier and Type Method Description static TaggedComponent[]MultipleComponentProfileHelper. extract(Any a)static TaggedComponentTaggedComponentHelper. extract(Any a)static TaggedComponent[]TaggedComponentSeqHelper. extract(Any a)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 TaggedComponent Modifier and Type Method Description static 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 TaggedComponent Constructor Description MultipleComponentProfileHolder(TaggedComponent[] initialValue)TaggedComponentHolder(TaggedComponent initialValue)TaggedComponentSeqHolder(TaggedComponent[] initialValue) -
Uses of TaggedComponent in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TaggedComponent Modifier and Type Method Description TaggedComponentClientRequestInfoOperations. get_effective_component(int id)Returns theIOP.TaggedComponentwith the given ID from the profile selected for this request.TaggedComponent[]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 TaggedComponent Modifier and Type Method Description voidIORInfoOperations. 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.
-