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).
|
org.omg.Dynamic |
This package contains the Dynamic module specified in the OMG Portable
Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9.
|
Modifier and Type | Field and Description |
---|---|
static ParameterMode |
ParameterMode.PARAM_IN |
static ParameterMode |
ParameterMode.PARAM_INOUT |
static ParameterMode |
ParameterMode.PARAM_OUT |
ParameterMode |
ParameterModeHolder.value |
Modifier and Type | Method and Description |
---|---|
static ParameterMode |
ParameterModeHelper.extract(Any a) |
static ParameterMode |
ParameterMode.from_int(int value) |
static ParameterMode |
ParameterModeHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterModeHelper.insert(Any a,
ParameterMode that) |
static void |
ParameterModeHelper.write(OutputStream ostream,
ParameterMode value) |
Constructor and Description |
---|
ParameterModeHolder(ParameterMode initialValue) |
Modifier and Type | Field and Description |
---|---|
ParameterMode |
Parameter.mode |
Constructor and Description |
---|
Parameter(Any _argument,
ParameterMode _mode) |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.