com.ibm.broker.connector

Interface ConnectorStats



  • public interface ConnectorStats
    Connector Stats is an interface that should be implemented by connectors that want to report resource statistics

    The following methods should be implemented:

    • getStatsNames is called when the connector is initialised it should return an array of the display names to be used for each statistic
    • Method Detail

      • getStatsNames

        java.lang.String[] getStatsNames()
IBM Integration BusTM
JavaTM Connector API