|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.LocalObject | +--org.openorb.CORBA.dynany.DynAnyImpl | +--org.openorb.CORBA.dynany.DynFixedImpl
DynFixed implementation.
Constructor Summary | |
DynFixedImpl(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()
Operation get_abstract |
Any |
get_any()
Operation get_any |
boolean |
get_boolean()
Operation get_boolean |
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 |
java.lang.String |
get_value()
Operation get_value |
char |
get_wchar()
Operation get_wchar |
java.lang.String |
get_wstring()
Operation get_wstring |
TypeCode[] |
getValueMember(TypeCode m_tc)
This operation returns all the value member typecodes |
void |
insert_abstract(java.lang.Object value)
Operation insert_abstract |
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 |
next()
Operation next |
void |
rewind()
Operation rewind |
boolean |
seek(int index)
Operation seek |
boolean |
set_value(java.lang.String val)
Operation set_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 DynFixedImpl(DynAnyFactory factory, ORB orb, TypeCode type)
Method Detail |
public void assign(DynAny dyn_any) throws TypeMismatch
assign
in interface DynAnyOperations
assign
in class org.openorb.CORBA.dynany.DynAnyImpl
public void from_any(Any value) throws InvalidValue, TypeMismatch
from_any
in interface DynAnyOperations
from_any
in class org.openorb.CORBA.dynany.DynAnyImpl
public Any to_any()
to_any
in interface DynAnyOperations
to_any
in class org.openorb.CORBA.dynany.DynAnyImpl
public void destroy()
destroy
in interface DynAnyOperations
destroy
in class org.openorb.CORBA.dynany.DynAnyImpl
public DynAny copy()
copy
in interface DynAnyOperations
copy
in class org.openorb.CORBA.dynany.DynAnyImpl
public DynAny current_component()
current_component
in interface DynAnyOperations
current_component
in class org.openorb.CORBA.dynany.DynAnyImpl
public boolean next()
next
in interface DynAnyOperations
next
in class org.openorb.CORBA.dynany.DynAnyImpl
public boolean seek(int index)
seek
in interface DynAnyOperations
seek
in class org.openorb.CORBA.dynany.DynAnyImpl
public void rewind()
rewind
in interface DynAnyOperations
rewind
in class org.openorb.CORBA.dynany.DynAnyImpl
public int component_count()
component_count
in interface DynAnyOperations
component_count
in class org.openorb.CORBA.dynany.DynAnyImpl
public java.lang.String get_value()
DynFixedOperations
get_value
in interface DynFixedOperations
public boolean set_value(java.lang.String val) throws TypeMismatch, InvalidValue
DynFixedOperations
set_value
in interface DynFixedOperations
public TypeCode type()
type
in interface DynAnyOperations
public boolean equal(DynAny dyn_any)
equal
in interface DynAnyOperations
public void insert_boolean(boolean value) throws InvalidValue, TypeMismatch
insert_boolean
in interface DynAnyOperations
public void insert_octet(byte value) throws InvalidValue, TypeMismatch
insert_octet
in interface DynAnyOperations
public void insert_char(char value) throws InvalidValue, TypeMismatch
insert_char
in interface DynAnyOperations
public void insert_short(short value) throws InvalidValue, TypeMismatch
insert_short
in interface DynAnyOperations
public void insert_ushort(short value) throws InvalidValue, TypeMismatch
insert_ushort
in interface DynAnyOperations
public void insert_long(int value) throws InvalidValue, TypeMismatch
insert_long
in interface DynAnyOperations
public void insert_ulong(int value) throws InvalidValue, TypeMismatch
insert_ulong
in interface DynAnyOperations
public void insert_float(float value) throws InvalidValue, TypeMismatch
insert_float
in interface DynAnyOperations
public void insert_double(double value) throws InvalidValue, TypeMismatch
insert_double
in interface DynAnyOperations
public void insert_string(java.lang.String value) throws InvalidValue, TypeMismatch
insert_string
in interface DynAnyOperations
public void insert_reference(Object value) throws InvalidValue, TypeMismatch
insert_reference
in interface DynAnyOperations
public void insert_typecode(TypeCode value) throws InvalidValue, TypeMismatch
insert_typecode
in interface DynAnyOperations
public void insert_longlong(long value) throws InvalidValue, TypeMismatch
insert_longlong
in interface DynAnyOperations
public void insert_ulonglong(long value) throws InvalidValue, TypeMismatch
insert_ulonglong
in interface DynAnyOperations
public void insert_wchar(char value) throws InvalidValue, TypeMismatch
insert_wchar
in interface DynAnyOperations
public void insert_wstring(java.lang.String value) throws InvalidValue, TypeMismatch
insert_wstring
in interface DynAnyOperations
public void insert_any(Any value) throws InvalidValue, TypeMismatch
insert_any
in interface DynAnyOperations
public void insert_dyn_any(DynAny value) throws InvalidValue, TypeMismatch
insert_dyn_any
in interface DynAnyOperations
public void insert_val(java.io.Serializable value) throws InvalidValue, TypeMismatch
insert_val
in interface DynAnyOperations
public void insert_abstract(java.lang.Object value) throws TypeMismatch, InvalidValue
DynAnyOperations
insert_abstract
in interface DynAnyOperations
public boolean get_boolean() throws InvalidValue, TypeMismatch
get_boolean
in interface DynAnyOperations
public byte get_octet() throws InvalidValue, TypeMismatch
get_octet
in interface DynAnyOperations
public char get_char() throws InvalidValue, TypeMismatch
get_char
in interface DynAnyOperations
public short get_short() throws InvalidValue, TypeMismatch
get_short
in interface DynAnyOperations
public short get_ushort() throws InvalidValue, TypeMismatch
get_ushort
in interface DynAnyOperations
public int get_long() throws InvalidValue, TypeMismatch
get_long
in interface DynAnyOperations
public int get_ulong() throws InvalidValue, TypeMismatch
get_ulong
in interface DynAnyOperations
public float get_float() throws InvalidValue, TypeMismatch
get_float
in interface DynAnyOperations
public double get_double() throws InvalidValue, TypeMismatch
get_double
in interface DynAnyOperations
public java.lang.String get_string() throws InvalidValue, TypeMismatch
get_string
in interface DynAnyOperations
public Object get_reference() throws InvalidValue, TypeMismatch
get_reference
in interface DynAnyOperations
public TypeCode get_typecode() throws InvalidValue, TypeMismatch
get_typecode
in interface DynAnyOperations
public long get_longlong() throws InvalidValue, TypeMismatch
get_longlong
in interface DynAnyOperations
public long get_ulonglong() throws InvalidValue, TypeMismatch
get_ulonglong
in interface DynAnyOperations
public char get_wchar() throws InvalidValue, TypeMismatch
get_wchar
in interface DynAnyOperations
public java.lang.String get_wstring() throws InvalidValue, TypeMismatch
get_wstring
in interface DynAnyOperations
public Any get_any() throws InvalidValue, TypeMismatch
get_any
in interface DynAnyOperations
public DynAny get_dyn_any() throws InvalidValue, TypeMismatch
get_dyn_any
in interface DynAnyOperations
public java.io.Serializable get_val() throws InvalidValue, TypeMismatch
get_val
in interface DynAnyOperations
public java.lang.Object get_abstract() throws TypeMismatch, InvalidValue
get_abstract
in interface DynAnyOperations
public TypeCode[] getValueMember(TypeCode m_tc)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |