|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterMode | |
---|---|
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. |
Uses of ParameterMode in org.omg.CORBA |
---|
Fields in org.omg.CORBA declared as ParameterMode | |
---|---|
static ParameterMode |
ParameterMode.PARAM_IN
|
static ParameterMode |
ParameterMode.PARAM_INOUT
|
static ParameterMode |
ParameterMode.PARAM_OUT
|
ParameterMode |
ParameterModeHolder.value
|
Methods in org.omg.CORBA that return ParameterMode | |
---|---|
static ParameterMode |
ParameterModeHelper.extract(Any a)
|
static ParameterMode |
ParameterMode.from_int(int value)
|
static ParameterMode |
ParameterModeHelper.read(InputStream istream)
|
Methods in org.omg.CORBA with parameters of type ParameterMode | |
---|---|
static void |
ParameterModeHelper.insert(Any a,
ParameterMode that)
|
static void |
ParameterModeHelper.write(OutputStream ostream,
ParameterMode value)
|
Constructors in org.omg.CORBA with parameters of type ParameterMode | |
---|---|
ParameterModeHolder(ParameterMode initialValue)
|
Uses of ParameterMode in org.omg.Dynamic |
---|
Fields in org.omg.Dynamic declared as ParameterMode | |
---|---|
ParameterMode |
Parameter.mode
|
Constructors in org.omg.Dynamic with parameters of type ParameterMode | |
---|---|
Parameter(Any _argument,
ParameterMode _mode)
|
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.