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.CodeSetContextCodeSetComponentInfo. LOCAL_CODE_SETSCode 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.CodeSetContextCDRInputObject. getCodeSets()private CodeSetComponentInfo.CodeSetContextCDROutputObject. getCodeSets()CodeSetComponentInfo.CodeSetContextCodeSetConversion. 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.CodeSetContextCodeSetServiceContextImpl. cscMethods in com.sun.corba.ee.impl.servicecontext that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description CodeSetComponentInfo.CodeSetContextCodeSetServiceContextImpl. 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.CodeSetContextConnectionImpl. codeSetContextMethods in com.sun.corba.ee.impl.transport that return CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description CodeSetComponentInfo.CodeSetContextConnectionImpl. getCodeSetContext()Methods in com.sun.corba.ee.impl.transport with parameters of type CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description voidConnectionImpl. 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.CodeSetContextCodeSetServiceContext. getCodeSetContext()Methods in com.sun.corba.ee.spi.servicecontext with parameters of type CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description static CodeSetServiceContextServiceContextDefaults. 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.CodeSetContextConnection. getCodeSetContext()Methods in com.sun.corba.ee.spi.transport with parameters of type CodeSetComponentInfo.CodeSetContext Modifier and Type Method Description voidConnection. setCodeSetContext(CodeSetComponentInfo.CodeSetContext csc)
-