Perl libs for OpenSRF ingress tracking
authorBill Erickson <berick@esilibrary.com>
Thu, 12 Jan 2012 21:36:16 +0000 (16:36 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 16 Jan 2012 14:24:37 +0000 (09:24 -0500)
commit9bdf4be6c52eeea9abca8390b14a98f04abf4bdf
treef20d4c4ad2e8ac0443ce673e86fda804c0eb8b3f
parent89f41c82798dbac56716fdd5beeb6c0de3e4ce2e
Perl libs for OpenSRF ingress tracking

Ingress is a free-form text value which represents the entry point for
the client into the opensrf network.  The value is passed within opensrf
messages, similar to "locale".  Clients should specify the ingress
before any opensrf communication occurs.

OpenSRF::AppSession->ingress($ingress);

Stock values include the following:

opensrf (default)
srfsh
translator-v1
gateway-v1

Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/perl/lib/OpenSRF/AppSession.pm
src/perl/lib/OpenSRF/DomainObject/oilsMessage.pm
src/perl/lib/OpenSRF/Transport.pm