|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Any | |
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.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. |
org.omg.CosNaming | Provides the naming service for Java IDL. |
org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming
(AlreadyBound , CannotProceed ,
InvalidName , NotEmpty , and
NotFound )
and also the Helper and Holder classes for those
exceptions. |
Uses of Any in org.omg.CORBA |
Fields in org.omg.CORBA declared as Any | |
Any |
AnyHolder.value
The Any value held by this AnyHolder object. |
Any |
UnionMember.label
The label of the union member described by this UnionMember object. |
Any[] |
AnySeqHolder.value
|
Any |
NameValuePair.value
The value to be associated with a name by this NameValuePair object. |
Any |
UnknownUserException.except
The Any instance that contains the actual user exception thrown
by the server. |
Methods in org.omg.CORBA that return Any | |
Any |
DynAny.to_any()
Convert a DynAny object to an Any
object. |
Any |
DynAny.get_any()
Retrieves the org.omg.CORBA.Any contained
in this DynAny object. |
abstract Any |
Any.extract_any()
Extracts the Any object in this
Any object's value field. |
abstract Any |
NamedValue.value()
Retrieves the value for this NamedValue object. |
Any[] |
DynArray.get_elements()
Returns the value of all the elements of this array. |
abstract Any |
TypeCode.member_label(int index)
Retrieves the label of the union member identified by the given index. |
Any |
DataInputStream.read_any()
Reads an IDL Any value from the input stream. |
abstract Any |
Request.add_in_arg()
Creates an input argument and adds it to this Request
object. |
abstract Any |
Request.add_named_in_arg(String name)
Creates an input argument with the given name and adds it to this Request object. |
abstract Any |
Request.add_inout_arg()
Adds an input/output argument to this Request object. |
abstract Any |
Request.add_named_inout_arg(String name)
Adds an input/output argument with the given name to this Request object. |
abstract Any |
Request.add_out_arg()
Adds an output argument to this Request object. |
abstract Any |
Request.add_named_out_arg(String name)
Adds an output argument with the given name to this Request object. |
abstract Any |
Request.return_value()
Returns the Any object that contains the value for the
result of the method. |
abstract Any |
ORB.create_any()
Creates an IDL Any object initialized to
contain a Typecode object whose kind field
is set to TCKind.tc_null . |
Any[] |
DynSequence.get_elements()
Returns the value of every element in this sequence. |
static Any[] |
AnySeqHelper.extract(Any a)
|
static Any[] |
AnySeqHelper.read(InputStream istream)
|
Methods in org.omg.CORBA with parameters of type Any | |
void |
DynAny.from_any(Any value)
Make a DynAny object from an Any
object. |
void |
DynAny.insert_any(Any value)
Inserts the given org.omg.CORBA.Any object as the value for this
DynAny object. |
static void |
UnionMemberHelper.insert(Any a,
UnionMember that)
|
static UnionMember |
UnionMemberHelper.extract(Any a)
|
static ServiceInformation |
ServiceInformationHelper.extract(Any a)
|
static void |
ServiceInformationHelper.insert(Any a,
ServiceInformation that)
|
static void |
PolicyListHelper.insert(Any a,
Policy[] that)
|
static Policy[] |
PolicyListHelper.extract(Any a)
|
abstract boolean |
Any.equal(Any a)
Checks for equality between this Any object and the
given Any object. |
abstract void |
Any.insert_any(Any a)
Inserts the given Any object
into this Any object's value field. |
static void |
NameValuePairHelper.insert(Any a,
NameValuePair that)
|
static NameValuePair |
NameValuePairHelper.extract(Any a)
|
static void |
LongSeqHelper.insert(Any a,
int[] that)
|
static int[] |
LongSeqHelper.extract(Any a)
|
static void |
OctetSeqHelper.insert(Any a,
byte[] that)
|
static byte[] |
OctetSeqHelper.extract(Any a)
|
static void |
IdentifierHelper.insert(Any a,
String that)
|
static String |
IdentifierHelper.extract(Any a)
|
static void |
FloatSeqHelper.insert(Any a,
float[] that)
|
static float[] |
FloatSeqHelper.extract(Any a)
|
static ServiceDetail |
ServiceDetailHelper.extract(Any a)
|
static void |
ServiceDetailHelper.insert(Any a,
ServiceDetail that)
|
static void |
BooleanSeqHelper.insert(Any a,
boolean[] that)
|
static boolean[] |
BooleanSeqHelper.extract(Any a)
|
static void |
VisibilityHelper.insert(Any a,
short that)
|
static short |
VisibilityHelper.extract(Any a)
|
static void |
ULongSeqHelper.insert(Any a,
int[] that)
|
static int[] |
ULongSeqHelper.extract(Any a)
|
static void |
StringValueHelper.insert(Any a,
String that)
|
static String |
StringValueHelper.extract(Any a)
|
static void |
CharSeqHelper.insert(Any a,
char[] that)
|
static char[] |
CharSeqHelper.extract(Any a)
|
void |
DynArray.set_elements(Any[] value)
Sets the value of this DynArray object to the given array. |
static void |
SetOverrideTypeHelper.insert(Any a,
SetOverrideType that)
|
static SetOverrideType |
SetOverrideTypeHelper.extract(Any a)
|
static void |
VersionSpecHelper.insert(Any a,
String that)
|
static String |
VersionSpecHelper.extract(Any a)
|
static void |
DefinitionKindHelper.insert(Any a,
DefinitionKind that)
|
static DefinitionKind |
DefinitionKindHelper.extract(Any a)
|
static void |
StructMemberHelper.insert(Any a,
StructMember that)
|
static StructMember |
StructMemberHelper.extract(Any a)
|
static void |
IDLTypeHelper.insert(Any a,
IDLType that)
|
static IDLType |
IDLTypeHelper.extract(Any a)
|
static void |
UShortSeqHelper.insert(Any a,
short[] that)
|
static short[] |
UShortSeqHelper.extract(Any a)
|
static void |
WCharSeqHelper.insert(Any a,
char[] that)
|
static char[] |
WCharSeqHelper.extract(Any a)
|
void |
DataOutputStream.write_any(Any value)
Writes the Any value to the output stream. |
void |
DataOutputStream.write_any_array(Any[] seq,
int offset,
int length)
Writes the array of IDL Anys from offset for length elements to the output stream. |
static void |
DoubleSeqHelper.insert(Any a,
double[] that)
|
static double[] |
DoubleSeqHelper.extract(Any a)
|
static void |
WStringValueHelper.insert(Any a,
String that)
|
static String |
WStringValueHelper.extract(Any a)
|
static void |
PolicyTypeHelper.insert(Any a,
int that)
|
static int |
PolicyTypeHelper.extract(Any a)
|
void |
ServerRequest.result(Any any)
Deprecated. use the method set_result |
void |
ServerRequest.set_result(Any any)
Specifies any return value for the call. |
void |
ServerRequest.except(Any any)
Deprecated. use set_exception() |
void |
ServerRequest.set_exception(Any any)
Returns the given exception to the client. |
static void |
ULongLongSeqHelper.insert(Any a,
long[] that)
|
static long[] |
ULongLongSeqHelper.extract(Any a)
|
static void |
RepositoryIdHelper.insert(Any a,
String that)
|
static String |
RepositoryIdHelper.extract(Any a)
|
static void |
ShortSeqHelper.insert(Any a,
short[] that)
|
static short[] |
ShortSeqHelper.extract(Any a)
|
abstract NamedValue |
ORB.create_named_value(String s,
Any any,
int flags)
Creates a NamedValue object
using the given name, value, and argument mode flags. |
DynAny |
ORB.create_dyn_any(Any value)
See package comments regarding unimplemented features. |
Policy |
ORB.create_policy(int type,
Any val)
See package comments regarding unimplemented features. |
static void |
ObjectHelper.insert(Any a,
Object that)
|
static Object |
ObjectHelper.extract(Any a)
|
static void |
CurrentHelper.insert(Any a,
Current that)
|
static Current |
CurrentHelper.extract(Any a)
|
static void |
LongLongSeqHelper.insert(Any a,
long[] that)
|
static long[] |
LongLongSeqHelper.extract(Any a)
|
abstract void |
Context.set_one_value(String propname,
Any propvalue)
Creates a NamedValue object and adds it to this
Context object. |
abstract NamedValue |
NVList.add_value(String item_name,
Any val,
int flags)
Creates a new NamedValue object initialized with the
given name, value, and flag,
and adds it to the end of this NVList object. |
void |
DynSequence.set_elements(Any[] value)
Sets the values of all elements in this sequence with the given array. |
static void |
CompletionStatusHelper.insert(Any a,
CompletionStatus that)
|
static CompletionStatus |
CompletionStatusHelper.extract(Any a)
|
static void |
FieldNameHelper.insert(Any a,
String that)
|
static String |
FieldNameHelper.extract(Any a)
|
static void |
ValueBaseHelper.insert(Any a,
Serializable that)
|
static Serializable |
ValueBaseHelper.extract(Any a)
|
static void |
PolicyHelper.insert(Any a,
Policy that)
|
static Policy |
PolicyHelper.extract(Any a)
|
static void |
AnySeqHelper.insert(Any a,
Any[] that)
|
static Any[] |
AnySeqHelper.extract(Any a)
|
static void |
AnySeqHelper.write(OutputStream ostream,
Any[] value)
|
static void |
ValueMemberHelper.insert(Any a,
ValueMember that)
|
static ValueMember |
ValueMemberHelper.extract(Any a)
|
Constructors in org.omg.CORBA with parameters of type Any | |
AnyHolder(Any initial)
Constructs a new AnyHolder object for the given
Any object. |
|
UnionMember(String __name,
Any __label,
TypeCode __type,
IDLType __type_def)
Constructs a new UnionMember object with its fields initialized
to the given values. |
|
AnySeqHolder(Any[] initialValue)
|
|
NameValuePair(String __id,
Any __value)
Constructs a NameValuePair object that associates
the given name with the given org.omg.CORBA.Any object. |
|
UnknownUserException(Any a)
Constructs an UnknownUserException object that contains the given
Any object. |
Uses of Any in org.omg.CORBA.portable |
Methods in org.omg.CORBA.portable that return Any | |
abstract Any |
InputStream.read_any()
Reads an Any from this input stream. |
Methods in org.omg.CORBA.portable with parameters of type Any | |
abstract void |
OutputStream.write_any(Any value)
Writes an Any on this output stream. |
Uses of Any in org.omg.CosNaming |
Methods in org.omg.CosNaming with parameters of type Any | |
static NameComponent[] |
NameHelper.extract(Any a)
|
static void |
NameHelper.insert(Any a,
NameComponent[] that)
|
static String |
IstringHelper.extract(Any a)
|
static void |
IstringHelper.insert(Any a,
String that)
|
static Binding[] |
BindingListHelper.extract(Any a)
|
static void |
BindingListHelper.insert(Any a,
Binding[] that)
|
static BindingIterator |
BindingIteratorHelper.extract(Any a)
|
static void |
BindingIteratorHelper.insert(Any a,
BindingIterator that)
|
static NameComponent |
NameComponentHelper.extract(Any a)
|
static void |
NameComponentHelper.insert(Any a,
NameComponent that)
|
static BindingType |
BindingTypeHelper.extract(Any a)
|
static void |
BindingTypeHelper.insert(Any a,
BindingType that)
|
static NamingContext |
NamingContextHelper.extract(Any a)
|
static void |
NamingContextHelper.insert(Any a,
NamingContext that)
|
static Binding |
BindingHelper.extract(Any a)
|
static void |
BindingHelper.insert(Any a,
Binding that)
|
Uses of Any in org.omg.CosNaming.NamingContextPackage |
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type Any | |
static AlreadyBound |
AlreadyBoundHelper.extract(Any a)
|
static void |
AlreadyBoundHelper.insert(Any a,
AlreadyBound that)
|
static NotFoundReason |
NotFoundReasonHelper.extract(Any a)
|
static void |
NotFoundReasonHelper.insert(Any a,
NotFoundReason that)
|
static NotFound |
NotFoundHelper.extract(Any a)
|
static void |
NotFoundHelper.insert(Any a,
NotFound that)
|
static CannotProceed |
CannotProceedHelper.extract(Any a)
|
static void |
CannotProceedHelper.insert(Any a,
CannotProceed that)
|
static InvalidName |
InvalidNameHelper.extract(Any a)
|
static void |
InvalidNameHelper.insert(Any a,
InvalidName that)
|
static NotEmpty |
NotEmptyHelper.extract(Any a)
|
static void |
NotEmptyHelper.insert(Any a,
NotEmpty that)
|
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.