• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Gateway Instance Status

New Here ,
Apr 14, 2006 Apr 14, 2006

Copy link to clipboard

Copied

Does anyone know a better way to get the status of a gateway instance? GetGatewayInstanceStatus(gatewayid) will return true if a instance is starting AND running, and false if stopped or failed... in my opinion it should only be true if its running & functional. But in either case, does anyone know a better way to obain the correct status of a gateway instance?

createObject("component", "CFIDE.adminapi.administrator").login("AdministratorPassword");
obj = createObject("component", "CFIDE.adminapi.eventgateway");
obj.GetGatewayInstanceStatus(gatewayid);
createObject("component","cfide.adminapi.administrator").logout();
TOPICS
Advanced techniques

Views

249

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 19, 2006 Apr 19, 2006

Copy link to clipboard

Copied

bump... I still need help on this

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 29, 2006 Apr 29, 2006

Copy link to clipboard

Copied

Please, does anyone know a answer to this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 30, 2006 Apr 30, 2006

Copy link to clipboard

Copied

LATEST
Probably better to use getGatewayHelper(). You'll of course begin by examining the resources, using

<cfset gwHelper = getGatewayHelper(gatewayID)>
<cfdump var="#gwHelper#">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation