FileDocCategorySizeDatePackage
DynSequence.javaAPI DocJava SE 5 API1530Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

DynSequence

public interface DynSequence implements org.omg.CORBA.Object, org.omg.CORBA.DynAny
The representation of a DynAny object that is associated with an IDL sequence.
deprecated
Use the new DynSequence instead

Fields Summary
Constructors Summary
Methods Summary
public org.omg.CORBA.Any[]get_elements()
Returns the value of every element in this sequence.

return
an array of Any objects containing the values in the sequence
see
#set_elements

public intlength()
Returns the length of the sequence represented by this DynFixed object.

return
the length of the sequence

public voidlength(int arg)
Sets the length of the sequence represented by this DynFixed object to the given argument.

param
arg the length of the sequence

public voidset_elements(org.omg.CORBA.Any[] value)
Sets the values of all elements in this sequence with the given array.

param
value the array of Any objects to be set
exception
InvalidSeq if the array of values is bad
see
#get_elements