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 |
ExtLocalInterfaceDef
org/omg/CORBA/ExtLocalInterfaceDef.java .
|
Modifier and Type | Class and Description |
---|---|
class |
_ExtLocalInterfaceDefStub
org/omg/CORBA/_ExtLocalInterfaceDefStub.java .
|
class |
_LocalInterfaceDefStub
org/omg/CORBA/_LocalInterfaceDefStub.java .
|
Modifier and Type | Field and Description |
---|---|
LocalInterfaceDef[] |
LocalInterfaceDefSeqHolder.value |
LocalInterfaceDef |
LocalInterfaceDefHolder.value |
Modifier and Type | Method and Description |
---|---|
LocalInterfaceDef |
LocalInterfaceDefPOA._this() |
LocalInterfaceDef |
LocalInterfaceDefPOA._this(ORB orb) |
static LocalInterfaceDef[] |
LocalInterfaceDefSeqHelper.extract(Any a) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.extract(Any a) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.narrow(Object obj) |
static LocalInterfaceDef[] |
LocalInterfaceDefSeqHelper.read(InputStream istream) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.read(InputStream istream) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
LocalInterfaceDefHelper.insert(Any a,
LocalInterfaceDef that) |
static void |
LocalInterfaceDefSeqHelper.insert(Any a,
LocalInterfaceDef[] that) |
static void |
LocalInterfaceDefHelper.write(OutputStream ostream,
LocalInterfaceDef value) |
static void |
LocalInterfaceDefSeqHelper.write(OutputStream ostream,
LocalInterfaceDef[] value) |
Constructor and Description |
---|
LocalInterfaceDefHolder(LocalInterfaceDef initialValue) |
LocalInterfaceDefSeqHolder(LocalInterfaceDef[] initialValue) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.