org.omg.DynamicAny

Class _DynArrayStub

public class _DynArrayStub extends ObjectImpl implements DynArray, Serializable

Should provide support for remote invocation of methods on DynArray. As DynArray can never be remote at least till 1.5 inclusive, this class is not in use.
Field Summary
static Class_opsClass
The purpose and value of this field are not documented.
Constructor Summary
_DynArrayStub()
Create the DynArray stub.
Method Summary
voidassign(DynAny _0)
The remote call of DynAny methods is not possible.
intcomponent_count()
The remote call of DynAny methods is not possible.
DynAnycopy()
The remote call of DynAny methods is not possible.
DynAnycurrent_component()
The remote call of DynAny methods is not possible.
voiddestroy()
The remote call of DynAny methods is not possible.
booleanequal(DynAny _0)
The remote call of DynAny methods is not possible.
voidfrom_any(Any _0)
The remote call of DynAny methods is not possible.
Anyget_any()
The remote call of DynAny methods is not possible.
booleanget_boolean()
The remote call of DynAny methods is not possible.
charget_char()
The remote call of DynAny methods is not possible.
doubleget_double()
The remote call of DynAny methods is not possible.
DynAnyget_dyn_any()
The remote call of DynAny methods is not possible.
Any[]get_elements()
The remote call of DynArray methods is not possible.
DynAny[]get_elements_as_dyn_any()
The remote call of DynArray methods is not possible.
floatget_float()
The remote call of DynAny methods is not possible.
intget_long()
The remote call of DynAny methods is not possible.
longget_longlong()
The remote call of DynAny methods is not possible.
byteget_octet()
The remote call of DynAny methods is not possible.
Objectget_reference()
The remote call of DynAny methods is not possible.
shortget_short()
The remote call of DynAny methods is not possible.
Stringget_string()
The remote call of DynAny methods is not possible.
TypeCodeget_typecode()
The remote call of DynAny methods is not possible.
intget_ulong()
The remote call of DynAny methods is not possible.
longget_ulonglong()
The remote call of DynAny methods is not possible.
shortget_ushort()
The remote call of DynAny methods is not possible.
Serializableget_val()
The remote call of DynAny methods is not possible.
charget_wchar()
The remote call of DynAny methods is not possible.
Stringget_wstring()
The remote call of DynAny methods is not possible.
voidinsert_any(Any _0)
The remote call of DynAny methods is not possible.
voidinsert_boolean(boolean _0)
The remote call of DynAny methods is not possible.
voidinsert_char(char _0)
The remote call of DynAny methods is not possible.
voidinsert_double(double _0)
The remote call of DynAny methods is not possible.
voidinsert_dyn_any(DynAny _0)
The remote call of DynAny methods is not possible.
voidinsert_float(float _0)
The remote call of DynAny methods is not possible.
voidinsert_long(int _0)
The remote call of DynAny methods is not possible.
voidinsert_longlong(long _0)
The remote call of DynAny methods is not possible.
voidinsert_octet(byte _0)
The remote call of DynAny methods is not possible.
voidinsert_reference(Object _0)
The remote call of DynAny methods is not possible.
voidinsert_short(short _0)
The remote call of DynAny methods is not possible.
voidinsert_string(String _0)
The remote call of DynAny methods is not possible.
voidinsert_typecode(TypeCode _0)
The remote call of DynAny methods is not possible.
voidinsert_ulong(int _0)
The remote call of DynAny methods is not possible.
voidinsert_ulonglong(long _0)
The remote call of DynAny methods is not possible.
voidinsert_ushort(short _0)
The remote call of DynAny methods is not possible.
voidinsert_val(Serializable _0)
The remote call of DynAny methods is not possible.
voidinsert_wchar(char _0)
The remote call of DynAny methods is not possible.
voidinsert_wstring(String _0)
The remote call of DynAny methods is not possible.
booleannext()
The remote call of DynAny methods is not possible.
voidrewind()
The remote call of DynAny methods is not possible.
booleanseek(int _0)
The remote call of DynAny methods is not possible.
voidset_elements(Any[] _0)
The remote call of DynArray methods is not possible.
voidset_elements_as_dyn_any(DynAny[] _0)
The remote call of DynArray methods is not possible.
Anyto_any()
The remote call of DynAny methods is not possible.
TypeCodetype()
The remote call of DynAny methods is not possible.
String[]_ids()
Return the array of repository ids for this object.

Field Detail

_opsClass

public static final Class _opsClass
The purpose and value of this field are not documented.

Constructor Detail

_DynArrayStub

public _DynArrayStub()
Create the DynArray stub.

Method Detail

assign

public void assign(DynAny _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

component_count

public int component_count()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

copy

public DynAny copy()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

current_component

public DynAny current_component()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

destroy

public void destroy()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

equal

public boolean equal(DynAny _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

from_any

public void from_any(Any _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_any

public Any get_any()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_boolean

public boolean get_boolean()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_char

public char get_char()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_double

public double get_double()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_dyn_any

public DynAny get_dyn_any()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_elements

public Any[] get_elements()
The remote call of DynArray methods is not possible.

Throws: MARSHAL, always.

get_elements_as_dyn_any

public DynAny[] get_elements_as_dyn_any()
The remote call of DynArray methods is not possible.

Throws: MARSHAL, always.

get_float

public float get_float()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_long

public int get_long()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_longlong

public long get_longlong()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_octet

public byte get_octet()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_reference

public Object get_reference()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_short

public short get_short()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_string

public String get_string()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_typecode

public TypeCode get_typecode()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_ulong

public int get_ulong()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_ulonglong

public long get_ulonglong()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_ushort

public short get_ushort()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_val

public Serializable get_val()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_wchar

public char get_wchar()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

get_wstring

public String get_wstring()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_any

public void insert_any(Any _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_boolean

public void insert_boolean(boolean _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_char

public void insert_char(char _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_double

public void insert_double(double _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_dyn_any

public void insert_dyn_any(DynAny _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_float

public void insert_float(float _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_long

public void insert_long(int _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_longlong

public void insert_longlong(long _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_octet

public void insert_octet(byte _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_reference

public void insert_reference(Object _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_short

public void insert_short(short _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_string

public void insert_string(String _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_typecode

public void insert_typecode(TypeCode _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_ulong

public void insert_ulong(int _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_ulonglong

public void insert_ulonglong(long _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_ushort

public void insert_ushort(short _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_val

public void insert_val(Serializable _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_wchar

public void insert_wchar(char _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

insert_wstring

public void insert_wstring(String _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

next

public boolean next()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

rewind

public void rewind()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

seek

public boolean seek(int _0)
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

set_elements

public void set_elements(Any[] _0)
The remote call of DynArray methods is not possible.

Throws: MARSHAL, always.

set_elements_as_dyn_any

public void set_elements_as_dyn_any(DynAny[] _0)
The remote call of DynArray methods is not possible.

Throws: MARSHAL, always.

to_any

public Any to_any()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

type

public TypeCode type()
The remote call of DynAny methods is not possible.

Throws: MARSHAL, always.

_ids

public String[] _ids()
Return the array of repository ids for this object.