Stephen Adkins > App-Context > App::Context::ClusterController

Download:
App-Context-0.968.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Module Version: 6785   Source  

NAME ^

App::Context::ClusterController - a runtime environment of a Cluster Controller served by many Cluster Nodes

SYNOPSIS ^

   # ... official way to get a Context object ...
   use App;
   $context = App->context();
   $config = $context->config();   # get the configuration
   $config->dispatch_events();     # dispatch events

   # ... alternative way (used internally) ...
   use App::Context::ClusterController;
   $context = App::Context::ClusterController->new();
syntax highlighting: