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).
|
Modifier and Type | Class and Description |
---|---|
class |
_ExtAbstractInterfaceDefStub
org/omg/CORBA/_ExtAbstractInterfaceDefStub.java .
|
Modifier and Type | Field and Description |
---|---|
ExtAbstractInterfaceDef[] |
ExtAbstractInterfaceDefSeqHolder.value |
ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHolder.value |
Modifier and Type | Method and Description |
---|---|
ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefPOA._this() |
ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefPOA._this(ORB orb) |
static ExtAbstractInterfaceDef[] |
ExtAbstractInterfaceDefSeqHelper.extract(Any a) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.extract(Any a) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.narrow(Object obj) |
static ExtAbstractInterfaceDef[] |
ExtAbstractInterfaceDefSeqHelper.read(InputStream istream) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.read(InputStream istream) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ExtAbstractInterfaceDefHelper.insert(Any a,
ExtAbstractInterfaceDef that) |
static void |
ExtAbstractInterfaceDefSeqHelper.insert(Any a,
ExtAbstractInterfaceDef[] that) |
static void |
ExtAbstractInterfaceDefHelper.write(OutputStream ostream,
ExtAbstractInterfaceDef value) |
static void |
ExtAbstractInterfaceDefSeqHelper.write(OutputStream ostream,
ExtAbstractInterfaceDef[] value) |
Constructor and Description |
---|
ExtAbstractInterfaceDefHolder(ExtAbstractInterfaceDef initialValue) |
ExtAbstractInterfaceDefSeqHolder(ExtAbstractInterfaceDef[] initialValue) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.