Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 AMI API : AmiSession Class : AmiSession::get... Accessors

AmiSession::get... Accessors
Method
Declarations
AmiStatus getName(const char ** name) const;
 
AmiStatus getDisplayName(const char ** displayName) const;
 
AmiStatus getHelp(const char ** help) const;
 
AmiStatus getUserData(void ** userData) const;
 
AmiStatus& getStatus();
Purpose
Accessors for AmiSession objects.
Methods
The following table lists the get accessors for AmiSession objects.
This name can be different from the display name, as this is the actual name by which the microagent is identified in the TIBCO Hawk system.
Gets the display name of the microagent. This is the name as it appears and can be different from the actual name of the microagent.
The display name is the user-friendly name by which this interface is to be known, as opposed to the internal interface identifier. The TIBCO Hawk WebConsole shows the display name in the list of discovered microagents/AMI applications.
 
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved