Exemplo n.º 1
0
  /**
   * Extracts the long value from this DynAny. The IDL unsigned long long data type is mapped to the
   * Java long data type.
   *
   * @exception TypeMismatch if the accessed component in the DynAny is of a type that is not
   *     equivalent to the requested type.
   * @exception TypeMismatch if called on a DynAny whose current component itself has components
   * @exception InvalidValue if this DynAny has components but has a current position of -1
   */
  public long get_ulonglong()
      throws org.omg.DynamicAny.DynAnyPackage.TypeMismatch,
          org.omg.DynamicAny.DynAnyPackage.InvalidValue {
    org.omg.CORBA.portable.ServantObject $so = _servant_preinvoke("get_ulonglong", _opsClass);
    DynFixedOperations $self = (DynFixedOperations) $so.servant;

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