Uses of Class
org.omg.CORBA.DynAnyPackage.TypeMismatch
Packages that use TypeMismatch
Package
Description
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 TypeMismatch in org.omg.CORBA
Methods in org.omg.CORBA that throw TypeMismatchModifier and TypeMethodDescriptionDynAny.get_any()
Deprecated.Retrieves theorg.omg.CORBA.Any
contained in thisDynAny
object.boolean
DynAny.get_boolean()
Deprecated.Retrieves theboolean
contained in thisDynAny
object.char
DynAny.get_char()
Deprecated.Retrieves thechar
contained in thisDynAny
object.double
DynAny.get_double()
Deprecated.Retrieves thedouble
contained in thisDynAny
object.float
DynAny.get_float()
Deprecated.Retrieves thefloat
contained in thisDynAny
object.int
DynAny.get_long()
Deprecated.Retrieves theint
contained in thisDynAny
object.long
DynAny.get_longlong()
Deprecated.Retrieves thelong
contained in thisDynAny
object.byte
DynAny.get_octet()
Deprecated.Retrieves thebyte
contained in thisDynAny
object.DynAny.get_reference()
Deprecated.Retrieves theorg.omg.CORBA.Other
contained in thisDynAny
object.short
DynAny.get_short()
Deprecated.Retrieves theshort
contained in thisDynAny
object.DynAny.get_string()
Deprecated.Retrieves theString
contained in thisDynAny
object.DynAny.get_typecode()
Deprecated.Retrieves theorg.omg.CORBA.TypeCode
contained in thisDynAny
object.int
DynAny.get_ulong()
Deprecated.Retrieves theint
contained in thisDynAny
object.long
DynAny.get_ulonglong()
Deprecated.Retrieves thelong
contained in thisDynAny
object.short
DynAny.get_ushort()
Deprecated.Retrieves theshort
contained in thisDynAny
object.DynAny.get_val()
Deprecated.Retrieves thejava.io.Serializable
object contained in thisDynAny
object.char
DynAny.get_wchar()
Deprecated.Retrieves thechar
contained in thisDynAny
object.DynAny.get_wstring()
Deprecated.Retrieves theString
contained in thisDynAny
object.