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 TaggedComponent
CSIv2SSLTaggedComponentHandler. 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 TaggedComponent
ClientRequestInfoImpl. 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 void
IORInfoImpl. 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.void
IORInfoImpl. 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 void
IORInfoImpl. 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 TaggedComponent
GenericTaggedComponent. getIOPComponent(ORB orb)
Methods in com.sun.corba.ee.impl.ior with parameters of type TaggedComponent Modifier and Type Method Description TaggedComponent
TaggedComponentFactoryFinderImpl. 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 TaggedComponent
CompoundSecMech. transport_mech
Constructors 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 TaggedComponent
TaggedComponent. getIOPComponent(ORB orb)
TaggedComponent
TaggedComponentBase. 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 TaggedComponent
TaggedComponentFactoryFinder. 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. value
TaggedComponent
TaggedComponentHolder. value
TaggedComponent[]
TaggedComponentSeqHolder. value
Methods in org.omg.IOP that return TaggedComponent Modifier and Type Method Description static TaggedComponent[]
MultipleComponentProfileHelper. extract(Any a)
static TaggedComponent
TaggedComponentHelper. extract(Any a)
static TaggedComponent[]
TaggedComponentSeqHelper. extract(Any a)
static TaggedComponent[]
MultipleComponentProfileHelper. read(InputStream istream)
static TaggedComponent
TaggedComponentHelper. 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 void
MultipleComponentProfileHelper. insert(Any a, TaggedComponent[] that)
static void
TaggedComponentHelper. insert(Any a, TaggedComponent that)
static void
TaggedComponentSeqHelper. insert(Any a, TaggedComponent[] that)
static void
MultipleComponentProfileHelper. write(OutputStream ostream, TaggedComponent[] value)
static void
TaggedComponentHelper. write(OutputStream ostream, TaggedComponent value)
static void
TaggedComponentSeqHelper. 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 TaggedComponent
ClientRequestInfoOperations. get_effective_component(int id)
Returns theIOP.TaggedComponent
with 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 void
IORInfoOperations. add_ior_component(TaggedComponent tagged_component)
A portable ORB service implementation callsadd_ior_component
from its implementation ofestablish_components
to add a tagged component to the set which will be included when constructing IORs.void
IORInfoOperations. add_ior_component_to_profile(TaggedComponent tagged_component, int profile_id)
A portable ORB service implementation callsadd_ior_component_to_profile
from its implementation ofestablish_components
to add a tagged component to the set which will be included when constructing IORs.
-