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

Search results for "dist:XAS base"

XAS::Base - The base class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines a base class for the XAS Environment and inherits from Badger::Base <https://metacpan.org/pod/Badger::Base>. The package variable $PARAMS is used to hold the parameters that this class uses for initialization. Due to the pseudo in...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::WS::Base - A class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This package initilaizes and provides some basic methods for using WS-Manage functionality....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS - Middleware for Datacenter Operations River stage one • 6 direct dependents • 6 total dependents

XAS is middleware for datacenter operations. Every datacenter has those little one off scripts that perform some important task. Most of them were written on the fly, to automate some specific task. These scripts have grown organically, they may have...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::App - The base class to write procedures within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines a base class for writing procedures. It provides signal handling, options processing, along with a exit handler....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Exception - The base exception class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines a base exception class for the XAS Environment and inherits from Badger::Exception <https://metacpan.org/Badger::Exception>. The only differences is that it turns stack tracing on by default....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Class - A Perl extension for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module ties the XAS environment to the base Badger object framework. It exposes the defined constants and utilities that reside in XAS::Constants and XAS::Utils. Which inherits from Badger::Constants <https://metacpan.org/pod/Badger::Constants> ...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Utils - A Perl extension for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module provides utility routines that can by loaded into your current namespace....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Lockmgr - The base class for locking within XAS River stage one • 6 direct dependents • 6 total dependents

This module provides a general purpose locking mechanism to protect shared resources. It is rather interesting to ask a developer how they protect global shared data. They usually answer, "what do you mean by "global shared data" ?". Well, for those ...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Log - A class for logging in the XAS Environment River stage one • 6 direct dependents • 6 total dependents

This module defines a simple logger for messages generated by an application. It is intentionally very simple in design, providing the bare minimum in functionality with the possibility for extension by sub-classing....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Constants - A Perl extension for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module provides various constants for the XAS enviromnet. It inherits from Badger::Constants <https://metacpan.org/pod/Badger::Constants> and also provides these additional constants. EXPORT RPC_JSON RPC_DEFAULT_PORT RPC_DEFAULT_ADDRESS RPC_ERR_...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Singleton - A singleton class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

There can only be one... A singleton class for the XAS environment....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::Batch - A class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This is a class for accessing a batch system. Batch systems are a controlled way to run jobs in the background. Depending on how the batch system is setup you may have access to hundreds of systems to run jobs on. These jobs can then controlled by is...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::App::Daemon - The base class to write daemons within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines an operating environment for daemons. A daemon is a Unix background process without a controlling terminal. Windows really doesn't have a concept for this behavior. For running background jobs on Windows please see XAS::Lib::App::...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::POE::Service - The base class for service sessions. River stage one • 6 direct dependents • 6 total dependents

This module inherits and extends XAS::Lib::POE::Session. It adds several more event types that can be signaled from registered sessions with XAS::Lib::Service. The method session_initialize() is used to define this event types: session_idle session_p...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::POE::Session - The base class for all POE Sessions. River stage one • 6 direct dependents • 6 total dependents

This module provides an object based POE session. This object will perform the necessary actions for the lifetime of the session. This includes signal handling. Due to the nature of POE events, they can not be inherited from, but the event handlers c...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Apps::Rotate - Rotate files based on a config file River stage one • 6 direct dependents • 6 total dependents

This module is used to rotate files....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::App::Service - The base class to write services within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module defines an operating environment for Services. A service is a managed daemon. They behave differently depending on what platform they are running on. On Windows, they will run under the SCM, on Unix like boxes, they may be standalone daem...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::WS::Exec - A class to execute commands over WS-Manage River stage one • 6 direct dependents • 6 total dependents

This class inherits from XAS::Lib::WS::RemoteShell and uses the same parameters. It also implements an interface similar to XAS::Lib::SSH::Client::Exec. This is to allow code to operate in a similar manner. Thus, the same code base can interact with ...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Lib::WS::Manage - A class to manage Servers over WS-Manage River stage one • 6 direct dependents • 6 total dependents

This package implements an interface to manage a server thru WS-Manage. This is primiarily geared toward Microsoft based servers. But other servers can be accommodated when using the proper resources and classes....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC

XAS::Docs::StyleGuide - How to write new code River stage one • 6 direct dependents • 6 total dependents

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
41 results (0.031 seconds)