java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.DynamicAny._DynAnyStub
- All Implemented Interfaces:
- Serializable, Object, IDLEntity, DynAny, DynAnyOperations
- See Also:
- Source Code
public void assign(DynAny dyn_any)
throws TypeMismatch
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int component_count()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DynAny copy()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DynAny current_component()
throws TypeMismatch
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void destroy()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equal(DynAny dyn_any)
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void from_any(Any value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Any get_any()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean get_boolean()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public char get_char()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public double get_double()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DynAny get_dyn_any()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public float get_float()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int get_long()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long get_longlong()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte get_octet()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object get_reference()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public short get_short()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String get_string()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TypeCode get_typecode()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int get_ulong()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long get_ulonglong()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public short get_ushort()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Serializable get_val()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public char get_wchar()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String get_wstring()
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_any(Any value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_boolean(boolean value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_char(char value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_double(double value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_dyn_any(DynAny value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_float(float value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_long(int value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_longlong(long value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_octet(byte value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_reference(Object value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_short(short value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_string(String value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_typecode(TypeCode value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_ulong(int value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_ulonglong(long value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_ushort(short value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_val(Serializable value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_wchar(char value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void insert_wstring(String value)
throws TypeMismatch,
InvalidValue
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean next()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void rewind()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean seek(int index)
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Any to_any()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TypeCode type()
- See Also:
- DynAnyOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public _DynAnyStub()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] _ids()
- See Also:
- ObjectImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Class _opsClass
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples