Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.LocalObject
org.jacorb.orb.dynany.DynAny
Field Summary | |
protected DynAnyFactory | |
protected int | |
protected ORB | |
protected int | |
protected TypeCode |
Constructor Summary | |
|
Method Summary | |
void | |
protected void | |
int | |
DynAny |
|
DynAny | |
void |
|
boolean | |
void | |
protected Any |
|
Any |
|
boolean | |
char |
|
double | |
DynAny | |
float | |
int |
|
long | |
byte | |
Object | |
short | |
java.lang.String | |
TypeCode | |
int | |
long | |
short | |
java.io.Serializable |
|
char | |
java.lang.String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
boolean |
|
void |
|
boolean |
|
Any |
|
TypeCode |
|
Methods inherited from class org.omg.CORBA.LocalObject | |
_create_request , _create_request , _duplicate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_policy_override , validate_connection |
public void assign(DynAny dyn_any) throws TypeMismatch
- Specified by:
- assign in interface DynAnyOperations
protected void checkDestroyed()
public int component_count()
- Specified by:
- component_count in interface DynAnyOperations
public DynAny current_component() throws TypeMismatch
- Specified by:
- current_component in interface DynAnyOperations
public void from_any(Any value) throws InvalidValue, TypeMismatch
- Specified by:
- from_any in interface DynAnyOperations
protected Any getRepresentation()
returns the DynAny's internal any representation, overwritten in subclasses that represent constructed types and need to traverse structures.
public boolean get_boolean() throws TypeMismatch
- Specified by:
- get_boolean in interface DynAnyOperations
public char get_char() throws TypeMismatch
- Specified by:
- get_char in interface DynAnyOperations
public double get_double() throws TypeMismatch
- Specified by:
- get_double in interface DynAnyOperations
public DynAny get_dyn_any() throws TypeMismatch
- Specified by:
- get_dyn_any in interface DynAnyOperations
public float get_float() throws TypeMismatch
- Specified by:
- get_float in interface DynAnyOperations
public int get_long() throws TypeMismatch
- Specified by:
- get_long in interface DynAnyOperations
public long get_longlong() throws TypeMismatch
- Specified by:
- get_longlong in interface DynAnyOperations
public byte get_octet() throws TypeMismatch
- Specified by:
- get_octet in interface DynAnyOperations
public Object get_reference() throws TypeMismatch
- Specified by:
- get_reference in interface DynAnyOperations
public short get_short() throws TypeMismatch
- Specified by:
- get_short in interface DynAnyOperations
public java.lang.String get_string() throws TypeMismatch
- Specified by:
- get_string in interface DynAnyOperations
public TypeCode get_typecode() throws TypeMismatch
- Specified by:
- get_typecode in interface DynAnyOperations
public int get_ulong() throws TypeMismatch
- Specified by:
- get_ulong in interface DynAnyOperations
public long get_ulonglong() throws TypeMismatch
- Specified by:
- get_ulonglong in interface DynAnyOperations
public short get_ushort() throws TypeMismatch
- Specified by:
- get_ushort in interface DynAnyOperations
public char get_wchar() throws TypeMismatch
- Specified by:
- get_wchar in interface DynAnyOperations
public java.lang.String get_wstring() throws TypeMismatch
- Specified by:
- get_wstring in interface DynAnyOperations
public void insert_any(Any value) throws TypeMismatch
- Specified by:
- insert_any in interface DynAnyOperations
public void insert_boolean(boolean value) throws TypeMismatch
- Specified by:
- insert_boolean in interface DynAnyOperations
public void insert_char(char value) throws TypeMismatch
- Specified by:
- insert_char in interface DynAnyOperations
public void insert_double(double value) throws TypeMismatch
- Specified by:
- insert_double in interface DynAnyOperations
public void insert_dyn_any(DynAny value) throws TypeMismatch
- Specified by:
- insert_dyn_any in interface DynAnyOperations
public void insert_float(float value) throws TypeMismatch
- Specified by:
- insert_float in interface DynAnyOperations
public void insert_long(int value) throws TypeMismatch
- Specified by:
- insert_long in interface DynAnyOperations
public void insert_longlong(long value) throws TypeMismatch
- Specified by:
- insert_longlong in interface DynAnyOperations
public void insert_octet(byte value) throws TypeMismatch
- Specified by:
- insert_octet in interface DynAnyOperations
public void insert_reference(Object value) throws TypeMismatch
- Specified by:
- insert_reference in interface DynAnyOperations
public void insert_short(short value) throws TypeMismatch
- Specified by:
- insert_short in interface DynAnyOperations
public void insert_string(java.lang.String value) throws TypeMismatch
- Specified by:
- insert_string in interface DynAnyOperations
public void insert_typecode(TypeCode value) throws TypeMismatch
- Specified by:
- insert_typecode in interface DynAnyOperations
public void insert_ulong(int value) throws TypeMismatch
- Specified by:
- insert_ulong in interface DynAnyOperations
public void insert_ulonglong(long value) throws TypeMismatch
- Specified by:
- insert_ulonglong in interface DynAnyOperations
public void insert_ushort(short value) throws TypeMismatch
- Specified by:
- insert_ushort in interface DynAnyOperations
public void insert_wchar(char value) throws TypeMismatch
- Specified by:
- insert_wchar in interface DynAnyOperations
public void insert_wstring(java.lang.String value) throws TypeMismatch
- Specified by:
- insert_wstring in interface DynAnyOperations