|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.CORBA.LocalObject
org.openorb.CORBA.dynany.DynAnyImpl
org.openorb.CORBA.dynany.DynValueBoxImpl
DynValueBox implementation.
| Constructor Summary | |
|---|---|
DynValueBoxImpl(DynAnyFactory factory,
ORB orb,
TypeCode type)
Constructor |
|
| Method Summary | |
|---|---|
void |
assign(DynAny dyn_any)
Operation assign |
int |
component_count()
Operation component_count |
DynAny |
copy()
Operation copy |
DynAny |
current_component()
Operation current_component |
void |
destroy()
Operation destroy |
boolean |
equal(DynAny dyn_any)
Operantion equal |
void |
from_any(Any value)
Operation from_any |
java.lang.Object |
get_abstract()
|
Any |
get_any()
Operation get_any |
boolean |
get_boolean()
Operation get_boolean |
DynAny |
get_boxed_value_as_dyn_any()
|
Any |
get_boxed_value()
|
char |
get_char()
Operation get_char |
double |
get_double()
Operation get_double |
DynAny |
get_dyn_any()
Operation get_dyn_any |
float |
get_float()
Operation get_float |
int |
get_long()
Operation get_long |
long |
get_longlong()
Operation get_longlong |
byte |
get_octet()
Operation get_octet |
Object |
get_reference()
Operation get_reference |
short |
get_short()
Operation get_short |
java.lang.String |
get_string()
Operation get_string |
TypeCode |
get_typecode()
Operation get_typecode |
int |
get_ulong()
Operation get_ulong |
long |
get_ulonglong()
Operation get_ulonglong |
short |
get_ushort()
Operation get_ushort |
java.io.Serializable |
get_val()
Operation get_val |
char |
get_wchar()
Operation get_wchar |
java.lang.String |
get_wstring()
Operation get_wstring |
TypeCode[] |
getValueMember(TypeCode _tc)
This operation returns all the value member typecodes |
void |
insert_abstract(java.lang.Object value)
|
void |
insert_any(Any value)
Operation insert_any |
void |
insert_boolean(boolean value)
Operation insert_boolean |
void |
insert_char(char value)
Operation insert_char |
void |
insert_double(double value)
Operation insert_double |
void |
insert_dyn_any(DynAny value)
Operation insert_dyn_any |
void |
insert_float(float value)
Operation insert_float |
void |
insert_long(int value)
Operation insert_long |
void |
insert_longlong(long value)
Operation insert_longlong |
void |
insert_octet(byte value)
Operation insert_octet |
void |
insert_reference(Object value)
Operation insert_reference |
void |
insert_short(short value)
Operation insert_short |
void |
insert_string(java.lang.String value)
Operation insert_string |
void |
insert_typecode(TypeCode value)
Operation insert_typecode |
void |
insert_ulong(int value)
Operation insert_ulong |
void |
insert_ulonglong(long value)
Operation insert_ulonglong |
void |
insert_ushort(short value)
Operation insert_ushort |
void |
insert_val(java.io.Serializable value)
Operation insert_val |
void |
insert_wchar(char value)
Operation insert_wchar |
void |
insert_wstring(java.lang.String value)
Operation insert_wstring |
boolean |
is_null()
|
boolean |
next()
Operation next |
void |
rewind()
Operation rewind |
boolean |
seek(int index)
Operation seek |
void |
set_boxed_value_as_dyn_any(DynAny boxed)
|
void |
set_boxed_value(Any boxed)
|
void |
set_to_null()
|
void |
set_to_value()
|
Any |
to_any()
Operation to_any |
TypeCode |
type()
Operation type |
| Methods inherited from class org.omg.CORBA.LocalObject |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.omg.DynamicAny.DynAnyOperations |
|---|
equal, get_abstract, get_any, get_boolean, get_char, get_double, get_dyn_any, get_float, get_long, get_longlong, get_octet, get_reference, get_short, get_string, get_typecode, get_ulong, get_ulonglong, get_ushort, get_val, get_wchar, get_wstring, insert_abstract, insert_any, insert_boolean, insert_char, insert_double, insert_dyn_any, insert_float, insert_long, insert_longlong, insert_octet, insert_reference, insert_short, insert_string, insert_typecode, insert_ulong, insert_ulonglong, insert_ushort, insert_val, insert_wchar, insert_wstring, type |
| Methods inherited from interface org.omg.CORBA.Object |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| Constructor Detail |
public DynValueBoxImpl(DynAnyFactory factory,
ORB orb,
TypeCode type)
| Method Detail |
public void assign(DynAny dyn_any)
throws TypeMismatch
assign in interface DynAnyOperationsTypeMismatch
public void from_any(Any value)
throws InvalidValue,
TypeMismatch
from_any in interface DynAnyOperationsInvalidValue
TypeMismatchpublic Any to_any()
to_any in interface DynAnyOperationspublic void destroy()
destroy in interface DynAnyOperationspublic DynAny copy()
copy in interface DynAnyOperationspublic DynAny current_component()
current_component in interface DynAnyOperationspublic boolean next()
next in interface DynAnyOperationspublic boolean seek(int index)
seek in interface DynAnyOperationspublic void rewind()
rewind in interface DynAnyOperationspublic int component_count()
component_count in interface DynAnyOperationspublic boolean is_null()
is_null in interface DynValueCommonOperationspublic void set_to_null()
set_to_null in interface DynValueCommonOperationspublic void set_to_value()
set_to_value in interface DynValueCommonOperations
public Any get_boxed_value()
throws InvalidValue
get_boxed_value in interface DynValueBoxOperationsInvalidValue
public void set_boxed_value(Any boxed)
throws TypeMismatch
set_boxed_value in interface DynValueBoxOperationsTypeMismatch
public DynAny get_boxed_value_as_dyn_any()
throws InvalidValue
get_boxed_value_as_dyn_any in interface DynValueBoxOperationsInvalidValue
public void set_boxed_value_as_dyn_any(DynAny boxed)
throws TypeMismatch
set_boxed_value_as_dyn_any in interface DynValueBoxOperationsTypeMismatchpublic TypeCode type()
type in interface DynAnyOperationspublic boolean equal(DynAny dyn_any)
equal in interface DynAnyOperations
public void insert_boolean(boolean value)
throws InvalidValue,
TypeMismatch
insert_boolean in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_octet(byte value)
throws InvalidValue,
TypeMismatch
insert_octet in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_char(char value)
throws InvalidValue,
TypeMismatch
insert_char in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_short(short value)
throws InvalidValue,
TypeMismatch
insert_short in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_ushort(short value)
throws InvalidValue,
TypeMismatch
insert_ushort in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_long(int value)
throws InvalidValue,
TypeMismatch
insert_long in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_ulong(int value)
throws InvalidValue,
TypeMismatch
insert_ulong in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_float(float value)
throws InvalidValue,
TypeMismatch
insert_float in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_double(double value)
throws InvalidValue,
TypeMismatch
insert_double in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_string(java.lang.String value)
throws InvalidValue,
TypeMismatch
insert_string in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_reference(Object value)
throws InvalidValue,
TypeMismatch
insert_reference in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_typecode(TypeCode value)
throws InvalidValue,
TypeMismatch
insert_typecode in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_longlong(long value)
throws InvalidValue,
TypeMismatch
insert_longlong in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_ulonglong(long value)
throws InvalidValue,
TypeMismatch
insert_ulonglong in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_wchar(char value)
throws InvalidValue,
TypeMismatch
insert_wchar in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_wstring(java.lang.String value)
throws InvalidValue,
TypeMismatch
insert_wstring in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_any(Any value)
throws InvalidValue,
TypeMismatch
insert_any in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_dyn_any(DynAny value)
throws InvalidValue,
TypeMismatch
insert_dyn_any in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_val(java.io.Serializable value)
throws InvalidValue,
TypeMismatch
insert_val in interface DynAnyOperationsInvalidValue
TypeMismatch
public void insert_abstract(java.lang.Object value)
throws TypeMismatch,
InvalidValue
insert_abstract in interface DynAnyOperationsTypeMismatch
InvalidValue
public boolean get_boolean()
throws InvalidValue,
TypeMismatch
get_boolean in interface DynAnyOperationsInvalidValue
TypeMismatch
public byte get_octet()
throws InvalidValue,
TypeMismatch
get_octet in interface DynAnyOperationsInvalidValue
TypeMismatch
public char get_char()
throws InvalidValue,
TypeMismatch
get_char in interface DynAnyOperationsInvalidValue
TypeMismatch
public short get_short()
throws InvalidValue,
TypeMismatch
get_short in interface DynAnyOperationsInvalidValue
TypeMismatch
public short get_ushort()
throws InvalidValue,
TypeMismatch
get_ushort in interface DynAnyOperationsInvalidValue
TypeMismatch
public int get_long()
throws InvalidValue,
TypeMismatch
get_long in interface DynAnyOperationsInvalidValue
TypeMismatch
public int get_ulong()
throws InvalidValue,
TypeMismatch
get_ulong in interface DynAnyOperationsInvalidValue
TypeMismatch
public float get_float()
throws InvalidValue,
TypeMismatch
get_float in interface DynAnyOperationsInvalidValue
TypeMismatch
public double get_double()
throws InvalidValue,
TypeMismatch
get_double in interface DynAnyOperationsInvalidValue
TypeMismatch
public java.lang.String get_string()
throws InvalidValue,
TypeMismatch
get_string in interface DynAnyOperationsInvalidValue
TypeMismatch
public Object get_reference()
throws InvalidValue,
TypeMismatch
get_reference in interface DynAnyOperationsInvalidValue
TypeMismatch
public TypeCode get_typecode()
throws InvalidValue,
TypeMismatch
get_typecode in interface DynAnyOperationsInvalidValue
TypeMismatch
public long get_longlong()
throws InvalidValue,
TypeMismatch
get_longlong in interface DynAnyOperationsInvalidValue
TypeMismatch
public long get_ulonglong()
throws InvalidValue,
TypeMismatch
get_ulonglong in interface DynAnyOperationsInvalidValue
TypeMismatch
public char get_wchar()
throws InvalidValue,
TypeMismatch
get_wchar in interface DynAnyOperationsInvalidValue
TypeMismatch
public java.lang.String get_wstring()
throws InvalidValue,
TypeMismatch
get_wstring in interface DynAnyOperationsInvalidValue
TypeMismatch
public Any get_any()
throws InvalidValue,
TypeMismatch
get_any in interface DynAnyOperationsInvalidValue
TypeMismatch
public DynAny get_dyn_any()
throws InvalidValue,
TypeMismatch
get_dyn_any in interface DynAnyOperationsInvalidValue
TypeMismatch
public java.io.Serializable get_val()
throws InvalidValue,
TypeMismatch
get_val in interface DynAnyOperationsInvalidValue
TypeMismatch
public java.lang.Object get_abstract()
throws TypeMismatch,
InvalidValue
get_abstract in interface DynAnyOperationsTypeMismatch
InvalidValuepublic TypeCode[] getValueMember(TypeCode _tc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||