public interface DynAnyFactoryOperations
| Modifier and Type | Method and Description |
|---|---|
DynAny |
create_dyn_any_from_type_code(TypeCode type) |
DynAny |
create_dyn_any_without_truncation(Any value) |
DynAny |
create_dyn_any(Any value) |
Any[] |
create_multiple_anys(DynAny[] values) |
DynAny[] |
create_multiple_dyn_anys(Any[] values,
boolean allow_truncate) |
DynAny create_dyn_any(Any value) throws InconsistentTypeCode
InconsistentTypeCodeDynAny create_dyn_any_from_type_code(TypeCode type) throws InconsistentTypeCode
InconsistentTypeCodeDynAny create_dyn_any_without_truncation(Any value) throws MustTruncate, InconsistentTypeCode
MustTruncateInconsistentTypeCodeDynAny[] create_multiple_dyn_anys(Any[] values, boolean allow_truncate) throws MustTruncate, InconsistentTypeCode
MustTruncateInconsistentTypeCodeCopyright © 2017 JacORB. All rights reserved.