| 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 |
_ExceptionDefStub
org/omg/CORBA/_ExceptionDefStub.java .
|
| Modifier and Type | Field and Description |
|---|---|
ExceptionDef[] |
ExceptionDefSeqHolder.value |
ExceptionDef |
ExceptionDefHolder.value |
| Modifier and Type | Method and Description |
|---|---|
ExceptionDef |
ExceptionDefPOA._this() |
ExceptionDef |
ExceptionDefPOA._this(ORB orb) |
ExceptionDef |
_ValueDefStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
ValueDefPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_InterfaceDefStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
InterfaceDefPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_ExceptionDefStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
ExceptionDefPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_UnionDefStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
UnionDefPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_StructDefStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
StructDefPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_ModuleDefStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
ModuleDefPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_RepositoryStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
RepositoryPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
ContainerOperations.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
_ContainerStub.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef |
ContainerPOATie.create_exception(String id,
String name,
String version,
StructMember[] members) |
ExceptionDef[] |
OperationDefOperations.exceptions() |
ExceptionDef[] |
_OperationDefStub.exceptions() |
ExceptionDef[] |
OperationDefPOATie.exceptions() |
static ExceptionDef[] |
ExceptionDefSeqHelper.extract(Any a) |
static ExceptionDef |
ExceptionDefHelper.extract(Any a) |
static ExceptionDef |
ExceptionDefHelper.narrow(Object obj) |
static ExceptionDef[] |
ExceptionDefSeqHelper.read(InputStream istream) |
static ExceptionDef |
ExceptionDefHelper.read(InputStream istream) |
static ExceptionDef |
ExceptionDefHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
OperationDef |
ValueDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
_ValueDefStub.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
ValueDefPOATie.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
InterfaceDefOperations.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
_InterfaceDefStub.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
OperationDef |
InterfaceDefPOATie.create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription[] params,
ExceptionDef[] exceptions,
String[] contexts) |
void |
OperationDefOperations.exceptions(ExceptionDef[] newExceptions) |
void |
_OperationDefStub.exceptions(ExceptionDef[] newExceptions) |
void |
OperationDefPOATie.exceptions(ExceptionDef[] newExceptions) |
static void |
ExceptionDefHelper.insert(Any a,
ExceptionDef that) |
static void |
ExceptionDefSeqHelper.insert(Any a,
ExceptionDef[] that) |
static void |
ExceptionDefHelper.write(OutputStream ostream,
ExceptionDef value) |
static void |
ExceptionDefSeqHelper.write(OutputStream ostream,
ExceptionDef[] value) |
| Constructor and Description |
|---|
ExceptionDefHolder(ExceptionDef initialValue) |
ExceptionDefSeqHolder(ExceptionDef[] initialValue) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.