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_CONVERSION
ORBUtilSystemException. acceptorInstantiationFailure(java.lang.Exception exc, java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. acceptorInstantiationTypeFailure(java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. badCodesetsFromClient()
DATA_CONVERSION
ORBUtilSystemException. badContactInfoListFactory(java.lang.Exception exc, java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. badCustomIiopPrimaryToContactInfo(java.lang.Exception exc, java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. badCustomIorToSocketInfo(java.lang.Exception exc, java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. badCustomSocketFactory(java.lang.Exception exc, java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. badGiop11Ctb()
DATA_CONVERSION
ORBUtilSystemException. badHexDigit()
DATA_CONVERSION
UtilSystemException. badHexDigit()
DATA_CONVERSION
ORBUtilSystemException. badModifier()
DATA_CONVERSION
ORBUtilSystemException. badSequenceBounds(int len, int maxLen)
DATA_CONVERSION
ORBUtilSystemException. badStringifiedIor(java.lang.Throwable thr)
DATA_CONVERSION
ORBUtilSystemException. badStringifiedIorLen()
DATA_CONVERSION
ORBUtilSystemException. badUnicodePair(java.nio.charset.MalformedInputException exc)
DATA_CONVERSION
ORBUtilSystemException. btcResultMoreThanOneChar()
DATA_CONVERSION
OMGSystemException. charNotInCodeset(java.lang.Exception exc)
DATA_CONVERSION
ORBUtilSystemException. codesetIncompatible()
DATA_CONVERSION
ORBUtilSystemException. fragmentSizeDiv(int arg0, int arg1)
DATA_CONVERSION
ORBUtilSystemException. fragmentSizeMinimum(int arg0, int arg1)
DATA_CONVERSION
ORBUtilSystemException. illegalContactInfoListFactoryType(java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. illegalIiopPrimaryToContactInfoType(java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. illegalIorToSocketInfoType(java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. illegalSocketFactoryType(java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. invalidSingleCharCtb()
DATA_CONVERSION
ORBUtilSystemException. orbInitializerFailure(java.lang.Exception exc, java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. orbInitializerType(java.lang.String arg0)
DATA_CONVERSION
ORBUtilSystemException. orbInitialreferenceSyntax()
DATA_CONVERSION
OMGSystemException. priorityMapFailre()
-
Uses of DATA_CONVERSION in org.omg.CORBA
Methods in org.omg.CORBA that throw DATA_CONVERSION Modifier and Type Method Description abstract void
Any. insert_char(char c)
Inserts the givenchar
into thisAny
object'svalue
field.abstract void
Any. insert_string(java.lang.String s)
Inserts the givenString
object into thisAny
object'svalue
field.
-