Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Using TIBCO Hawk Methods : Available Microagent Methods : getConfigProperties()

getConfigProperties()
Purpose
This method returns properties used for initializing the server.
Most of properties are read from the tibcoadmin_domain.tra file this server is using. When a property is not specified explicitly in the tibcoadmin_domain.tra file, this method returns the default value that the server is currently using. See Chapter 4, Administration Server Properties File.
This method returns one row consisting of multiple columns.
To retrieve the status of load-balancing mode, you can invoke the method getStatus().
To retrieve information about TIBCO Rendezvous parameters of the server, you can use getRvConfig().
To retrieve information about logging of the server, see getLogConfig().
Type
Open, Synchronous, METHOD_TYPE_INFO
Parameters
None
Returns
 
Valid values are BIN, XML, or VC.
The value is used to distinguish the primary server from secondary servers. The value of the repo.master parameter is either the host name or the IP address of the primary server.
See Also
Chapter 4, Administration Server Properties File

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved