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