CORBAservices

Module CosPropertyService

IDL source    Global index
module CosPropertyService


Interface index.

  • PropertiesIterator
  • PropertyNamesIterator
  • PropertySet
  • PropertySetDef
  • PropertySetDefFactory
  • PropertySetFactory
    **************************************************
  • Type index.

  • ExceptionReason
  • Properties
  • Property
  • PropertyDef
  • PropertyDefs
  • PropertyException
  • PropertyExceptions
  • PropertyMode
  • PropertyModes
  • PropertyModeType
  • PropertyName
    **************************************************
  • PropertyNames
  • PropertyTypes
  • Exception index.

  • ConflictingProperty
  • ConstraintNotSupported
    **************************************************
  • FixedProperty
  • InvalidPropertyName
  • MultipleExceptions
  • PropertyNotFound
  • ReadOnlyProperty
  • UnsupportedMode
  • UnsupportedProperty
  • UnsupportedTypeCode
  • Types.

  • ExceptionReason

      enum ExceptionReason {
        invalid_property_name, 
        conflicting_property, 
        property_not_found, 
        unsupported_type_code, 
        unsupported_property, 
        unsupported_mode, 
        fixed_property, 
        read_only_property
      }; 
    

  • Properties

      typedef sequence<Property> Properties;
    

  • Property

      struct Property {
        PropertyName property_name; 
        any property_value; 
      }; 
    

  • PropertyDef

      struct PropertyDef {
        PropertyName property_name; 
        any property_value; 
        PropertyModeType property_mode; 
      }; 
    

  • PropertyDefs

      typedef sequence<PropertyDef> PropertyDefs;
    

  • PropertyException

      struct PropertyException {
        ExceptionReason reason; 
        PropertyName failing_property_name; 
      }; 
    

  • PropertyExceptions

      typedef sequence<PropertyException> PropertyExceptions;
    

  • PropertyMode

      struct PropertyMode {
        PropertyName property_name; 
        PropertyModeType property_mode; 
      }; 
    

  • PropertyModes

      typedef sequence<PropertyMode> PropertyModes;
    

  • PropertyModeType

      enum PropertyModeType {
        normal, 
        read_only, 
        fixed_normal, 
        fixed_readonly, 
        undefined
      }; 
    

  • PropertyName

      typedef string PropertyName;
    

    **************************************************

  • PropertyNames

      typedef sequence<PropertyName> PropertyNames;
    

  • PropertyTypes

      typedef sequence<CORBA::TypeCode> PropertyTypes;
    

    Exceptions.

  • ConflictingProperty

      exception ConflictingProperty {
      }; 
    

  • ConstraintNotSupported

      exception ConstraintNotSupported {
      }; 
    

    **************************************************

  • FixedProperty

      exception FixedProperty {
      }; 
    

  • InvalidPropertyName

      exception InvalidPropertyName {
      }; 
    

  • MultipleExceptions

      exception MultipleExceptions {
        PropertyExceptions exceptions; 
      }; 
    

  • PropertyNotFound

      exception PropertyNotFound {
      }; 
    

  • ReadOnlyProperty

      exception ReadOnlyProperty {
      }; 
    

  • UnsupportedMode

      exception UnsupportedMode {
      }; 
    

  • UnsupportedProperty

      exception UnsupportedProperty {
      }; 
    

  • UnsupportedTypeCode

      exception UnsupportedTypeCode {
      }; 
    


    Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
    with Sandia idldoc 1.0.