acs::Cluster method is_current_server (protected)

 <instance of acs::Cluster[i]> is_current_server location

Defined in packages/acs-tcl/tcl/cluster-procs.tcl

Check, if the provided location is the current server. We expect the that the method "setup" was already called.

Parameters:
location (required)

Testcases:
No testcase defined.
Source code:
set result [expr {$location in ${:myLocations}}]
#ns_log notice "is_current_server called with proto -> $location -> $result"
return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: