Uses of Class org.omg.CORBA.Any

Uses in package org.omg.CosNaming

Methods with parameter type org.omg.CORBA.Any

Binding
Extract the binding from the given Any.
BindingIterator
Extract the binding iterator from the given Any.
Binding[]
Extract the array of bindings from the given Any.
BindingType
Extract the binding type from the given Any.
String
Extract the IString from Any ((uses Any.extract_string()).
NameComponent
Extract the name component from this Any
NameComponent[]
Extract the Name the given Any.
NamingContextExt
Extract the naming context from the given Any.
NamingContext
Extract the naming context from the given Any.
void
Insert the IString into Any (uses Any.insert_string(String)).
void
Insert the binding into the given Any.
void
Insert the binding iterator into the given Any.
void
Insert the binding type into the given Any.
void
Insert the array of bindings into the given Any.
void
Insert the name compnent into the given Any.
void
Extract the Name from the given Any.
void
Insert the naming context into the given Any
void
Insert the naming context into the given Any

Uses in package org.omg.IOP

Methods with parameter type org.omg.CORBA.Any

byte[]
Encode the value, stored inside the given Any, into array of bytes.
byte[]
Encode the value (without the typecode), stored in the passed Any, into the given byte array.
CodecFactory
Extract the CodecFactory from given Any.
int
Extract the int from given Any.
IOR
Extract the IOR from given Any.
TaggedComponent[]
Extract the MultipleComponentProfile from given Any.
int
Extract the int from given Any.
ServiceContext
Extract the ServiceContext from given Any.
ServiceContext[]
Extract the ServiceContext[] from given Any.
int
Extract the int from given Any.
TaggedComponent
Extract the TaggedComponent from given Any.
TaggedProfile
Extract the TaggedProfile from given Any.
void
ComponentIdHelper.insert(Any any, int that)
Insert the int into the given Any.
void
ProfileIdHelper.insert(Any any, int that)
Insert the int into the given Any.
void
ServiceIdHelper.insert(Any any, int that)
Insert the int into the given Any.
void
Insert the CodecFactory into the given Any.
void
IORHelper.insert(Any any, IOR that)
Insert the IOR into the given Any.
void
Insert the ServiceContext into the given Any.
void
Insert the ServiceContext[] into the given Any.
void
Insert the TaggedComponent into the given Any.
void
Insert the MultipleComponentProfile into the given Any.
void
Insert the TaggedProfile into the given Any.

Methods with return type org.omg.CORBA.Any

Any
CodecOperations.decode(byte[] them)
Decode the given array of bytes and return the decoded value, inserted into Any.
Any
Decode the given array of bytes, supposing that they contain the given data structure, and return the decoded value.

Uses in package org.omg.PortableServer.CurrentPackage

Methods with parameter type org.omg.CORBA.Any

NoContext
Extract the NoContext from given Any.
void
Insert the NoContext into the given Any.

Uses in package org.omg.CORBA

Constructors with parameter type org.omg.CORBA.Any

AnyHolder.AnyHolder(Any initial_value)
Constructs an instance of AnyHolder, initializing value to the passed parameter.
Constructs an instance of AnySeqHolder, initializing value to the given array
Creates the name-value pair, initialising the fields to the passed values.
UnionMember.UnionMember(String a_name, Any a_label, TypeCode a_type, IDLType a_type_def)
Creates a union member.
Create the instance of the unknow user exception, initialised to the given value.

Fields of type org.omg.CORBA.Any

Any
The Any, holding the actual exception, that has been thrown by the server.
Any
The label of the union member.
Any
The instance of Any (not the "any value"), held by this holder.
Any[]
The Any[] (CORBA AnySeq) value, held by this AnySeqHolder.
Any
The value of the structure record.

Methods with parameter type org.omg.CORBA.Any

NamedValue
NVList.add_value(String a_name, Any a_value, int a_flags)
Create and add the named value object with the given name, value and flags.
DynAny
The support for DynAny and derived interfaces has never been implemented in Sun's java releases, at least till v1.4 inclusive.
NamedValue
ORB.create_named_value(String name, Any any, int flags)
Create a new named value.
Policy
ORB.create_policy(int type, Any value)
Creates the new policy of the specified type, having the given value.
boolean
Any.equal(Any other)
Compare this Any with another Any.
void
This method is deprecated, use set_exception(Any) (same parameter).
Any[]
Extract the array of Any's from the given Any.
boolean[]
Extract the boolean[] from the given Any.
char[]
Extract the char[] from the given Any.
CompletionStatus
Extract the CompletionStatus from the given Any.
Current
Extract the Current from given Any.
DefinitionKind
Extract the definition kind from the given Any.
double[]
Extract the double[] from the given Any.
String
Extract the FieldName from Any ((uses Any.extract_string()).
float[]
Extract the float[] from the given Any.
String
Extract the Identifier from Any ((uses Any.extract_string()).
IDLType
Extract the IDL type from the given Any.
long[]
Extract the long[] from the given Any.
int[]
Extract the int[] from the given Any.
NameValuePair
Extract the NameValuePair from the given Any.
Object
Extract the array of object from the given Any.
byte[]
Extract the byte[] from the given Any.
ParameterMode
Extract the parameter mode from the given Any.
short
Delegates call to Any.extract_short().
PolicyError
Extract the PolicyError from given Any.
Policy
Extract the Policy from given Any.
Policy[]
Extract the Policy[] from given Any.
int
Extract the int from given Any.
String
Extract the Repository Id from Any ((uses Any.extract_string()).
ServiceDetail
Extract the service detail info from the given Any
ServiceInformation
Extract the service information from the given Any.
SetOverrideType
Extract the definition kind from the given Any.
short[]
Extract the short[] from the given Any.
String[]
Extract the String[] from the given Any.
String
Extract the string from the given Any.
StructMember
Extract the structure member from the given Any.
long[]
Extract the long[] from the given Any.
int[]
Extract the int[] from the given Any.
UnionMember
Extract the union member from the given Any.
UnknownUserException
Extract the UnknownUserException from given Any.
short[]
Extract the short[] from the given Any.
Serializable
Extract the value type from the given Any.
ValueMember
Extract the value member from the given Any.
String
Extract the VersionSpec from Any ((uses Any.extract_string()).
short
Extract the Visibility from the given Any.
char[]
Extract the char[] from the given Any.
WrongTransaction
Extract the WrongTransaction from given Any.
String[]
Extract the String[] from the given Any.
String
Extract the wide string from the given Any.
void
Makes a DynAny from the Any.
void
BooleanSeqHelper.insert(Any into, boolean[] that)
Insert into the given boolean[] into the given Any.
void
OctetSeqHelper.insert(Any into, byte[] that)
Insert into the given byte[] into the given Any.
void
CharSeqHelper.insert(Any into, char[] that)
Insert into the given char[] into the given Any.
void
WCharSeqHelper.insert(Any into, char[] that)
Insert into the given char[] into the given Any.
void
DoubleSeqHelper.insert(Any into, double[] that)
Insert into the given double[] into the given Any.
void
FloatSeqHelper.insert(Any into, float[] that)
Insert into the given float[] into the given Any.
void
PolicyTypeHelper.insert(Any any, int that)
Insert the int into the given Any.
void
LongSeqHelper.insert(Any into, int[] that)
Insert into the given int[] into the given Any.
void
ULongSeqHelper.insert(Any into, int[] that)
Insert into the given int[] into the given Any.
void
Insert the value base that is Serializable into the given Any.
void
Insert the FieldName into Any (uses Any.insert_string(String)).
void
Insert the Identifier into Any (uses Any.insert_string(String)).
void
Insert the Repository Id into Any (uses Any.insert_string(String)).
void
Insert the string into the given Any.
void
Insert the VersionSpec into Any (uses Any.insert_string(String)).
void
Insert the wide string into the given Any.
void
Insert into the given String[] into the given Any.
void
Insert into the given String[] into the given Any.
void
LongLongSeqHelper.insert(Any into, long[] that)
Insert into the given long[] into the given Any.
void
ULongLongSeqHelper.insert(Any into, long[] that)
Insert into the given long[] into the given Any.
void
AnySeqHelper.insert(Any into, Any[] that)
Insert into the given Any[] into the given Any.
void
Insert into the given CompletionStatus into the given Any.
void
Insert the Current into the given Any.
void
Insert the definition kind into the given Any.
void
Insert the IDL type into the given Any.
void
Insert the NameValuePair into the given Any.
void
Insert the object into the given Any.
void
Insert the parameter mode into the given Any.
void
Insert the Policy into the given Any.
void
Insert the PolicyError into the given Any.
void
Insert the Policy[] into the given Any.
void
Insert the service detail into the given Any.
void
Insert the service information into the given Any.
void
Insert the definition kind into the given Any.
void
Insert the structure member into the given Any.
void
Inset the union member into the given Any.
void
Insert the UnknownUserException into the given Any.
void
Insert the value member into the given Any.
void
Insert the WrongTransaction into the given Any.
void
Delegates call to Any.insert_short(short).
void
VisibilityHelper.insert(Any any, short that)
Insert the Visibility into the given Any.
void
ShortSeqHelper.insert(Any into, short[] that)
Insert into the given short[] into the given Any.
void
UShortSeqHelper.insert(Any into, short[] that)
Insert into the given short[] into the given Any.
void
Insert the CORBA any into this Any
void
Insert the Any value into the enclosed Any inside this DynAny.
void
This method is deprecated, set_result(Any) (same parameter).
void
Set the elements from of the enclosed array of Anys.
void
Set the elements from of the enclosed array of Anys.
void
Should set the exception that has been thrown during the method invocation.
void
Set a property.
void
Should specify the return value for the call.
void
AnySeqHelper.write(OutputStream output, Any[] value)
Writes the array of Any's into the given stream.
void
Write Any to the output stream.
void
DataOutputStream.write_any_array(Any[] seq, int offset, int length)
Write array of Any's to the output stream.

Methods with return type org.omg.CORBA.Any

Any
Add the named input parameter that passes value to the method being invoked.
Any
Add the input/output parameter that passes value both to and from the method being invoked.
Any
Add the named input parameter that passes value to the method being invoked.
Any
Add the named input/output parameter that passes value both to and from the method being invoked.
Any
Add the named output parameter that passes value from the method being invoked.
Any
Add the output parameter that passes value from the method being invoked.
Any
Create an instance of the CORBA Any with the type, intialised to TCKind.tk_null
Any[]
Extract the array of Any's from the given Any.
Any
Extract another Any from this Any.
Any
Retrieves the Any, stored inside this DynAny.
Any[]
Get the elements of the enclosed array.
Any[]
Get the elements of the enclosed sequence.
Any
Retrieves the label of the union member at the given index.
Any[]
Reads the Any[] from the CORBA input stream.
Any
Read Any.
Any
Get the value, returned by the method.
Any
Returns the enclosed Any.
Any
Get the value of this parameter.

Uses in package org.omg.DynamicAny.DynAnyPackage

Methods with parameter type org.omg.CORBA.Any

InvalidValue
Extract the InvalidValue from given Any.
TypeMismatch
Extract the TypeMismatch from given Any.
void
Insert the InvalidValue into the given Any.
void
Insert the TypeMismatch into the given Any.

Uses in package org.omg.CosNaming.NamingContextExtPackage

Methods with parameter type org.omg.CORBA.Any

String
Just extracts string from this Any.
InvalidAddress
Extract the exception from the given Any.
String
Just extracts string from this Any.
String
Just extracts string from this Any.
void
Just inserts string into this Any.
void
Just inserts string into this Any.
void
Just inserts string into this Any.
void
Insert the exception into the given Any.

Uses in package org.omg.IOP.CodecFactoryPackage

Methods with parameter type org.omg.CORBA.Any

UnknownEncoding
Extract the UnknownEncoding from given Any.
void
Insert the UnknownEncoding into the given Any.

Uses in package org.omg.PortableInterceptor

Methods with parameter type org.omg.CORBA.Any

Policy
PolicyFactoryOperations.create_policy(int policy_type, Any policy_value)
Create and return the policy of the given type, having the given value.
int
Extract the int from given Any.
String[]
Extract the adapter name (String[]) from the given Any.
short
Extract the short from given Any.
Current
Extract the Current from given Any.
ForwardRequest
Extract the ForwardRequest from given Any.
InvalidSlot
Extract the InvalidSlot from given Any.
IORInterceptor_3_0
Extract the IORInterceptor_3_0 from given Any.
byte[]
Extract the Object Id from Any.
ObjectReferenceFactory
Extract the ObjectReferenceFactory from given Any.
ObjectReferenceTemplate
Extract the ObjectReferenceTemplate from given Any.
ObjectReferenceTemplate[]
Extract the ObjectReferenceTemplate[] from the given Any.
String
Extract the ORB Id from Any ((uses Any.extract_string()).
String
Extract the Server Id from Any ((uses Any.extract_string()).
void
ObjectIdHelper.insert(Any a, byte[] that)
Insert the Object Id into Any.
void
Insert the int into the given Any.
void
Insert the ORB Id into Any (uses Any.insert_string(String)).
void
Insert the Server Id into Any (uses Any.insert_string(String)).
void
Insert into the given adapter name (String[]) into the given Any.
void
Insert the Current into the given Any.
void
Insert the ForwardRequest into the given Any.
void
Insert the IORInterceptor_3_0 into the given Any.
void
Insert the InvalidSlot into the given Any.
void
Insert the ObjectReferenceFactory into the given Any.
void
Insert the ObjectReferenceTemplate into the given Any.
void
Insert into the given ObjectReferenceTemplate[] into the given Any.
void
AdapterStateHelper.insert(Any any, short that)
Insert the short into the given Any.
void
CurrentOperations.set_slot(int slot_id, Any data)
Sets data for the slot with the given slot_id.
void
Allows the interceptor to set a slot in the PortableInterceptor.Current that is in the scope of the request.

Methods with return type org.omg.CORBA.Any

Any
Get data from the slot with the given slot_id.
Any
Get the data from the given slot of the PortableInterceptor.Current that is in the scope of the request.
Any
Returns the remote exception that was thrown on the server side.
Any
Get the result of the operation invocation.
Any
Get the exception to be returned to the client.

Uses in package org.omg.Dynamic

Constructors with parameter type org.omg.CORBA.Any

Parameter.Parameter(Any an_argument, ParameterMode a_mode)
Create an instance, initialising field to the passed values.

Fields of type org.omg.CORBA.Any

Any
The Any, holding the value of the parameter.

Uses in package org.omg.IOP.CodecPackage

Methods with parameter type org.omg.CORBA.Any

FormatMismatch
Extract the FormatMismatch from given Any.
InvalidTypeForEncoding
Extract the InvalidTypeForEncoding from given Any.
TypeMismatch
Extract the TypeMismatch from given Any.
void
Insert the FormatMismatch into the given Any.
void
Insert the InvalidTypeForEncoding into the given Any.
void
Insert the TypeMismatch into the given Any.

Uses in package org.omg.PortableServer.POAPackage

Methods with parameter type org.omg.CORBA.Any

AdapterAlreadyExists
Extract the AdapterAlreadyExists from given Any.
AdapterNonExistent
Extract the AdapterNonExistent from given Any.
InvalidPolicy
Extract the InvalidPolicy from given Any.
NoServant
Extract the NoServant from given Any.
ObjectAlreadyActive
Extract the ObjectAlreadyActive from given Any.
ObjectNotActive
Extract the ObjectNotActive from given Any.
ServantAlreadyActive
Extract the ServantAlreadyActive from given Any.
ServantNotActive
Extract the ServantNotActive from given Any.
WrongAdapter
Extract the WrongAdapter from given Any.
WrongPolicy
Extract the WrongPolicy from given Any.
void
Insert the AdapterAlreadyExists into the given Any.
void
Insert the AdapterNonExistent into the given Any.
void
Insert the InvalidPolicy into the given Any.
void
Insert the NoServant into the given Any.
void
Insert the ObjectAlreadyActive into the given Any.
void
Insert the ObjectNotActive into the given Any.
void
Insert the ServantAlreadyActive into the given Any.
void
Insert the ServantNotActive into the given Any.
void
Insert the WrongAdapter into the given Any.
void
Insert the WrongPolicy into the given Any.

Uses in package org.omg.PortableServer.POAManagerPackage

Methods with parameter type org.omg.CORBA.Any

AdapterInactive
Extract the AdapterInactive from given Any.
void
Insert the AdapterInactive into the given Any.

Uses in package org.omg.Messaging

Methods with parameter type org.omg.CORBA.Any

short
Delegates call to Any.extract_short().
void
SyncScopeHelper.insert(Any a, short that)
Delegates call to Any.insert_short(short).

Uses in package org.omg.DynamicAny

Constructors with parameter type org.omg.CORBA.Any

Creates the name-value pair, initialising the fields to the passed values.

Fields of type org.omg.CORBA.Any

Any
The value of the structure record.

Methods with parameter type org.omg.CORBA.Any

DynAny
Create DynAny using the given Any as template.
DynAny
The remote call of this DynAnyFactory method is not possible (the created DynAny would not be transferred to client).
Any[]
Delegates call to AnySeqHelper.extract(Any).
DynAnyFactory
Extract the DynAnyFactory from given Any.
DynAny
Extract the DynAny from given Any.
DynAny[]
Extract the DynAnySeq from given Any.
DynArray
Extract the DynArray from given Any.
DynEnum
Extract the DynEnum from given Any.
DynFixed
Extract the DynFixed from given Any.
DynSequence
Extract the DynSequence from given Any.
DynStruct
Extract the DynStruct from given Any.
DynUnion
Extract the DynUnion from given Any.
DynValue
Extract the DynValue from given Any.
String
Extract the FieldName from Any ((uses Any.extract_string()).
NameDynAnyPair
Extract the NameDynAnyPair from given Any.
NameDynAnyPair[]
Extract the NameDynAnyPairSeq from given Any.
NameValuePair
Extract the NameValuePair from given Any.
NameValuePair[]
Extract the NameValuePairSeq from given Any.
void
Makes a DynAny from the Any.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
Insert the FieldName into Any (uses Any.insert_string(String)).
void
AnySeqHelper.insert(Any any, Any[] those)
Delegates call to AnySeqHelper.insert(Any,Any[]).
void
Insert the DynAny into the given Any.
void
Insert the DynAnyFactory into the given Any.
void
Insert the DynAnySeq into the given Any.
void
Insert the DynArray into the given Any.
void
Insert the DynEnum into the given Any.
void
Insert the DynFixed into the given Any.
void
Insert the DynSequence into the given Any.
void
Insert the DynStruct into the given Any.
void
Insert the DynUnion into the given Any.
void
Insert the DynValue into the given Any.
void
Insert the NameDynAnyPair into the given Any.
void
Insert the NameDynAnyPairSeq into the given Any.
void
Insert the NameValuePair into the given Any.
void
Insert the NameValuePairSeq into the given Any.
void
Insert the Any value into the enclosed Any inside this DynAny.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
Set the value of the "box" as Any.
void
Sets the array.
void
Sets the sequence elements from the array.
void
The remote call of DynArray methods is not possible.
void
The remote call of DynAny methods is not possible.
void
AnySeqHelper.write(OutputStream output, Any[] value)

Methods with return type org.omg.CORBA.Any

Any[]
Delegates call to AnySeqHelper.extract(Any).
Any
This method is used when the wrapped Any contains an instance of another Any itself.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
Get the return the content of the "box" as the Any.
Any[]
Returns the array.
Any[]
Returns the array, containing the sequence elements.
Any[]
The remote call of DynArray methods is not possible.
Any[]
The remote call of DynAny methods is not possible.
Any[]
Delegates call to AnySeqHelper.read(InputStream).
Any
Returns a shallow copy of the enclosed Any,
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.
Any
The remote call of DynAny methods is not possible.

Uses in package org.omg.PortableInterceptor.ORBInitInfoPackage

Methods with parameter type org.omg.CORBA.Any

DuplicateName
Extract the DuplicateName from given Any.
InvalidName
Extract the InvalidName from given Any.
String
Extract the Object Id from Any (uses Any.extract_string()).
void
Insert the Object Id into Any (uses Any.insert_string(String)).
void
Insert the DuplicateName into the given Any.
void
Insert the InvalidName into the given Any.

Uses in package org.omg.CORBA.portable

Methods with parameter type org.omg.CORBA.Any

void
Write CORBA Any.

Methods with return type org.omg.CORBA.Any

Any
Read a CORBA Any.

Uses in package org.omg.PortableServer

Methods with parameter type org.omg.CORBA.Any

Current
Extract the POA Current from given Any.
ForwardRequest
Extract the ForwardRequest from given Any.
POA
Extract the POA from given Any.
ServantActivator
Extract the ServantActivator from given Any.
ServantLocator
Extract the ServantLocator from given Any.
void
Insert the POA Current into the given Any.
void
Insert the ForwardRequest into the given Any.
void
POAHelper.insert(Any any, POA that)
Insert the POA into the given Any.
void
Insert the ServantActivator into the given Any.
void
Insert the ServantLocator into the given Any.

Uses in package org.omg.DynamicAny.DynAnyFactoryPackage

Methods with parameter type org.omg.CORBA.Any

InconsistentTypeCode
Extract the InconsistentTypeCode from given Any.
void
Insert the InconsistentTypeCode into the given Any.

Uses in package org.omg.CosNaming.NamingContextPackage

Methods with parameter type org.omg.CORBA.Any

AlreadyBound
Extract the exception from the given Any.
CannotProceed
Extract the exception from the given Any.
InvalidName
Extract the exception from the given Any.
NotEmpty
Extract the exception from the given Any.
NotFound
Extract the exception from the given Any.
NotFoundReason
Extract the exception from the given Any.
void
Insert the exception into the given Any.
void
Insert the exception into the given Any.
void
Insert the exception into the given Any.
void
Insert the exception into the given Any.
void
Insert the exception into the given Any.
void
Insert the exception into the given Any.