Uses of Interface
org.omg.CORBA.IDLType
-
Packages that use IDLType 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 IDLType in org.omg.CORBA
Classes in org.omg.CORBA that implement IDLType Modifier and Type Class and Description class
_IDLTypeStub
The Stub for IDLType.Fields in org.omg.CORBA declared as IDLType Modifier and Type Field and Description IDLType
ValueMember. type_def
The typedef that represents the IDL type of thevalue
member described by thisValueMember
object.IDLType
UnionMember. type_def
The typedef that represents the IDL type of the union member described by thisUnionMember
object.IDLType
StructMember. type_def
The typedef that represents the IDL type of the struct member described by thisStructMember
object.Methods in org.omg.CORBA that return IDLType Modifier and Type Method and Description static IDLType
IDLTypeHelper. extract(Any a)
static IDLType
IDLTypeHelper. narrow(Object obj)
static IDLType
IDLTypeHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type IDLType Modifier and Type Method and Description static void
IDLTypeHelper. insert(Any a, IDLType that)
static void
IDLTypeHelper. write(OutputStream ostream, IDLType value)
Constructors in org.omg.CORBA with parameters of type IDLType Constructor and Description StructMember(String __name, TypeCode __type, IDLType __type_def)
Constructs aStructMember
object initialized with the given values.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
Constructs a newUnionMember
object with its fields initialized to the given values.ValueMember(String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access)
Constructs aValueMember
object initialized with the given values.
-
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.