boolean isRunning(Location location) {
   return ServiceStatus.Status.Running == m_sipxProcessContext.getStatus(location, this);
 }