CosFileTransfer_FileIterator
This module implements the OMG CosFileTransfer::FileIterator interface.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This module implements the OMG CosFileTransfer::FileIterator interface.
To get access to the record definitions for the structures use:
-include_lib("cosFileTransfer/include/*.hrl").
next_one(Iterator) -> Return
Types:
This operation returns true if a FileWrapper exists at the current position and the out parameter contains a valid File reference. If false is returned the out parameter is a non-valid FileWrapper.
next_n(Iterator, Max) -> Return
Types:
This operation returns true if the requested number of FileWrappers can be delivered and there are additional FileWrappers. If false is returned a list, of length Max or less, containing the last valid FileWrappers associated with the target object.
destroy(Iterator) -> ok
Types:
This operation terminates the target object.