Available TIBCO Hawk Methods

The following table lists the methods available in the custom microagent of TIBCO ActiveMatrix Adapter for SAP.

For more information about the methods available in the standard and class microagents, see " TIBCO Adapter SDK Hawk Microagents and Methods" in TIBCO Adapter SDK Programmer’s Guide.

Method Decription
getActivityStatisticsByService() Use the method to get the runtime statistics for an adapter configuration.
Note: This method replaces the following methods defined in the releases before 7.0:
  • getConfiguredRFCs()
  • getActivityStatisticsByOperation()

    getActivityStatisticsBySchema()

getInboundConnectionData() Use the method to get the number of threads used in processing inbound adapter service at run time.
getInboundThreadData() Use the method to get the number of threads used in processing inbound messages for an inbound adapter service at run time.
Note: This method replaces the following methods defined in the releases before 7.0:
  • getConnectionStatistics()
  • getThreadStatistics()
getOutboundThreadData() Use the method to get the thread information for an outbound adapter service at run time.
Note: This method replaces the following methods defined in the releases before 7.0:
  • getConnectionStatistics()
  • getThreadStatistics()
refreshExtendedLogging() Use the method to refresh the extended logging when starting an adapter configuration by using extended logging along with Log4J and the Log4J properties file is changed.
resetActivityStatistic() Use the method to reset the runtime statistics for an adapter service.
resumeInboundServices() Use the method to resume suspended inbound adapter services tied to a particular client connection pool.
resumeOutboundServices() Use the method to resume the server connection pools currently suspended.
resumeRemoteTIDManager() Use the method to resume the communication between the adapter services and the remote TIDManager configuration.
setInboundConnectionPool() Use the method to set the maximum number of connections for a client connection pool.
setInboundThreadPool() Use the method to change the number of threads for an inbound adapter service.
setOutboundThreadPool() Use the method to modify the number of connections to the SAP gateway, which influences the number of threads available for processing outbound messages.
refreshABAPRepository() Use the method to refresh the schema of the inbound service to reflect the changes of the schema in the SAP system.
  • For the client connection pool, all existing modules that are cached in the repository are removed.
  • For the dynamic connection pool, all existing modules that are cached in the repository are removed.