Net::DRI::Transport - Superclass of all Transport Modules in Net::DRI


Net-DRI documentation  | view source Contained in the Net-DRI distribution.

Index


NAME

Top

Net::DRI::Transport - Superclass of all Transport Modules in Net::DRI

DESCRIPTION

Top

Please see the README file for details.

This is a superclass that should never be used directly, but only through its subclasses.

METHODS

Top

During the new() call, subclasses will call this new() method, which expects a ref hash with some keys (other are handled by the subclasses), among which:

defer

do we open the connection right now (0) or later (1)

timeout

time to wait (in seconds) for server reply (default 60)

retry

number of times we try to send the message to the registry (default 2)

trid

(optional) code reference of a subroutine generating a transaction id when passed a name ; if not defined, $dri->trid_factory() is used, which is Net::DRI::Util::create_trid_1 by default

SUPPORT

Top

For now, support questions should be sent to:

<netdri@dotandco.com>

Please also see the SUPPORT file in the distribution.

SEE ALSO

Top

<http://www.dotandco.com/services/software/Net-DRI/>

AUTHOR

Top

Patrick Mevzek, <netdri@dotandco.com>

COPYRIGHT

Top


Net-DRI documentation  | view source Contained in the Net-DRI distribution.