Exemplo n.º 1
0
  /**
   * Advances the current position to the next component. The operation returns true while the
   * resulting current position indicates a component, false otherwise. A false return value leaves
   * the current position at -1. Invoking next on a DynAny without components leaves the current
   * position at -1 and returns false.
   */
  public boolean next() {
    org.omg.CORBA.portable.ServantObject $so = _servant_preinvoke("next", _opsClass);
    DynFixedOperations $self = (DynFixedOperations) $so.servant;

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