Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XOBVRPC

Package: VistALink

Routine: XOBVRPC


Information

XOBVRPC ;; mjk/alb - VistaLink RPC Server Listener Code ; 07/27/2002 13:00

Source Information

Source file <XOBVRPC.m>

Entry Points

Name Comments DBIA/ICR reference
EN(XOBDATA) ; -- handle parsed messages request
ENQ ; -- end message handler
CALLRPC(XWBPTYPE,XWBWRAP,XWBAPVER,METHSIG) ;-- execute RPC (use Broker RPC return type & wrap flag if there)
CLEAN ; -- clean up message handler environment
SEND(XOBR) ; -- stream rpc data to client
DOCTYPE ;
GETFMT() ; -- determine response format type
PROCESS ; -- send the real results
ERROR(CODE,RPCNAME,PARAMS) ; -- send rpc application error
VER() ; -- check version and if re-authentication check is needed
; -- IMPORTANT: This tag needs updating for version numbers for each target release.
; -- This call needs only be called once per connection.
;
VERQ ;
Info |  Source |  Entry Points