Uses of Class
org.omg.CONV_FRAME.CodeSetComponentInfo

Packages that use CodeSetComponentInfo
org.jacorb.orb   
org.jacorb.orb.giop   
org.omg.CONV_FRAME   
 

Uses of CodeSetComponentInfo in org.jacorb.orb
 

Methods in org.jacorb.orb that return CodeSetComponentInfo
 CodeSetComponentInfo ParsedIOR.getCodeSetComponentInfo()
           
 

Uses of CodeSetComponentInfo in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop with parameters of type CodeSetComponentInfo
static int CodeSet.selectTCS(CodeSetComponentInfo cs_info)
          This method compares the codesets in the component with our native codeset.
static int CodeSet.selectTCSW(CodeSetComponentInfo cs_info)
          This method compares the wide codesets in the component with our native wide codeset.
 

Uses of CodeSetComponentInfo in org.omg.CONV_FRAME
 

Fields in org.omg.CONV_FRAME declared as CodeSetComponentInfo
 CodeSetComponentInfo CodeSetComponentInfoHolder.value
           
 

Methods in org.omg.CONV_FRAME that return CodeSetComponentInfo
static CodeSetComponentInfo CodeSetComponentInfoHelper.extract(Any any)
           
static CodeSetComponentInfo CodeSetComponentInfoHelper.read(InputStream in)
           
 

Methods in org.omg.CONV_FRAME with parameters of type CodeSetComponentInfo
static void CodeSetComponentInfoHelper.insert(Any any, CodeSetComponentInfo s)
           
static void CodeSetComponentInfoHelper.write(OutputStream out, CodeSetComponentInfo s)
           
 

Constructors in org.omg.CONV_FRAME with parameters of type CodeSetComponentInfo
CodeSetComponentInfoHolder(CodeSetComponentInfo initial)