The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XAS::Lib::Gearman::Admin::Worker - An interface to the Gearman job queue.

SYNOPSIS

 use XAS:::Lib::Gearman::Admin::Worker;

 my $client = XAS::Lib::Gearman::Admin::Worker->new(
     -line => $line
 );

DESCRIPTION

This module is a wrapper around the Gearman Admin protocol. If unifies common methods with error handling to make main line code easier to work with.

METHODS

fd

Returns the fd number.

address

Returns the IP address of the client.

client

Returns the clients name.

function

Returns the function the worker performs.

SEE ALSO

 Gearman::XS
 Gearman::XS::Client
 Gearman::XS::Worker

XAS

AUTHOR

Kevin Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Kevin L. Esteb

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.