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).
|
org.omg.CORBA.ComponentIR |
Modifier and Type | Class and Description |
---|---|
class |
_ArrayDefStub
org/omg/CORBA/_ArrayDefStub.java .
|
Modifier and Type | Field and Description |
---|---|
ArrayDef |
ArrayDefHolder.value |
Modifier and Type | Method and Description |
---|---|
ArrayDef |
ArrayDefPOA._this() |
ArrayDef |
ArrayDefPOA._this(ORB orb) |
ArrayDef |
RepositoryPOATie.create_array(int length,
IDLType element_type) |
ArrayDef |
_RepositoryStub.create_array(int length,
IDLType element_type) |
ArrayDef |
RepositoryOperations.create_array(int length,
IDLType element_type) |
static ArrayDef |
ArrayDefHelper.extract(Any a) |
static ArrayDef |
ArrayDefHelper.narrow(Object obj) |
static ArrayDef |
ArrayDefHelper.read(InputStream istream) |
static ArrayDef |
ArrayDefHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ArrayDefHelper.insert(Any a,
ArrayDef that) |
static void |
ArrayDefHelper.write(OutputStream ostream,
ArrayDef value) |
Constructor and Description |
---|
ArrayDefHolder(ArrayDef initialValue) |
Modifier and Type | Method and Description |
---|---|
ArrayDef |
_RepositoryStub.create_array(int length,
IDLType element_type) |
ArrayDef |
RepositoryPOATie.create_array(int length,
IDLType element_type) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.