Interface Model::CanRaise

IDL source    Global index
interface CanRaise : Reflective::RefAssociation


Operation index.

  • add
  • add_before_except
  • all_CanRaise_links
  • exists
  • modify_except
  • modify_operation
  • remove
  • with_except
  • with_operation
  • Constant index.

  • exception_is_not_visible
  • Operations.

  • add

      void add(in Operation operation,
          in MofException except)
        raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);

  • add_before_except

      void add_before_except(in Operation operation,
          in MofException except,
          in MofException before)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);

  • all_CanRaise_links

      CanRaiseLinkSet all_CanRaise_links();

  • exists

      boolean exists(in Operation operation,
          in MofException except);

  • modify_except

      void modify_except(in Operation operation,
          in MofException except,
          in MofException new_except)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • modify_operation

      void modify_operation(in Operation operation,
          in MofException except,
          in Operation new_operation)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);

  • remove

      void remove(in Operation operation,
          in MofException except)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::ConstraintError, Reflective::SemanticError);

  • with_except

      OperationSet with_except(in MofException except);

  • with_operation

      MofExceptionUList with_operation(in Operation operation);

    Constants.

  • exception_is_not_visible

      const string exception_is_not_visible = "::Model::CanRaise::exception_is_not_visible";
    


    Generated by Sandia idldoc 1.0.