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