| 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 |
_OperationDefStub
org/omg/CORBA/_OperationDefStub.java .
|
| Modifier and Type | Field and Description |
|---|---|
OperationDef |
OperationDefHolder.value |
| Modifier and Type | Method and Description |
|---|---|
OperationDef |
OperationDefPOA._this() |
OperationDef |
OperationDefPOA._this(ORB orb) |
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) |
static OperationDef |
OperationDefHelper.extract(Any a) |
static OperationDef |
OperationDefHelper.narrow(Object obj) |
static OperationDef |
OperationDefHelper.read(InputStream istream) |
static OperationDef |
OperationDefHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OperationDefHelper.insert(Any a,
OperationDef that) |
static void |
OperationDefHelper.write(OutputStream ostream,
OperationDef value) |
| Constructor and Description |
|---|
OperationDefHolder(OperationDef initialValue) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.