Uses of Class
com.sun.corba.ee.impl.encoding.CodeSetComponentInfo.CodeSetComponent
Packages that use CodeSetComponentInfo.CodeSetComponent
-
Uses of CodeSetComponentInfo.CodeSetComponent in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as CodeSetComponentInfo.CodeSetComponentModifier and TypeFieldDescriptionCodeSetComponentInfo.forCharDataCodeSetComponentInfo.forWCharDataMethods in com.sun.corba.ee.impl.encoding that return CodeSetComponentInfo.CodeSetComponentModifier and TypeMethodDescriptionCodeSetComponentInfo.createFromString(String str) Creates a CodeSetComponent from a String which contains a comma delimited list of OSF Code Set Registry numbers.CodeSetComponentInfo.getCharComponent()CodeSetComponentInfo.getWCharComponent()Methods in com.sun.corba.ee.impl.encoding with parameters of type CodeSetComponentInfo.CodeSetComponentModifier and TypeMethodDescriptionprivate intCodeSetConversion.selectEncoding(CodeSetComponentInfo.CodeSetComponent client, CodeSetComponentInfo.CodeSetComponent server) Follows the code set negotiation algorithm in CORBA formal 99-10-07 13.7.2.Constructors in com.sun.corba.ee.impl.encoding with parameters of type CodeSetComponentInfo.CodeSetComponentModifierConstructorDescriptionCodeSetComponentInfo(CodeSetComponentInfo.CodeSetComponent charData, CodeSetComponentInfo.CodeSetComponent wcharData) -
Uses of CodeSetComponentInfo.CodeSetComponent in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as CodeSetComponentInfo.CodeSetComponent