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 that return CodeSetComponentInfo
static CodeSetComponentInfo CodeSet.getLocalCodeSetComponentInfo()
           
 

Methods in org.jacorb.orb.giop with parameters of type CodeSetComponentInfo
static CodeSet CodeSet.getNegotiatedCodeSet(CodeSetComponentInfo serverCodeSetInfo, boolean wide)
           
 

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)