NAME

RPC::Simple::CallHandler - Perl class to handle SRPC calls with call-back

SYNOPSIS

use RPC::Simple::CallHandler;
blah blah blah

DESCRIPTION

Used only for asynchronous functions calls.

new (handler_ref, remote_object, request_id, method, argument_ref)

Call the remote_object methods with a call-back parameter and the passed arguments, store the handler ref.

Note that the called method must be able to handle these parameters: 'callback' => [ $object_ref, 'method' ]

methods

done ($result)

call-back method.

AUTHOR

A. U. Thor, a.u.thor@a.galaxy.far.far.away

SEE ALSO

perl(1).