Пример #1
0
  /**
   * Returns a sequence of NameValuePairs 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.NameValuePair[] get_members() {
    org.omg.CORBA.portable.ServantObject $so = _servant_preinvoke("get_members", _opsClass);
    DynStructOperations $self = (DynStructOperations) $so.servant;

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