NAME
XAS::Constants - A Perl extension for the XAS environment
SYNOPSIS
use XAS::Class
base => 'XAS::Base',
constant => 'TRUE FALSE'
;
... or ...
use XAS::Constants 'TRUE FALSE';
DESCRIPTION
This module provides various constants for the XAS enviromnet. It inherits from Badger::Constants and also provides these additional constants.
EXPORT
RPC_JSON RPC_DEFAULT_PORT RPC_DEFAULT_ADDRESS RPC_ERR_PARSE
RPC_ERR_REQ RPC_ERR_METHOD RPC_ERR_PARAMS RPC_ERR_INTERNAL
RPC_ERR_SERVER RPC_SRV_ERR_MAX RPC_SRV_ERR_MIN RPC_ERR_APP
LOG_TYPES LOG_FACILITY LOG_LEVELS
ALERT_PRIORITY ALERT_FACILITY
STOMP_LEVELS STOMP_EOF STOMP_CNTRL STOMP_HEADER STOMP_EOL
STOMP_BEOH STOMP_EOH
PROC_STARTED PROC_RUNNING PROC_STOPPED PROC_PAUSED PROC_SHUTDOWN PROC_KILLED
LOCK_DRIVERS
CR LF
Along with these tags
jsonrpc
logging
alerts
stomp
locking
process
SEE ALSO
AUTHOR
Kevin Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (c) 2012-2015 Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.