Пример #1
0
  /**
   * Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the
   * struct associated with a DynStruct object. The sequence contains members in the same order as
   * the declaration order of members as indicated by the DynStruct's TypeCode. The current position
   * is not affected. The member names in the returned sequence will be empty strings if the
   * DynStruct's TypeCode does not contain member names.
   */
  public org.omg.DynamicAny.NameDynAnyPair[] get_members_as_dyn_any() {
    org.omg.CORBA.portable.ServantObject $so =
        _servant_preinvoke("get_members_as_dyn_any", _opsClass);
    DynStructOperations $self = (DynStructOperations) $so.servant;

    try {
      return $self.get_members_as_dyn_any();
    } finally {
      _servant_postinvoke($so);
    }
  } // get_members_as_dyn_any