CORBAservices
Module CosPropertyService
IDL source Global index
module CosPropertyService
- PropertiesIterator
- PropertyNamesIterator
- PropertySet
- PropertySetDef
- PropertySetDefFactory
- PropertySetFactory
- **************************************************
- ExceptionReason
- Properties
- Property
- PropertyDef
- PropertyDefs
- PropertyException
- PropertyExceptions
- PropertyMode
- PropertyModes
- PropertyModeType
- PropertyName
- **************************************************
- PropertyNames
- PropertyTypes
- ConflictingProperty
- ConstraintNotSupported
- **************************************************
- FixedProperty
- InvalidPropertyName
- MultipleExceptions
- PropertyNotFound
- ReadOnlyProperty
- UnsupportedMode
- UnsupportedProperty
- UnsupportedTypeCode
enum ExceptionReason {
invalid_property_name,
conflicting_property,
property_not_found,
unsupported_type_code,
unsupported_property,
unsupported_mode,
fixed_property,
read_only_property
};
-
typedef sequence<Property> Properties;
-
struct Property {
PropertyName property_name;
any property_value;
};
-
struct PropertyDef {
PropertyName property_name;
any property_value;
PropertyModeType property_mode;
};
-
typedef sequence<PropertyDef> PropertyDefs;
-
struct PropertyException {
ExceptionReason reason;
PropertyName failing_property_name;
};
-
typedef sequence<PropertyException> PropertyExceptions;
-
struct PropertyMode {
PropertyName property_name;
PropertyModeType property_mode;
};
-
typedef sequence<PropertyMode> PropertyModes;
-
enum PropertyModeType {
normal,
read_only,
fixed_normal,
fixed_readonly,
undefined
};
-
typedef string PropertyName;
- **************************************************
typedef sequence<PropertyName> PropertyNames;
-
typedef sequence<CORBA::TypeCode> PropertyTypes;
-
exception ConflictingProperty {
};
-
exception ConstraintNotSupported {
};
- **************************************************
exception FixedProperty {
};
-
exception InvalidPropertyName {
};
-
exception MultipleExceptions {
PropertyExceptions exceptions;
};
-
exception PropertyNotFound {
};
-
exception ReadOnlyProperty {
};
-
exception UnsupportedMode {
};
-
exception UnsupportedProperty {
};
-
exception UnsupportedTypeCode {
};
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.