Uses of Class
org.omg.CORBA.DATA_CONVERSION
-
Packages that use DATA_CONVERSION Package Description com.sun.corba.ee.spi.logging org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of DATA_CONVERSION in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging that return DATA_CONVERSION Modifier and Type Method Description DATA_CONVERSIONORBUtilSystemException. acceptorInstantiationFailure(java.lang.Exception exc, java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. acceptorInstantiationTypeFailure(java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. badCodesetsFromClient()DATA_CONVERSIONORBUtilSystemException. badContactInfoListFactory(java.lang.Exception exc, java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. badCustomIiopPrimaryToContactInfo(java.lang.Exception exc, java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. badCustomIorToSocketInfo(java.lang.Exception exc, java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. badCustomSocketFactory(java.lang.Exception exc, java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. badGiop11Ctb()DATA_CONVERSIONORBUtilSystemException. badHexDigit()DATA_CONVERSIONUtilSystemException. badHexDigit()DATA_CONVERSIONORBUtilSystemException. badModifier()DATA_CONVERSIONORBUtilSystemException. badSequenceBounds(int len, int maxLen)DATA_CONVERSIONORBUtilSystemException. badStringifiedIor(java.lang.Throwable thr)DATA_CONVERSIONORBUtilSystemException. badStringifiedIorLen()DATA_CONVERSIONORBUtilSystemException. badUnicodePair(java.nio.charset.MalformedInputException exc)DATA_CONVERSIONORBUtilSystemException. btcResultMoreThanOneChar()DATA_CONVERSIONOMGSystemException. charNotInCodeset(java.lang.Exception exc)DATA_CONVERSIONORBUtilSystemException. codesetIncompatible()DATA_CONVERSIONORBUtilSystemException. fragmentSizeDiv(int arg0, int arg1)DATA_CONVERSIONORBUtilSystemException. fragmentSizeMinimum(int arg0, int arg1)DATA_CONVERSIONORBUtilSystemException. illegalContactInfoListFactoryType(java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. illegalIiopPrimaryToContactInfoType(java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. illegalIorToSocketInfoType(java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. illegalSocketFactoryType(java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. invalidSingleCharCtb()DATA_CONVERSIONORBUtilSystemException. orbInitializerFailure(java.lang.Exception exc, java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. orbInitializerType(java.lang.String arg0)DATA_CONVERSIONORBUtilSystemException. orbInitialreferenceSyntax()DATA_CONVERSIONOMGSystemException. priorityMapFailre() -
Uses of DATA_CONVERSION in org.omg.CORBA
Methods in org.omg.CORBA that throw DATA_CONVERSION Modifier and Type Method Description abstract voidAny. insert_char(char c)Inserts the givencharinto thisAnyobject'svaluefield.abstract voidAny. insert_string(java.lang.String s)Inserts the givenStringobject into thisAnyobject'svaluefield.
-