Uses of Class
com.sun.corba.ee.impl.encoding.CodeSetComponentInfo.CodeSetContext
-
-
Uses of CodeSetComponentInfo.CodeSetContext in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as CodeSetComponentInfo.CodeSetContext Modifier and Type Field Description static CodeSetComponentInfo.CodeSetContext
CodeSetComponentInfo. LOCAL_CODE_SETS
Code sets for local cases without a connection.Methods in com.sun.corba.ee.impl.encoding that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description private CodeSetComponentInfo.CodeSetContext
CDRInputObject. getCodeSets()
private CodeSetComponentInfo.CodeSetContext
CDROutputObject. getCodeSets()
CodeSetComponentInfo.CodeSetContext
CodeSetConversion. negotiate(CodeSetComponentInfo client, CodeSetComponentInfo server)
Perform the code set negotiation algorithm and come up with the two encodings to use. -
Uses of CodeSetComponentInfo.CodeSetContext in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as CodeSetComponentInfo.CodeSetContext Modifier and Type Field Description private CodeSetComponentInfo.CodeSetContext
CodeSetServiceContextImpl. csc
Methods in com.sun.corba.ee.impl.servicecontext that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description CodeSetComponentInfo.CodeSetContext
CodeSetServiceContextImpl. getCodeSetContext()
Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type CodeSetComponentInfo.CodeSetContext Constructor Description CodeSetServiceContextImpl(CodeSetComponentInfo.CodeSetContext csc)
-
Uses of CodeSetComponentInfo.CodeSetContext in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as CodeSetComponentInfo.CodeSetContext Modifier and Type Field Description protected CodeSetComponentInfo.CodeSetContext
ConnectionImpl. codeSetContext
Methods in com.sun.corba.ee.impl.transport that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description CodeSetComponentInfo.CodeSetContext
ConnectionImpl. getCodeSetContext()
Methods in com.sun.corba.ee.impl.transport with parameters of type CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description void
ConnectionImpl. setCodeSetContext(CodeSetComponentInfo.CodeSetContext csc)
-
Uses of CodeSetComponentInfo.CodeSetContext in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description CodeSetComponentInfo.CodeSetContext
CodeSetServiceContext. getCodeSetContext()
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description static CodeSetServiceContext
ServiceContextDefaults. makeCodeSetServiceContext(CodeSetComponentInfo.CodeSetContext csc)
-
Uses of CodeSetComponentInfo.CodeSetContext in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description CodeSetComponentInfo.CodeSetContext
Connection. getCodeSetContext()
Methods in com.sun.corba.ee.spi.transport with parameters of type CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description void
Connection. setCodeSetContext(CodeSetComponentInfo.CodeSetContext csc)
-