-
- All Superinterfaces:
- Object
Deprecated.Use the new DynAny instead
@Deprecated public interface DynAny extends Object
Enables org.omg.CORBA.Any values to be dynamically interpreted (traversed) and constructed. A DynAny object is associated with a data value which may correspond to a copy of the value inserted into an Any. The DynAny APIs enable traversal of the data value associated with an Any at runtime and extraction of the primitive constituents of the data value.
-
-
Method Summary
Methods Modifier and Type Method and Description void
assign(DynAny dyn_any)
Deprecated.Copy the contents from one Dynamic Any into another.DynAny
copy()
Deprecated.Clones thisDynAny
object.DynAny
current_component()
Deprecated.Returns aDynAny
object reference that can be used to get/set the value of the component currently accessed.void
destroy()
Deprecated.Destroys thisDynAny
object and frees any resources used to represent the data value associated with it.void
from_any(Any value)
Deprecated.Make aDynAny
object from anAny
object.Any
get_any()
Deprecated.Retrieves theorg.omg.CORBA.Any
contained in thisDynAny
object.boolean
get_boolean()
Deprecated.Retrieves theboolean
contained in thisDynAny
object.char
get_char()
Deprecated.Retrieves thechar
contained in thisDynAny
object.double
get_double()
Deprecated.Retrieves thedouble
contained in thisDynAny
object.float
get_float()
Deprecated.Retrieves thefloat
contained in thisDynAny
object.int
get_long()
Deprecated.Retrieves theint
contained in thisDynAny
object.long
get_longlong()
Deprecated.Retrieves thelong
contained in thisDynAny
object.byte
get_octet()
Deprecated.Retrieves thebyte
contained in thisDynAny
object.Object
get_reference()
Deprecated.Retrieves theorg.omg.CORBA.Other
contained in thisDynAny
object.short
get_short()
Deprecated.Retrieves theshort
contained in thisDynAny
object.String
get_string()
Deprecated.Retrieves theString
contained in thisDynAny
object.TypeCode
get_typecode()
Deprecated.Retrieves theorg.omg.CORBA.TypeCode
contained in thisDynAny
object.int
get_ulong()
Deprecated.Retrieves theint
contained in thisDynAny
object.long
get_ulonglong()
Deprecated.Retrieves thelong
contained in thisDynAny
object.short
get_ushort()
Deprecated.Retrieves theshort
contained in thisDynAny
object.Serializable
get_val()
Deprecated.Retrieves thejava.io.Serializable
object contained in thisDynAny
object.char
get_wchar()
Deprecated.Retrieves thechar
contained in thisDynAny
object.String
get_wstring()
Deprecated.Retrieves theString
contained in thisDynAny
object.void
insert_any(Any value)
Deprecated.Inserts the givenorg.omg.CORBA.Any
object as the value for thisDynAny
object.void
insert_boolean(boolean value)
Deprecated.Inserts the givenboolean
as the value for thisDynAny
object.void
insert_char(char value)
Deprecated.Inserts the givenchar
as the value for thisDynAny
object.void
insert_double(double value)
Deprecated.Inserts the givendouble
as the value for thisDynAny
object.void
insert_float(float value)
Deprecated.Inserts the givenfloat
as the value for thisDynAny
object.void
insert_long(int value)
Deprecated.Inserts the givenint
as the value for thisDynAny
object.void
insert_longlong(long value)
Deprecated.Inserts the givenlong
as the value for thisDynAny
object.void
insert_octet(byte value)
Deprecated.Inserts the givenbyte
as the value for thisDynAny
object.void
insert_reference(Object value)
Deprecated.Inserts the givenorg.omg.CORBA.Object
as the value for thisDynAny
object.void
insert_short(short value)
Deprecated.Inserts the givenshort
as the value for thisDynAny
object.void
insert_string(String value)
Deprecated.Inserts the givenString
object as the value for thisDynAny
object.void
insert_typecode(TypeCode value)
Deprecated.Inserts the givenorg.omg.CORBA.TypeCode
as the value for thisDynAny
object.void
insert_ulong(int value)
Deprecated.Inserts the givenint
as the value for thisDynAny
object.void
insert_ulonglong(long value)
Deprecated.Inserts the givenlong
as the value for thisDynAny
object.void
insert_ushort(short value)
Deprecated.Inserts the givenshort
as the value for thisDynAny
object.void
insert_val(Serializable value)
Deprecated.Inserts the givenjava.io.Serializable
object as the value for thisDynAny
object.void
insert_wchar(char value)
Deprecated.Inserts the givenchar
as the value for thisDynAny
object.void
insert_wstring(String value)
Deprecated.Inserts the givenString
as the value for thisDynAny
object.boolean
next()
Deprecated.Moves to the next component of thisDynAny
object.void
rewind()
Deprecated.Moves the internal pointer to the first component.boolean
seek(int index)
Deprecated.Moves the internal pointer to the given index.Any
to_any()
Deprecated.Convert aDynAny
object to anAny
object.TypeCode
type()
Deprecated.Returns theTypeCode
of the object inserted into thisDynAny
.-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-
-
-
Method Detail
-
type
TypeCode type()
Deprecated.Returns theTypeCode
of the object inserted into thisDynAny
.- Returns:
- the
TypeCode
object.
-
assign
void assign(DynAny dyn_any) throws Invalid
Deprecated.Copy the contents from one Dynamic Any into another.- Parameters:
dyn_any
- theDynAny
object whose contents are assigned to thisDynAny
.- Throws:
Invalid
- if the sourceDynAny
is invalid
-
from_any
void from_any(Any value) throws Invalid
Deprecated.Make aDynAny
object from anAny
object.- Parameters:
value
- theAny
object.- Throws:
Invalid
- if the sourceAny
object is empty or bad
-
to_any
Any to_any() throws Invalid
Deprecated.Convert aDynAny
object to anAny
object.- Returns:
- the
Any
object. - Throws:
Invalid
- if thisDynAny
is empty or bad. created or does not contain a meaningful value
-
destroy
void destroy()
Deprecated.Destroys thisDynAny
object and frees any resources used to represent the data value associated with it. This method also destroys allDynAny
objects obtained from it.Destruction of
DynAny
objects should be handled with care, taking into account issues dealing with the representation of data values associated withDynAny
objects. A programmer who wants to destroy aDynAny
object but still be able to manipulate some component of the data value associated with it, should first create aDynAny
object for the component and then make a copy of the createdDynAny
object.
-
copy
DynAny copy()
Deprecated.Clones thisDynAny
object.- Returns:
- a copy of this
DynAny
object
-
insert_boolean
void insert_boolean(boolean value) throws InvalidValue
Deprecated.Inserts the givenboolean
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theboolean
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_octet
void insert_octet(byte value) throws InvalidValue
Deprecated.Inserts the givenbyte
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thebyte
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_char
void insert_char(char value) throws InvalidValue
Deprecated.Inserts the givenchar
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thechar
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_short
void insert_short(short value) throws InvalidValue
Deprecated.Inserts the givenshort
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theshort
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_ushort
void insert_ushort(short value) throws InvalidValue
Deprecated.Inserts the givenshort
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theshort
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_long
void insert_long(int value) throws InvalidValue
Deprecated.Inserts the givenint
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theint
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_ulong
void insert_ulong(int value) throws InvalidValue
Deprecated.Inserts the givenint
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theint
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_float
void insert_float(float value) throws InvalidValue
Deprecated.Inserts the givenfloat
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thefloat
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_double
void insert_double(double value) throws InvalidValue
Deprecated.Inserts the givendouble
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thedouble
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_string
void insert_string(String value) throws InvalidValue
Deprecated.Inserts the givenString
object as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theString
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_reference
void insert_reference(Object value) throws InvalidValue
Deprecated.Inserts the givenorg.omg.CORBA.Object
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theorg.omg.CORBA.Object
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_typecode
void insert_typecode(TypeCode value) throws InvalidValue
Deprecated.Inserts the givenorg.omg.CORBA.TypeCode
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theorg.omg.CORBA.TypeCode
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_longlong
void insert_longlong(long value) throws InvalidValue
Deprecated.Inserts the givenlong
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thelong
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_ulonglong
void insert_ulonglong(long value) throws InvalidValue
Deprecated.Inserts the givenlong
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thelong
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_wchar
void insert_wchar(char value) throws InvalidValue
Deprecated.Inserts the givenchar
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thechar
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_wstring
void insert_wstring(String value) throws InvalidValue
Deprecated.Inserts the givenString
as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theString
to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_any
void insert_any(Any value) throws InvalidValue
Deprecated.Inserts the givenorg.omg.CORBA.Any
object as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- theorg.omg.CORBA.Any
object to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
insert_val
void insert_val(Serializable value) throws InvalidValue
Deprecated.Inserts the givenjava.io.Serializable
object as the value for thisDynAny
object.If this method is called on a constructed
DynAny
object, it initializes the next component of the constructed data value associated with thisDynAny
object.- Parameters:
value
- thejava.io.Serializable
object to insert into thisDynAny
object- Throws:
InvalidValue
- if the value inserted is not consistent with the type of the accessed component in thisDynAny
object
-
get_val
Serializable get_val() throws TypeMismatch
Deprecated.Retrieves thejava.io.Serializable
object contained in thisDynAny
object.- Returns:
- the
java.io.Serializable
object that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for ajava.io.Serializable
object
-
get_boolean
boolean get_boolean() throws TypeMismatch
Deprecated.Retrieves theboolean
contained in thisDynAny
object.- Returns:
- the
boolean
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for aboolean
-
get_octet
byte get_octet() throws TypeMismatch
Deprecated.Retrieves thebyte
contained in thisDynAny
object.- Returns:
- the
byte
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for abyte
-
get_char
char get_char() throws TypeMismatch
Deprecated.Retrieves thechar
contained in thisDynAny
object.- Returns:
- the
char
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for achar
-
get_short
short get_short() throws TypeMismatch
Deprecated.Retrieves theshort
contained in thisDynAny
object.- Returns:
- the
short
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for ashort
-
get_ushort
short get_ushort() throws TypeMismatch
Deprecated.Retrieves theshort
contained in thisDynAny
object.- Returns:
- the
short
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for ashort
-
get_long
int get_long() throws TypeMismatch
Deprecated.Retrieves theint
contained in thisDynAny
object.- Returns:
- the
int
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for aint
-
get_ulong
int get_ulong() throws TypeMismatch
Deprecated.Retrieves theint
contained in thisDynAny
object.- Returns:
- the
int
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for aint
-
get_float
float get_float() throws TypeMismatch
Deprecated.Retrieves thefloat
contained in thisDynAny
object.- Returns:
- the
float
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for afloat
-
get_double
double get_double() throws TypeMismatch
Deprecated.Retrieves thedouble
contained in thisDynAny
object.- Returns:
- the
double
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for adouble
-
get_string
String get_string() throws TypeMismatch
Deprecated.Retrieves theString
contained in thisDynAny
object.- Returns:
- the
String
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for aString
-
get_reference
Object get_reference() throws TypeMismatch
Deprecated.Retrieves theorg.omg.CORBA.Other
contained in thisDynAny
object.- Returns:
- the
org.omg.CORBA.Other
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for anorg.omg.CORBA.Other
-
get_typecode
TypeCode get_typecode() throws TypeMismatch
Deprecated.Retrieves theorg.omg.CORBA.TypeCode
contained in thisDynAny
object.- Returns:
- the
org.omg.CORBA.TypeCode
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for aorg.omg.CORBA.TypeCode
-
get_longlong
long get_longlong() throws TypeMismatch
Deprecated.Retrieves thelong
contained in thisDynAny
object.- Returns:
- the
long
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for along
-
get_ulonglong
long get_ulonglong() throws TypeMismatch
Deprecated.Retrieves thelong
contained in thisDynAny
object.- Returns:
- the
long
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for along
-
get_wchar
char get_wchar() throws TypeMismatch
Deprecated.Retrieves thechar
contained in thisDynAny
object.- Returns:
- the
char
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for achar
-
get_wstring
String get_wstring() throws TypeMismatch
Deprecated.Retrieves theString
contained in thisDynAny
object.- Returns:
- the
String
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for aString
-
get_any
Any get_any() throws TypeMismatch
Deprecated.Retrieves theorg.omg.CORBA.Any
contained in thisDynAny
object.- Returns:
- the
org.omg.CORBA.Any
that is the value for thisDynAny
object - Throws:
TypeMismatch
- if the type code of the accessed component in thisDynAny
object is not equivalent to the type code for anorg.omg.CORBA.Any
-
current_component
DynAny current_component()
Deprecated.Returns aDynAny
object reference that can be used to get/set the value of the component currently accessed. The appropriateinsert
method can be called on the resultingDynAny
object to initialize the component. The appropriateget
method can be called on the resultingDynAny
object to extract the value of the component.- Returns:
- a
DynAny
object reference that can be used to retrieve or set the value of the component currently accessed
-
next
boolean next()
Deprecated.Moves to the next component of thisDynAny
object. This method is used for iterating through the components of a constructed type, effectively moving a pointer from one component to the next. The pointer starts out on the first component when aDynAny
object is created.- Returns:
true
if the pointer points to a component;false
if there are no more components or thisDynAny
is associated with a basic type rather than a constructed type
-
seek
boolean seek(int index)
Deprecated.Moves the internal pointer to the given index. Logically, this method sets a new offset for this pointer.- Parameters:
index
- anint
indicating the position to which the pointer should move. The first position is 0.- Returns:
true
if the pointer points to a component;false
if there is no component at the designated index. If thisDynAny
object is associated with a basic type, this method returnsfalse
for any index other than 0.
-
rewind
void rewind()
Deprecated.Moves the internal pointer to the first component.
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-org/omg/CORBA/DynAny.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.