Uses of Class
org.omg.CORBA.BAD_OPERATION
-
Packages that use BAD_OPERATION Package Description 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 BAD_OPERATION in org.omg.CORBA
Methods in org.omg.CORBA that throw BAD_OPERATION Modifier and Type Method and Description abstract Any
Any. extract_any()
Extracts theAny
object in thisAny
object'svalue
field.abstract boolean
Any. extract_boolean()
Extracts theboolean
in thisAny
object'svalue
field.abstract char
Any. extract_char()
Extracts thechar
in thisAny
object'svalue
field.abstract double
Any. extract_double()
Extracts thedouble
in thisAny
object'svalue
field.abstract float
Any. extract_float()
Extracts thefloat
in thisAny
object'svalue
field.abstract int
Any. extract_long()
Extracts theint
in thisAny
object'svalue
field.abstract long
Any. extract_longlong()
Extracts thelong
in thisAny
object'svalue
field.abstract Object
Any. extract_Object()
Extracts theorg.omg.CORBA.Object
in thisAny
object'svalue
field.abstract byte
Any. extract_octet()
Extracts thebyte
in thisAny
object'svalue
field.Principal
Any. extract_Principal()
Deprecated.Deprecated by CORBA 2.2.abstract short
Any. extract_short()
Extracts theshort
in thisAny
object'svalue
field.abstract String
Any. extract_string()
Extracts theString
object in thisAny
object'svalue
field.abstract TypeCode
Any. extract_TypeCode()
Extracts theTypeCode
object in thisAny
object'svalue
field.abstract int
Any. extract_ulong()
Extracts theint
in thisAny
object'svalue
field.abstract long
Any. extract_ulonglong()
Extracts thelong
in thisAny
object'svalue
field.abstract short
Any. extract_ushort()
Extracts theshort
in thisAny
object'svalue
field.abstract Serializable
Any. extract_Value()
Extracts thejava.io.Serializable
object in thisAny
object'svalue
field.abstract char
Any. extract_wchar()
Extracts thechar
in thisAny
object'svalue
field.abstract String
Any. extract_wstring()
Extracts theString
object in thisAny
object'svalue
field.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.