All Protocols

Package: Foundations Protocols List

Name Type Lock Description Entry Action Exit Action
Name Type Lock Description Entry Action Exit Action
XOBU SITE PARAMETERS action This action protocol will add/edit an entry in the VISTALINK SITE PARAMETERS file (#18.01) by invoking the XOBU SITE PARAMETERS input template. DO PARMS^XOBUM
XOBU FOUNDATIONS MAIN MENU menu This menu contains all the action protocols for the Foundations Management menu [XOBV SITE SETUP MENU] which is used to configure and manage VistALink Listeners.
XOBU FOUNDATIONS MAIN REFRESH action This action protocol will refresh and redisplay the current Foundations Management screen. This is useful when checking the current status of a VistALink Listener. DO REFRESH^XOBUM
XOBU FOUNDATIONS SYSTEM STATUS action This action protocol will display the M operating system status. DO SS^XOBUM
XOBU TERMINATE CONNECTION MANAGER action DO VLEN^XOBUZAP1 SET VALMBCK="R"
XOBU TERMINATE ALL JOBS action Allows user to terminated all the Cache jobs in the list. DO TERMALL^XOBUZAP
XOBU TERMINATE A JOB action Allows user to terminated one Cache job from the list. DO TERMPID^XOBUZAP
XOBU TERMINATE SYSTEM STATUS action This action protocol will display the M operating system status. DO SS^XOBUZAP
XOBU TERMINATE JOBS REFRESH action Allows user to refresh the list to remove jobs that have been terminated using other actions and to build list from the most current Cache job list. DO REFRESH^XOBUZAP
XOBU TERMINATE JOBS UTILITY MENU menu This general purpose tool helps sites terminate Cache jobs in a specified the utility before the utility can display the jobs that meet the criteria. For example, for VistALink the code that executes the utility is the following: VL ; -- entry point for VistALink socket job cleanup NEW XOBSEL DO VLSEL(.XOBSEL) DO EN^XOBUZAP(.XOBSEL) state and routine. QUIT ; VLSEL(XOBSEL) ; -- setup VistALink connection socket job selection ; criteria ; -- routine name the job should be executing SET XOBSEL("ROUTINE")="XOBVSKT" ; -- state the routine should be in ; A list of valid jobs sates can be found at STATE^XOBUZAP / 5 = READ SET XOBSEL("STATE")=5 ; -- optional title to be used by ListManager SET XOBSEL("TITLE")="VL/J2M Connection Terminator" QUIT ; Cluster Note: The utility must be run in the namespace on each box in a cluster. The immediate use for the utility is help sites terminate socket connections for VistALink and Broker. It would be used during VistALink and Broker upgrades to safely terminate connection jobs in a 'READ' state. It is up to these applications to supply the necessary option that accesses this utility. They must specific the job selection criteria to