|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.LocalObject
org.jacorb.orb.dynany.DynAny
org.jacorb.orb.dynany.DynFixed
CORBA DynFixed Written by Jason Courage
Field Summary |
Fields inherited from class org.jacorb.orb.dynany.DynAny |
dynFactory, limit, orb, pos, type |
Method Summary | |
void |
from_any(Any value)
Overrides from_any() in DynAny |
java.lang.String |
get_value()
|
protected Any |
getRepresentation()
returns the DynAny's internal any representation, overwritten in subclasses that represent constructed types and need to traverse structures. |
boolean |
set_value(java.lang.String val)
|
Methods inherited from class org.jacorb.orb.dynany.DynAny |
assign, checkDestroyed, component_count, copy, current_component, destroy, equal, 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_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, next, rewind, seek, to_any, 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, _ids, _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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.DynamicAny.DynAnyOperations |
assign, component_count, copy, current_component, destroy, equal, 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_wchar, get_wstring, 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_wchar, insert_wstring, next, rewind, seek, to_any, 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 |
Method Detail |
public void from_any(Any value) throws InvalidValue, TypeMismatch
from_any
in interface DynAnyOperations
from_any
in class DynAny
InvalidValue
TypeMismatch
public java.lang.String get_value()
get_value
in interface DynFixedOperations
public boolean set_value(java.lang.String val) throws TypeMismatch, InvalidValue
set_value
in interface DynFixedOperations
TypeMismatch
InvalidValue
protected Any getRepresentation()
DynAny
getRepresentation
in class DynAny
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |